diff options
author | Andreas Kling <kling@serenityos.org> | 2020-08-27 18:35:20 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-27 18:35:20 +0200 |
commit | 76a0acb5bcb2fae9e7a08ea8de02e9873708c255 (patch) | |
tree | a966f2ccea75415deb894769a4dd978c9fca12ec /Base/res/themes/Default.ini | |
parent | cd2c82a380771dadb0f765bad62b9f42eb0518cf (diff) | |
download | serenity-76a0acb5bcb2fae9e7a08ea8de02e9873708c255.zip |
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. :^)
Diffstat (limited to 'Base/res/themes/Default.ini')
-rw-r--r-- | Base/res/themes/Default.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/res/themes/Default.ini b/Base/res/themes/Default.ini index 36e8dbd526..b59d299e1e 100644 --- a/Base/res/themes/Default.ini +++ b/Base/res/themes/Default.ini @@ -48,7 +48,7 @@ Ruler=#d4d0c8 RulerBorder=#404040 RulerActiveText=#404040 RulerInactiveText=#808080 -TextCursor=red +TextCursor=#6e2209 FocusOutline=#909090 SyntaxComment=#008000 SyntaxNumber=#800000 |