mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
Base: Add ruler colors to system themes
This commit is contained in:
parent
5cf5ddf6cb
commit
e1da7ca979
Notes:
sideshowbarker
2024-07-19 09:13:22 +09:00
Author: https://github.com/xTibor Commit: https://github.com/SerenityOS/serenity/commit/e1da7ca9796 Pull-request: https://github.com/SerenityOS/serenity/pull/1248
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
Reference in a new issue