diff options
Diffstat (limited to 'colors/base16-atelier-forest-light.theme')
| -rw-r--r-- | colors/base16-atelier-forest-light.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-atelier-forest-light.theme b/colors/base16-atelier-forest-light.theme new file mode 100644 index 0000000..82f2634 --- /dev/null +++ b/colors/base16-atelier-forest-light.theme @@ -0,0 +1,90 @@ +# +# +# name: Atelier Forest Light +# author: Bram de Haan (http://atelierbramdehaan.nl) +# slug: atelier-forest-light +# slug-underscored: atelier_forest_light +# system: base16 +# variant: light +# is-light-variant: true +# +# + +# Main bg +theme[main_bg]="#f1efee" + +# Main text color +theme[main_fg]="#68615e" + +# Title color for boxes +theme[title]="#68615e" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#407ee7" + +# Background color of selected item in processes box +theme[selected_bg]="#e6e2e0" + +# Foreground color of selected item in processes box +theme[selected_fg]="#68615e" + +# Color of inactive/disabled text +theme[inactive_fg]="#766e6b" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#407ee7" + +# Cpu box outline color +theme[cpu_box]="#766e6b" + +# Memory/disks box outline color +theme[mem_box]="#766e6b" + +# Net up/down box outline color +theme[net_box]="#766e6b" + +# Processes box outline color +theme[proc_box]="#766e6b" + +# Box divider line and small boxes line color +theme[div_line]="#766e6b" + +# Temperature graph colors +theme[temp_start]="#7b9726" +theme[temp_mid]="#c38418" +theme[temp_end]="#f22c40" + +# CPU graph colors +theme[cpu_start]="#7b9726" +theme[cpu_mid]="#c38418" +theme[cpu_end]="#f22c40" + +# Mem/Disk free meter +theme[free_start]="#7b9726" +theme[free_mid]="#c38418" +theme[free_end]="#f22c40" + +# Mem/Disk cached meter +theme[cached_start]="#7b9726" +theme[cached_mid]="#c38418" +theme[cached_end]="#f22c40" + +# Mem/Disk available meter +theme[available_start]="#7b9726" +theme[available_mid]="#c38418" +theme[available_end]="#f22c40" + +# Mem/Disk used meter +theme[used_start]="#7b9726" +theme[used_mid]="#c38418" +theme[used_end]="#f22c40" + +# Download graph colors +theme[download_start]="#7b9726" +theme[download_mid]="#c38418" +theme[download_end]="#f22c40" + +# Upload graph colors +theme[upload_start]="#7b9726" +theme[upload_mid]="#c38418" +theme[upload_end]="#f22c40" |
