diff options
| author | 2024-09-29 11:36:25 +0000 | |
|---|---|---|
| committer | 2024-09-29 11:36:25 +0000 | |
| commit | c794488db8ad5757bcfdc6b7956a9713382f4f3d (patch) | |
| tree | 71bbbb60f1e018b833e4e6f2381d536788292f7c /colors/base16-mellow-purple.theme | |
add project
Diffstat (limited to 'colors/base16-mellow-purple.theme')
| -rw-r--r-- | colors/base16-mellow-purple.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-mellow-purple.theme b/colors/base16-mellow-purple.theme new file mode 100644 index 0000000..2ef9f2e --- /dev/null +++ b/colors/base16-mellow-purple.theme @@ -0,0 +1,90 @@ +# +# +# name: Mellow Purple +# author: gidsi +# slug: mellow-purple +# slug-underscored: mellow_purple +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +# Main bg +theme[main_bg]="#1e0528" + +# Main text color +theme[main_fg]="#ffeeff" + +# Title color for boxes +theme[title]="#ffeeff" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#550068" + +# Background color of selected item in processes box +theme[selected_bg]="#1A092D" + +# Foreground color of selected item in processes box +theme[selected_fg]="#ffeeff" + +# Color of inactive/disabled text +theme[inactive_fg]="#873582" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#550068" + +# Cpu box outline color +theme[cpu_box]="#873582" + +# Memory/disks box outline color +theme[mem_box]="#873582" + +# Net up/down box outline color +theme[net_box]="#873582" + +# Processes box outline color +theme[proc_box]="#873582" + +# Box divider line and small boxes line color +theme[div_line]="#873582" + +# Temperature graph colors +theme[temp_start]="#05cb0d" +theme[temp_mid]="#955ae7" +theme[temp_end]="#00d9e9" + +# CPU graph colors +theme[cpu_start]="#05cb0d" +theme[cpu_mid]="#955ae7" +theme[cpu_end]="#00d9e9" + +# Mem/Disk free meter +theme[free_start]="#05cb0d" +theme[free_mid]="#955ae7" +theme[free_end]="#00d9e9" + +# Mem/Disk cached meter +theme[cached_start]="#05cb0d" +theme[cached_mid]="#955ae7" +theme[cached_end]="#00d9e9" + +# Mem/Disk available meter +theme[available_start]="#05cb0d" +theme[available_mid]="#955ae7" +theme[available_end]="#00d9e9" + +# Mem/Disk used meter +theme[used_start]="#05cb0d" +theme[used_mid]="#955ae7" +theme[used_end]="#00d9e9" + +# Download graph colors +theme[download_start]="#05cb0d" +theme[download_mid]="#955ae7" +theme[download_end]="#00d9e9" + +# Upload graph colors +theme[upload_start]="#05cb0d" +theme[upload_mid]="#955ae7" +theme[upload_end]="#00d9e9" |
