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-tomorrow-night-eighties.theme | |
add project
Diffstat (limited to 'colors/base16-tomorrow-night-eighties.theme')
| -rw-r--r-- | colors/base16-tomorrow-night-eighties.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-tomorrow-night-eighties.theme b/colors/base16-tomorrow-night-eighties.theme new file mode 100644 index 0000000..f0a05aa --- /dev/null +++ b/colors/base16-tomorrow-night-eighties.theme @@ -0,0 +1,90 @@ +# +# +# name: Tomorrow Night Eighties +# author: Chris Kempson (http://chriskempson.com) +# slug: tomorrow-night-eighties +# slug-underscored: tomorrow_night_eighties +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +# Main bg +theme[main_bg]="#2d2d2d" + +# Main text color +theme[main_fg]="#cccccc" + +# Title color for boxes +theme[title]="#cccccc" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#6699cc" + +# Background color of selected item in processes box +theme[selected_bg]="#393939" + +# Foreground color of selected item in processes box +theme[selected_fg]="#cccccc" + +# Color of inactive/disabled text +theme[inactive_fg]="#b4b7b4" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#6699cc" + +# Cpu box outline color +theme[cpu_box]="#b4b7b4" + +# Memory/disks box outline color +theme[mem_box]="#b4b7b4" + +# Net up/down box outline color +theme[net_box]="#b4b7b4" + +# Processes box outline color +theme[proc_box]="#b4b7b4" + +# Box divider line and small boxes line color +theme[div_line]="#b4b7b4" + +# Temperature graph colors +theme[temp_start]="#99cc99" +theme[temp_mid]="#ffcc66" +theme[temp_end]="#f2777a" + +# CPU graph colors +theme[cpu_start]="#99cc99" +theme[cpu_mid]="#ffcc66" +theme[cpu_end]="#f2777a" + +# Mem/Disk free meter +theme[free_start]="#99cc99" +theme[free_mid]="#ffcc66" +theme[free_end]="#f2777a" + +# Mem/Disk cached meter +theme[cached_start]="#99cc99" +theme[cached_mid]="#ffcc66" +theme[cached_end]="#f2777a" + +# Mem/Disk available meter +theme[available_start]="#99cc99" +theme[available_mid]="#ffcc66" +theme[available_end]="#f2777a" + +# Mem/Disk used meter +theme[used_start]="#99cc99" +theme[used_mid]="#ffcc66" +theme[used_end]="#f2777a" + +# Download graph colors +theme[download_start]="#99cc99" +theme[download_mid]="#ffcc66" +theme[download_end]="#f2777a" + +# Upload graph colors +theme[upload_start]="#99cc99" +theme[upload_mid]="#ffcc66" +theme[upload_end]="#f2777a" |
