diff options
Diffstat (limited to 'colors/base16-everforest-dark-hard.theme')
| -rw-r--r-- | colors/base16-everforest-dark-hard.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-everforest-dark-hard.theme b/colors/base16-everforest-dark-hard.theme new file mode 100644 index 0000000..3a2432f --- /dev/null +++ b/colors/base16-everforest-dark-hard.theme @@ -0,0 +1,90 @@ +# +# +# name: Everforest Dark Hard +# author: Sainnhe Park (https://github.com/sainnhe) +# slug: everforest-dark-hard +# slug-underscored: everforest_dark_hard +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +# Main bg +theme[main_bg]="#272e33" + +# Main text color +theme[main_fg]="#d3c6aa" + +# Title color for boxes +theme[title]="#d3c6aa" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#7fbbb3" + +# Background color of selected item in processes box +theme[selected_bg]="#2e383c" + +# Foreground color of selected item in processes box +theme[selected_fg]="#d3c6aa" + +# Color of inactive/disabled text +theme[inactive_fg]="#9da9a0" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#7fbbb3" + +# Cpu box outline color +theme[cpu_box]="#9da9a0" + +# Memory/disks box outline color +theme[mem_box]="#9da9a0" + +# Net up/down box outline color +theme[net_box]="#9da9a0" + +# Processes box outline color +theme[proc_box]="#9da9a0" + +# Box divider line and small boxes line color +theme[div_line]="#9da9a0" + +# Temperature graph colors +theme[temp_start]="#a7c080" +theme[temp_mid]="#dbbc7f" +theme[temp_end]="#e67e80" + +# CPU graph colors +theme[cpu_start]="#a7c080" +theme[cpu_mid]="#dbbc7f" +theme[cpu_end]="#e67e80" + +# Mem/Disk free meter +theme[free_start]="#a7c080" +theme[free_mid]="#dbbc7f" +theme[free_end]="#e67e80" + +# Mem/Disk cached meter +theme[cached_start]="#a7c080" +theme[cached_mid]="#dbbc7f" +theme[cached_end]="#e67e80" + +# Mem/Disk available meter +theme[available_start]="#a7c080" +theme[available_mid]="#dbbc7f" +theme[available_end]="#e67e80" + +# Mem/Disk used meter +theme[used_start]="#a7c080" +theme[used_mid]="#dbbc7f" +theme[used_end]="#e67e80" + +# Download graph colors +theme[download_start]="#a7c080" +theme[download_mid]="#dbbc7f" +theme[download_end]="#e67e80" + +# Upload graph colors +theme[upload_start]="#a7c080" +theme[upload_mid]="#dbbc7f" +theme[upload_end]="#e67e80" |
