diff options
author | Indrajith K L | 2022-12-03 17:00:20 +0530 |
---|---|---|
committer | Indrajith K L | 2022-12-03 17:00:20 +0530 |
commit | f5c4671bfbad96bf346bd7e9a21fc4317b4959df (patch) | |
tree | 2764fc62da58f2ba8da7ed341643fc359873142f /musikcube_win32_with_milkdrop2_0.98.1/themes | |
download | cli-tools-windows-master.tar.gz cli-tools-windows-master.tar.bz2 cli-tools-windows-master.zip |
Diffstat (limited to 'musikcube_win32_with_milkdrop2_0.98.1/themes')
3 files changed, 486 insertions, 0 deletions
diff --git a/musikcube_win32_with_milkdrop2_0.98.1/themes/gruvbox_dark.json b/musikcube_win32_with_milkdrop2_0.98.1/themes/gruvbox_dark.json new file mode 100644 index 0000000..646397e --- /dev/null +++ b/musikcube_win32_with_milkdrop2_0.98.1/themes/gruvbox_dark.json @@ -0,0 +1,162 @@ +{ + "name": "gruvbox dark", + "schemaVersion": 1, + "colors": { + "background": { + "hex": "#282828", + "palette": 235 + }, + "foreground": { + "hex": "#fbf1c7", + "palette": 229 + }, + "frame_focused": { + "hex": "#fb4934", + "palette": 167 + }, + "frame_important": { + "hex": "#458588", + "palette": 66 + }, + "text_focused": { + "hex": "#fb4934", + "palette": 167 + }, + "text_active": { + "hex": "#b8bb26", + "palette": 142 + }, + "text_disabled": { + "hex": "#7c6f64", + "palette": 243 + }, + "text_hidden": { + "hex": "#3c3836", + "palette": 237 + }, + "text_warning": { + "hex": "#fabd2f", + "palette": 214 + }, + "text_error": { + "hex": "#fb4934", + "palette": 167 + }, + "overlay_background": { + "hex": "#504945", + "palette": 239 + }, + "overlay_foreground": { + "hex": "#ebdbb2", + "palette": 223 + }, + "overlay_border": { + "hex": "#83a598", + "palette": 109 + }, + "overlay_focused_border": { + "hex": "#fb4934", + "palette": 167 + }, + "overlay_focused_text": { + "hex": "#fb4934", + "palette": 167 + }, + "shortcuts_background": { + "hex": "#504945", + "palette": 239 + }, + "shortcuts_foreground": { + "hex": "#ebdbb2", + "palette": 223 + }, + "shortcuts_background_focused": { + "hex": "#cc241d", + "palette": 124 + }, + "shortcuts_foreground_focused": { + "hex": "#fbf1c7", + "palette": 229 + }, + "button_background_normal": { + "hex": "#ebdbb2", + "palette": 223 + }, + "button_foreground_normal": { + "hex": "#3c3836", + "palette": 237 + }, + "button_background_active": { + "hex": "#b8bb26", + "palette": 142 + }, + "button_foreground_active": { + "hex": "#282828", + "palette": 235 + }, + "header_background": { + "hex": "#282828", + "palette": 235 + }, + "header_foreground": { + "hex": "#7c6f64", + "palette": 243 + }, + "footer_background": { + "hex": "#b16286", + "palette": 132 + }, + "footer_foreground": { + "hex": "#fbf1c7", + "palette": 229 + }, + "banner_background": { + "hex": "#458588", + "palette": 66 + }, + "banner_foreground": { + "hex": "#fbf1c7", + "palette": 229 + }, + "list_header_background": { + "hex": "#3c3836", + "palette": 237 + }, + "list_header_foreground": { + "hex": "#fabd2f", + "palette": 214 + }, + "list_header_highlighted_background": { + "hex": "#fabd2f", + "palette": 214 + }, + "list_header_highlighted_foreground": { + "hex": "#3c3836", + "palette": 237 + }, + "list_item_highlighted_background": { + "hex": "#b8bb26", + "palette": 142 + }, + "list_item_highlighted_foreground": { + "hex": "#3c3836", + "palette": 237 + }, + "list_item_active_background": { + "hex": "#83a598", + "palette": 109 + }, + "list_item_active_foreground": { + "hex": "#282828", + "palette": 235 + }, + "list_item_active_highlighted_background": { + "hex": "#458588", + "palette": 66 + }, + "list_item_active_highlighted_foreground": { + "hex": "#fbf1c7", + "palette": 229 + } + } +}
\ No newline at end of file diff --git a/musikcube_win32_with_milkdrop2_0.98.1/themes/solarized_dark.json b/musikcube_win32_with_milkdrop2_0.98.1/themes/solarized_dark.json new file mode 100644 index 0000000..a0e6369 --- /dev/null +++ b/musikcube_win32_with_milkdrop2_0.98.1/themes/solarized_dark.json @@ -0,0 +1,162 @@ +{ + "name": "solarized dark", + "schemaVersion": 1, + "colors": { + "background": { + "hex": "#002b36", + "palette": 234 + }, + "foreground": { + "hex": "#eee8d5", + "palette": 254 + }, + "frame_focused": { + "hex": "#dc322f", + "palette": 160 + }, + "frame_important": { + "hex": "#268bd2", + "palette": 33 + }, + "text_focused": { + "hex": "#dc322f", + "palette": 160 + }, + "text_active": { + "hex": "#859900", + "palette": 64 + }, + "text_disabled": { + "hex": "#93a1a1", + "palette": 245 + }, + "text_hidden": { + "hex": "#073642", + "palette": 235 + }, + "text_warning": { + "hex": "#b58900", + "palette": 136 + }, + "text_error": { + "hex": "#dc322f", + "palette": 160 + }, + "overlay_background": { + "hex": "#586e75", + "palette": 240 + }, + "overlay_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "overlay_border": { + "hex": "#073642", + "palette": 235 + }, + "overlay_focused_border": { + "hex": "#dc322f", + "palette": 160 + }, + "overlay_focused_text": { + "hex": "#dc322f", + "palette": 160 + }, + "shortcuts_background": { + "hex": "#586e75", + "palette": 240 + }, + "shortcuts_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "shortcuts_background_focused": { + "hex": "#dc322f", + "palette": 160 + }, + "shortcuts_foreground_focused": { + "hex": "#fdf6e3", + "palette": 230 + }, + "button_background_normal": { + "hex": "#eee8d5", + "palette": 254 + }, + "button_foreground_normal": { + "hex": "#002b36", + "palette": 234 + }, + "button_background_active": { + "hex": "#859900", + "palette": 64 + }, + "button_foreground_active": { + "hex": "#fdf6e3", + "palette": 230 + }, + "header_background": { + "hex": "#002b36", + "palette": 234 + }, + "header_foreground": { + "hex": "#93a1a1", + "palette": 245 + }, + "footer_background": { + "hex": "#cb4b16", + "palette": 166 + }, + "footer_foreground": { + "hex": "#eee8d5", + "palette": 254 + }, + "banner_background": { + "hex": "#cb4b16", + "palette": 166 + }, + "banner_foreground": { + "hex": "#eee8d5", + "palette": 254 + }, + "list_header_background": { + "hex": "#002b36", + "palette": 234 + }, + "list_header_foreground": { + "hex": "#859900", + "palette": 64 + }, + "list_header_highlighted_background": { + "hex": "#859900", + "palette": 64 + }, + "list_header_highlighted_foreground": { + "hex": "#002b36", + "palette": 234 + }, + "list_item_highlighted_background": { + "hex": "#93a1a1", + "palette": 245 + }, + "list_item_highlighted_foreground": { + "hex": "#002b36", + "palette": 234 + }, + "list_item_active_background": { + "hex": "#eee8d5", + "palette": 254 + }, + "list_item_active_foreground": { + "hex": "#073642", + "palette": 235 + }, + "list_item_active_highlighted_background": { + "hex": "#fdf6e3", + "palette": 230 + }, + "list_item_active_highlighted_foreground": { + "hex": "#073642", + "palette": 235 + } + } +}
\ No newline at end of file diff --git a/musikcube_win32_with_milkdrop2_0.98.1/themes/solarized_light.json b/musikcube_win32_with_milkdrop2_0.98.1/themes/solarized_light.json new file mode 100644 index 0000000..c7d1899 --- /dev/null +++ b/musikcube_win32_with_milkdrop2_0.98.1/themes/solarized_light.json @@ -0,0 +1,162 @@ +{ + "name": "solarized light", + "schemaVersion": 1, + "colors": { + "background": { + "hex": "#fdf6e3", + "palette": 230 + }, + "foreground": { + "hex": "#073642", + "palette": 235 + }, + "frame_focused": { + "hex": "#dc322f", + "palette": 160 + }, + "frame_important": { + "hex": "#268bd2", + "palette": 33 + }, + "text_focused": { + "hex": "#dc322f", + "palette": 160 + }, + "text_active": { + "hex": "#859900", + "palette": 64 + }, + "text_disabled": { + "hex": "#657b83", + "palette": 241 + }, + "text_hidden": { + "hex": "#073642", + "palette": 235 + }, + "text_warning": { + "hex": "#b58900", + "palette": 136 + }, + "text_error": { + "hex": "#dc322f", + "palette": 160 + }, + "overlay_background": { + "hex": "#586e75", + "palette": 240 + }, + "overlay_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "overlay_border": { + "hex": "#073642", + "palette": 235 + }, + "overlay_focused_border": { + "hex": "#dc322f", + "palette": 160 + }, + "overlay_focused_text": { + "hex": "#dc322f", + "palette": 160 + }, + "shortcuts_background": { + "hex": "#586e75", + "palette": 240 + }, + "shortcuts_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "shortcuts_background_focused": { + "hex": "#dc322f", + "palette": 160 + }, + "shortcuts_foreground_focused": { + "hex": "#fdf6e3", + "palette": 230 + }, + "button_background_normal": { + "hex": "#002b36", + "palette": 234 + }, + "button_foreground_normal": { + "hex": "#eee8d5", + "palette": 254 + }, + "button_background_active": { + "hex": "#859900", + "palette": 64 + }, + "button_foreground_active": { + "hex": "#fdf6e3", + "palette": 230 + }, + "header_background": { + "hex": "#fdf6e3", + "palette": 230 + }, + "header_foreground": { + "hex": "#657b83", + "palette": 241 + }, + "footer_background": { + "hex": "#cb4b16", + "palette": 166 + }, + "footer_foreground": { + "hex": "#eee8d5", + "palette": 254 + }, + "banner_background": { + "hex": "#657b83", + "palette": 241 + }, + "banner_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "list_header_background": { + "hex": "#fdf6e3", + "palette": 230 + }, + "list_header_foreground": { + "hex": "#859900", + "palette": 64 + }, + "list_header_highlighted_background": { + "hex": "#859900", + "palette": 64 + }, + "list_header_highlighted_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "list_item_highlighted_background": { + "hex": "#93a1a1", + "palette": 245 + }, + "list_item_highlighted_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "list_item_active_background": { + "hex": "#586e75", + "palette": 240 + }, + "list_item_active_foreground": { + "hex": "#fdf6e3", + "palette": 230 + }, + "list_item_active_highlighted_background": { + "hex": "#657b83", + "palette": 241 + }, + "list_item_active_highlighted_foreground": { + "hex": "#fdf6e3", + "palette": 230 + } + } +} |