You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently trying to update to the latest doks version. There are some thinks I would like to suggest to simplify the maintainability for custom color themes:
Let's assume we want to customize the basic colors like the $primary, $pink or $beige SCSS definitions. In this cases the variables are spread in various SCSS source files. Additionally, if you would like the change the default code highlight theme to monokai, you really want to tweak the backgound colors for the code blocks.
| | |
So I think it would be awesome to rework the scss coloring to stick with these 2 design ideas:
Color definition should be done in one file with variables like primary, secondary, highlight ....(like in bootstrap itself)
Especially the _variables.scss file
The colors should only be used with these variables to simplify the customizing
What do you think? - I really just would like to simplify the update / maintaining :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey folks,
I'm currently trying to update to the latest doks version. There are some thinks I would like to suggest to simplify the maintainability for custom color themes:
Let's assume we want to customize the basic colors like the
$primary
,$pink
or$beige
SCSS definitions. In this cases the variables are spread in various SCSS source files. Additionally, if you would like the change the default code highlight theme tomonokai
, you really want to tweak the backgound colors for the code blocks.| | |
So I think it would be awesome to rework the scss coloring to stick with these 2 design ideas:
primary
,secondary
,highlight
....(like in bootstrap itself)_variables.scss
fileWhat do you think? - I really just would like to simplify the update / maintaining :)
Beta Was this translation helpful? Give feedback.
All reactions