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