mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
LibGfx+LibGUI: Allow theming the text cursor
This commit is contained in:
parent
7592f9afd5
commit
c8bc53e987
9 changed files with 9 additions and 1 deletions
|
@ -40,3 +40,4 @@ Ruler=#505050
|
|||
RulerBorder=#666666
|
||||
RulerActiveText=white
|
||||
RulerInactiveText=#d5d0c7
|
||||
TextCursor=#9c9cd5
|
||||
|
|
|
@ -40,3 +40,4 @@ Ruler=#d4d0c8
|
|||
RulerBorder=#404040
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=red
|
||||
|
|
|
@ -40,3 +40,4 @@ Ruler=black
|
|||
RulerBorder=black
|
||||
RulerActiveText=yellow
|
||||
RulerInactiveText=white
|
||||
TextCursor=black
|
||||
|
|
|
@ -40,3 +40,4 @@ Ruler=#434c5e
|
|||
RulerBorder=#3b4252
|
||||
RulerActiveText=#95adc5
|
||||
RulerInactiveText=#7e9dbc
|
||||
TextCursor=#7e9dbc
|
||||
|
|
|
@ -40,3 +40,4 @@ Ruler=#bcc1ae
|
|||
RulerBorder=#606060
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=#ee3532
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue