diff options
Diffstat (limited to 'colors/base16-unikitty-dark.theme')
| -rw-r--r-- | colors/base16-unikitty-dark.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-unikitty-dark.theme b/colors/base16-unikitty-dark.theme new file mode 100644 index 0000000..ba6b74c --- /dev/null +++ b/colors/base16-unikitty-dark.theme @@ -0,0 +1,90 @@ +# +# +# name: Unikitty Dark +# author: Josh W Lewis (@joshwlewis) +# slug: unikitty-dark +# slug-underscored: unikitty_dark +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +# Main bg +theme[main_bg]="#2e2a31" + +# Main text color +theme[main_fg]="#bcbabe" + +# Title color for boxes +theme[title]="#bcbabe" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#796af5" + +# Background color of selected item in processes box +theme[selected_bg]="#4a464d" + +# Foreground color of selected item in processes box +theme[selected_fg]="#bcbabe" + +# Color of inactive/disabled text +theme[inactive_fg]="#9f9da2" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#796af5" + +# Cpu box outline color +theme[cpu_box]="#9f9da2" + +# Memory/disks box outline color +theme[mem_box]="#9f9da2" + +# Net up/down box outline color +theme[net_box]="#9f9da2" + +# Processes box outline color +theme[proc_box]="#9f9da2" + +# Box divider line and small boxes line color +theme[div_line]="#9f9da2" + +# Temperature graph colors +theme[temp_start]="#17ad98" +theme[temp_mid]="#dc8a0e" +theme[temp_end]="#d8137f" + +# CPU graph colors +theme[cpu_start]="#17ad98" +theme[cpu_mid]="#dc8a0e" +theme[cpu_end]="#d8137f" + +# Mem/Disk free meter +theme[free_start]="#17ad98" +theme[free_mid]="#dc8a0e" +theme[free_end]="#d8137f" + +# Mem/Disk cached meter +theme[cached_start]="#17ad98" +theme[cached_mid]="#dc8a0e" +theme[cached_end]="#d8137f" + +# Mem/Disk available meter +theme[available_start]="#17ad98" +theme[available_mid]="#dc8a0e" +theme[available_end]="#d8137f" + +# Mem/Disk used meter +theme[used_start]="#17ad98" +theme[used_mid]="#dc8a0e" +theme[used_end]="#d8137f" + +# Download graph colors +theme[download_start]="#17ad98" +theme[download_mid]="#dc8a0e" +theme[download_end]="#d8137f" + +# Upload graph colors +theme[upload_start]="#17ad98" +theme[upload_mid]="#dc8a0e" +theme[upload_end]="#d8137f" |
