mirror of
https://gitea.com/gitea/theme.git
synced 2026-04-27 22:39:45 +08:00
Create colors.scss which sets all our color variables
This commit is contained in:
14
src/colors.scss
Normal file
14
src/colors.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
//Palette generated by Material Palette
|
||||
//materialpalette.com/light-green/orange
|
||||
$primary-color-dark: #689F38;
|
||||
$primary-color: #8BC34A;
|
||||
$primary-color-light: #DCEDC8;
|
||||
$primary-color-text: #212121;
|
||||
$accent-color: #FF9800;
|
||||
$primary-text-color: #212121;
|
||||
$secondary-text-color: #757575;
|
||||
$divider-color: #BDBDBD;
|
||||
|
||||
//Set bootstrap colors
|
||||
$brand-primary: $primary-color;
|
||||
$body-color: $primary-text-color;
|
||||
Reference in New Issue
Block a user