diff options
Diffstat (limited to 'colors/base16-precious-light-white.theme')
| -rw-r--r-- | colors/base16-precious-light-white.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-precious-light-white.theme b/colors/base16-precious-light-white.theme new file mode 100644 index 0000000..4c8239f --- /dev/null +++ b/colors/base16-precious-light-white.theme @@ -0,0 +1,90 @@ +# +# +# name: Precious Light White +# author: 4lex4 <4lex49@zoho.com> +# slug: precious-light-white +# slug-underscored: precious_light_white +# system: base16 +# variant: light +# is-light-variant: true +# +# + +# Main bg +theme[main_bg]="#ffffff" + +# Main text color +theme[main_fg]="#555555" + +# Title color for boxes +theme[title]="#555555" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#186daa" + +# Background color of selected item in processes box +theme[selected_bg]="#ededed" + +# Foreground color of selected item in processes box +theme[selected_fg]="#555555" + +# Color of inactive/disabled text +theme[inactive_fg]="#636363" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#186daa" + +# Cpu box outline color +theme[cpu_box]="#636363" + +# Memory/disks box outline color +theme[mem_box]="#636363" + +# Net up/down box outline color +theme[net_box]="#636363" + +# Processes box outline color +theme[proc_box]="#636363" + +# Box divider line and small boxes line color +theme[div_line]="#636363" + +# Temperature graph colors +theme[temp_start]="#557301" +theme[temp_mid]="#876500" +theme[temp_end]="#af4947" + +# CPU graph colors +theme[cpu_start]="#557301" +theme[cpu_mid]="#876500" +theme[cpu_end]="#af4947" + +# Mem/Disk free meter +theme[free_start]="#557301" +theme[free_mid]="#876500" +theme[free_end]="#af4947" + +# Mem/Disk cached meter +theme[cached_start]="#557301" +theme[cached_mid]="#876500" +theme[cached_end]="#af4947" + +# Mem/Disk available meter +theme[available_start]="#557301" +theme[available_mid]="#876500" +theme[available_end]="#af4947" + +# Mem/Disk used meter +theme[used_start]="#557301" +theme[used_mid]="#876500" +theme[used_end]="#af4947" + +# Download graph colors +theme[download_start]="#557301" +theme[download_mid]="#876500" +theme[download_end]="#af4947" + +# Upload graph colors +theme[upload_start]="#557301" +theme[upload_mid]="#876500" +theme[upload_end]="#af4947" |
