diff options
author | Andreas Kling <kling@serenityos.org> | 2020-10-23 12:00:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-23 12:01:14 +0200 |
commit | 3c5da01f948caf298eb83d3ec6d8ff0192880d07 (patch) | |
tree | 7bd0b59a811c8ef285d7a50add8e95691a83b802 /Base/res/themes/Nord.ini | |
parent | 332d05f3fd40ca11e1c659c963b2598a87817147 (diff) | |
download | serenity-3c5da01f948caf298eb83d3ec6d8ff0192880d07.zip |
LibGUI+LibGfx+Base: Make tooltips color theme aware :^)
Also tweak the default tooltip color to be more bright and yellow!
Diffstat (limited to 'Base/res/themes/Nord.ini')
-rw-r--r-- | Base/res/themes/Nord.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Base/res/themes/Nord.ini b/Base/res/themes/Nord.ini index 5b16aecba1..e6594c3685 100644 --- a/Base/res/themes/Nord.ini +++ b/Base/res/themes/Nord.ini @@ -56,3 +56,5 @@ SyntaxControlKeyword=black SyntaxIdentifier=#092e64 SyntaxPreprocessorStatement=#008080 SyntaxPreprocessorValue=#800000 +Tooltip=#ffffe1 +TooltipText=black |