mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Themes: Update text cursor color in "Default" theme
I never liked the sharp red text cursor. Replace it with the same color we use to start off the active window title bar gradient. :^)
This commit is contained in:
parent
cd2c82a380
commit
76a0acb5bc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Ruler=#d4d0c8
|
|||
RulerBorder=#404040
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=red
|
||||
TextCursor=#6e2209
|
||||
FocusOutline=#909090
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
|
|
Loading…
Add table
Reference in a new issue