diff options
Diffstat (limited to 'colors/base16-darcula.theme')
| -rw-r--r-- | colors/base16-darcula.theme | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/colors/base16-darcula.theme b/colors/base16-darcula.theme new file mode 100644 index 0000000..00f68b2 --- /dev/null +++ b/colors/base16-darcula.theme @@ -0,0 +1,90 @@ +# +# +# name: Darcula +# author: jetbrains +# slug: darcula +# slug-underscored: darcula +# system: base16 +# variant: dark +# is-dark-variant: true +# +# + +# Main bg +theme[main_bg]="#2b2b2b" + +# Main text color +theme[main_fg]="#a9b7c6" + +# Title color for boxes +theme[title]="#a9b7c6" + +# Highlight color for keyboard shortcuts +theme[hi_fg]="#9876aa" + +# Background color of selected item in processes box +theme[selected_bg]="#323232" + +# Foreground color of selected item in processes box +theme[selected_fg]="#a9b7c6" + +# Color of inactive/disabled text +theme[inactive_fg]="#a4a3a3" + +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text +theme[proc_misc]="#9876aa" + +# Cpu box outline color +theme[cpu_box]="#a4a3a3" + +# Memory/disks box outline color +theme[mem_box]="#a4a3a3" + +# Net up/down box outline color +theme[net_box]="#a4a3a3" + +# Processes box outline color +theme[proc_box]="#a4a3a3" + +# Box divider line and small boxes line color +theme[div_line]="#a4a3a3" + +# Temperature graph colors +theme[temp_start]="#6a8759" +theme[temp_mid]="#bbb529" +theme[temp_end]="#4eade5" + +# CPU graph colors +theme[cpu_start]="#6a8759" +theme[cpu_mid]="#bbb529" +theme[cpu_end]="#4eade5" + +# Mem/Disk free meter +theme[free_start]="#6a8759" +theme[free_mid]="#bbb529" +theme[free_end]="#4eade5" + +# Mem/Disk cached meter +theme[cached_start]="#6a8759" +theme[cached_mid]="#bbb529" +theme[cached_end]="#4eade5" + +# Mem/Disk available meter +theme[available_start]="#6a8759" +theme[available_mid]="#bbb529" +theme[available_end]="#4eade5" + +# Mem/Disk used meter +theme[used_start]="#6a8759" +theme[used_mid]="#bbb529" +theme[used_end]="#4eade5" + +# Download graph colors +theme[download_start]="#6a8759" +theme[download_mid]="#bbb529" +theme[download_end]="#4eade5" + +# Upload graph colors +theme[upload_start]="#6a8759" +theme[upload_mid]="#bbb529" +theme[upload_end]="#4eade5" |
