From f48351b1bb983805a2327b78c06b9a4da847e048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Br=C3=BCckner?= <17685000+MoritzBrueckner@users.noreply.github.com> Date: Thu, 2 Feb 2023 23:05:20 +0100 Subject: [PATCH] Improve UI contrast for graphics_settings example --- .gitignore | 2 -- graphics_settings/Bundled/canvas/_themes.json | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 graphics_settings/Bundled/canvas/_themes.json diff --git a/.gitignore b/.gitignore index 0c6f2a8..c9be358 100644 --- a/.gitignore +++ b/.gitignore @@ -6,8 +6,6 @@ *.DS_Store khafile.js node_update_failure.* -_themes.json .vscode/ config.arm -_themes.json _*/ diff --git a/graphics_settings/Bundled/canvas/_themes.json b/graphics_settings/Bundled/canvas/_themes.json new file mode 100644 index 0000000..fe26c3a --- /dev/null +++ b/graphics_settings/Bundled/canvas/_themes.json @@ -0,0 +1 @@ +[{"NAME":"Default Light","WINDOW_BG_COL":-1052689,"WINDOW_TINT_COL":-14540254,"ACCENT_COL":-1118482,"ACCENT_HOVER_COL":-4473925,"ACCENT_SELECT_COL":-5592406,"BUTTON_COL":-3355444,"BUTTON_TEXT_COL":-14540254,"BUTTON_HOVER_COL":-5000269,"BUTTON_PRESSED_COL":-5131855,"TEXT_COL":-16645630,"LABEL_COL":-5592406,"SEPARATOR_COL":-6710887,"HIGHLIGHT_COL":-14656100,"CONTEXT_COL":-5592406,"PANEL_BG_COL":-5592406,"FONT_SIZE":26,"ELEMENT_W":200,"ELEMENT_H":48,"ELEMENT_OFFSET":8,"ARROW_SIZE":10,"BUTTON_H":44,"CHECK_SIZE":30,"CHECK_SELECT_SIZE":16,"SCROLL_W":12,"TEXT_OFFSET":16,"TAB_W":24,"FILL_WINDOW_BG":false,"FILL_BUTTON_BG":true,"FILL_ACCENT_BG":false,"LINK_STYLE":0,"FULL_TABS":false}] \ No newline at end of file