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