updating text labels to be brighter (#4)

* adjusting text to be one notch brighter, base0 -> base1, base01 -> base0

* adjusting sublabel text to use base00 instead, its in between base01 and base0
This commit is contained in:
Omar Saleem 2021-10-16 12:42:45 -04:00 committed by GitHub
parent 64dabb0388
commit 038b28c5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1282,7 +1282,7 @@ ozone_theme_t ozone_theme_solarized_dark = {
/* Float colors for quads and icons */ /* Float colors for quads and icons */
COLOR_HEX_TO_FLOAT(0x839496, 1.0f), /* header_footer_separator */ COLOR_HEX_TO_FLOAT(0x839496, 1.0f), /* header_footer_separator */
COLOR_HEX_TO_FLOAT(0x839496, 1.0f), /* text */ COLOR_HEX_TO_FLOAT(0x93A1A1, 1.0f), /* text */
COLOR_HEX_TO_FLOAT(0x073642, 1.0f), /* selection */ COLOR_HEX_TO_FLOAT(0x073642, 1.0f), /* selection */
COLOR_HEX_TO_FLOAT(0x2AA198, 1.0f), /* selection_border */ COLOR_HEX_TO_FLOAT(0x2AA198, 1.0f), /* selection_border */
COLOR_HEX_TO_FLOAT(0x073642, 1.0f), /* entries_border */ COLOR_HEX_TO_FLOAT(0x073642, 1.0f), /* entries_border */
@ -1291,9 +1291,9 @@ ozone_theme_t ozone_theme_solarized_dark = {
COLOR_HEX_TO_FLOAT(0x002B36, 1.0f), /* message_background */ COLOR_HEX_TO_FLOAT(0x002B36, 1.0f), /* message_background */
/* RGBA colors for text */ /* RGBA colors for text */
0x839496FF, /* text_rgba */ 0x93A1A1FF, /* text_rgba */
0x2AA198FF, /* text_selected_rgba */ 0x2AA198FF, /* text_selected_rgba */
0x586E75FF, /* text_sublabel_rgba */ 0x657B83FF, /* text_sublabel_rgba */
/* Screensaver 'tint' (RGB24) */ /* Screensaver 'tint' (RGB24) */
0x073642, /* screensaver_tint */ 0x073642, /* screensaver_tint */