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