mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:17:44 +00:00
Base: Add ruler colors to system themes
This commit is contained in:
parent
5cf5ddf6cb
commit
e1da7ca979
5 changed files with 20 additions and 1 deletions
|
@ -36,3 +36,7 @@ RubberBandBorder=black
|
|||
Link=#88c
|
||||
ActiveLink=#c88
|
||||
VisitedLink=#c8c
|
||||
Ruler=#505050
|
||||
RulerBorder=#666666
|
||||
RulerActiveText=white
|
||||
RulerInactiveText=#d5d0c7
|
||||
|
|
|
@ -36,3 +36,7 @@ RubberBandBorder=#6e2209
|
|||
Link=blue
|
||||
ActiveLink=red
|
||||
VisitedLink=magenta
|
||||
Ruler=#d4d0c8
|
||||
RulerBorder=#404040
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
|
|
|
@ -36,3 +36,7 @@ RubberBandBorder=#f4ca9e
|
|||
Link=blue
|
||||
ActiveLink=red
|
||||
VisitedLink=magenta
|
||||
Ruler=black
|
||||
RulerBorder=black
|
||||
RulerActiveText=yellow
|
||||
RulerInactiveText=white
|
||||
|
|
|
@ -36,4 +36,7 @@ RubberBandBorder=#4c566a
|
|||
Link=#7e9dbc
|
||||
ActiveLink=#95adc5
|
||||
VisitedLink=#3b4e68
|
||||
|
||||
Ruler=#434c5e
|
||||
RulerBorder=#3b4252
|
||||
RulerActiveText=#95adc5
|
||||
RulerInactiveText=#7e9dbc
|
||||
|
|
|
@ -36,3 +36,7 @@ RubberBandBorder=#76943c
|
|||
Link=blue
|
||||
ActiveLink=red
|
||||
VisitedLink=magenta
|
||||
Ruler=#bcc1ae
|
||||
RulerBorder=#606060
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue