ozone: Tweak Dracula colours a bit

This commit is contained in:
Rob Loach 2023-07-18 13:49:48 -04:00 committed by LibretroAdmin
parent c798cbaf3f
commit 1056e8cbca
1 changed files with 6 additions and 6 deletions

View File

@ -1256,17 +1256,17 @@ static ozone_theme_t ozone_theme_dracula = {
/* Float colors for quads and icons */
COLOR_HEX_TO_FLOAT(0x282A36, 1.0f), /* header_footer_separator */
COLOR_HEX_TO_FLOAT(0xF8F8F2, 1.0f), /* text */
COLOR_HEX_TO_FLOAT(0x44475A, 1.0f), /* selection */
COLOR_HEX_TO_FLOAT(0xBD93F9, 1.0f), /* selection_border */
COLOR_HEX_TO_FLOAT(0xFF79C6, 1.0f), /* selection */
COLOR_HEX_TO_FLOAT(0xFF79C6, 1.0f), /* selection_border */
COLOR_HEX_TO_FLOAT(0x282A36, 1.0f), /* entries_border */
COLOR_HEX_TO_FLOAT(0xF8F8F2, 1.0f), /* entries_icon */
COLOR_HEX_TO_FLOAT(0xBD93F9, 1.0f), /* text_selected */
COLOR_HEX_TO_FLOAT(0xFF79C6, 1.0f), /* text_selected */
COLOR_HEX_TO_FLOAT(0x6272A4, 1.0f), /* message_background */
/* RGBA colors for text */
0xF8F8F2FF, /* text_rgba */
0xF8F8F2FF, /* text_sidebar_rgba */
0xF8F8F2FF, /* text_selected_rgba */
0xFF79C6FF, /* text_selected_rgba */
0x6272A4FF, /* text_sublabel_rgba */
/* Screensaver 'tint' (RGB24) */