diff options
Diffstat (limited to 'colors/base16-tomorrow-night.theme')
| -rw-r--r-- | colors/base16-tomorrow-night.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-tomorrow-night.theme b/colors/base16-tomorrow-night.theme new file mode 100644 index 0000000..2176d3c --- /dev/null +++ b/colors/base16-tomorrow-night.theme @@ -0,0 +1,90 @@ +# +# +# name: Tomorrow Night +# author: Chris Kempson (http://chriskempson.com) +# slug: tomorrow-night +# slug-underscored: tomorrow_night +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +# Main bg +theme[main_bg]="#1d1f21" + +# Main text color +theme[main_fg]="#c5c8c6" + +# Title color for boxes +theme[title]="#c5c8c6" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#81a2be" + +# Background color of selected item in processes box +theme[selected_bg]="#282a2e" + +# Foreground color of selected item in processes box +theme[selected_fg]="#c5c8c6" + +# Color of inactive/disabled text +theme[inactive_fg]="#b4b7b4" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#81a2be" + +# Cpu box outline color +theme[cpu_box]="#b4b7b4" + +# Memory/disks box outline color +theme[mem_box]="#b4b7b4" + +# Net up/down box outline color +theme[net_box]="#b4b7b4" + +# Processes box outline color +theme[proc_box]="#b4b7b4" + +# Box divider line and small boxes line color +theme[div_line]="#b4b7b4" + +# Temperature graph colors +theme[temp_start]="#b5bd68" +theme[temp_mid]="#f0c674" +theme[temp_end]="#cc6666" + +# CPU graph colors +theme[cpu_start]="#b5bd68" +theme[cpu_mid]="#f0c674" +theme[cpu_end]="#cc6666" + +# Mem/Disk free meter +theme[free_start]="#b5bd68" +theme[free_mid]="#f0c674" +theme[free_end]="#cc6666" + +# Mem/Disk cached meter +theme[cached_start]="#b5bd68" +theme[cached_mid]="#f0c674" +theme[cached_end]="#cc6666" + +# Mem/Disk available meter +theme[available_start]="#b5bd68" +theme[available_mid]="#f0c674" +theme[available_end]="#cc6666" + +# Mem/Disk used meter +theme[used_start]="#b5bd68" +theme[used_mid]="#f0c674" +theme[used_end]="#cc6666" + +# Download graph colors +theme[download_start]="#b5bd68" +theme[download_mid]="#f0c674" +theme[download_end]="#cc6666" + +# Upload graph colors +theme[upload_start]="#b5bd68" +theme[upload_mid]="#f0c674" +theme[upload_end]="#cc6666" |
