diff options
Diffstat (limited to 'colors/base16-danqing-light.theme')
| -rw-r--r-- | colors/base16-danqing-light.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-danqing-light.theme b/colors/base16-danqing-light.theme new file mode 100644 index 0000000..d4538fe --- /dev/null +++ b/colors/base16-danqing-light.theme @@ -0,0 +1,90 @@ +# +# +# name: DanQing Light +# author: Wenhan Zhu (Cosmos) (zhuwenhan950913@gmail.com) +# slug: danqing-light +# slug-underscored: danqing_light +# system: base16 +# variant: light +# is-light-variant: true +# +# + +# Main bg +theme[main_bg]="#fcfefd" + +# Main text color +theme[main_fg]="#5a605d" + +# Title color for boxes +theme[title]="#5a605d" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#B0A4E3" + +# Background color of selected item in processes box +theme[selected_bg]="#ecf6f2" + +# Foreground color of selected item in processes box +theme[selected_fg]="#5a605d" + +# Color of inactive/disabled text +theme[inactive_fg]="#9da8a3" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#B0A4E3" + +# Cpu box outline color +theme[cpu_box]="#9da8a3" + +# Memory/disks box outline color +theme[mem_box]="#9da8a3" + +# Net up/down box outline color +theme[net_box]="#9da8a3" + +# Processes box outline color +theme[proc_box]="#9da8a3" + +# Box divider line and small boxes line color +theme[div_line]="#9da8a3" + +# Temperature graph colors +theme[temp_start]="#8AB361" +theme[temp_mid]="#F0C239" +theme[temp_end]="#F9906F" + +# CPU graph colors +theme[cpu_start]="#8AB361" +theme[cpu_mid]="#F0C239" +theme[cpu_end]="#F9906F" + +# Mem/Disk free meter +theme[free_start]="#8AB361" +theme[free_mid]="#F0C239" +theme[free_end]="#F9906F" + +# Mem/Disk cached meter +theme[cached_start]="#8AB361" +theme[cached_mid]="#F0C239" +theme[cached_end]="#F9906F" + +# Mem/Disk available meter +theme[available_start]="#8AB361" +theme[available_mid]="#F0C239" +theme[available_end]="#F9906F" + +# Mem/Disk used meter +theme[used_start]="#8AB361" +theme[used_mid]="#F0C239" +theme[used_end]="#F9906F" + +# Download graph colors +theme[download_start]="#8AB361" +theme[download_mid]="#F0C239" +theme[download_end]="#F9906F" + +# Upload graph colors +theme[upload_start]="#8AB361" +theme[upload_mid]="#F0C239" +theme[upload_end]="#F9906F" |
