|
| 1 | +#Bashtop gruvbox (https://github.com/morhetz/gruvbox) theme |
| 2 | +#by BachoSeven |
| 3 | + |
| 4 | +# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255" |
| 5 | +# example for white: "#FFFFFF", "#ff" or "255 255 255". |
| 6 | + |
| 7 | +# All graphs and meters can be gradients |
| 8 | +# For single color graphs leave "mid" and "end" variable empty. |
| 9 | +# Use "start" and "end" variables for two color gradient |
| 10 | +# Use "start", "mid" and "end" for three color gradient |
| 11 | + |
| 12 | +# Main background, empty for terminal default, need to be empty if you want transparent background |
| 13 | +theme[main_bg]="#1d2021" |
| 14 | + |
| 15 | +# Main text color |
| 16 | +theme[main_fg]="#a89984" |
| 17 | + |
| 18 | +# Title color for boxes |
| 19 | +theme[title]="#ebdbb2" |
| 20 | + |
| 21 | +# Higlight color for keyboard shortcuts |
| 22 | +theme[hi_fg]="#d79921" |
| 23 | + |
| 24 | +# Background color of selected items |
| 25 | +theme[selected_bg]="#282828" |
| 26 | + |
| 27 | +# Foreground color of selected items |
| 28 | +theme[selected_fg]="#fabd2f" |
| 29 | + |
| 30 | +# Color of inactive/disabled text |
| 31 | +theme[inactive_fg]="#282828" |
| 32 | + |
| 33 | +# Misc colors for processes box including mini cpu graphs, details memory graph and details status text |
| 34 | +theme[proc_misc]="#98971a" |
| 35 | + |
| 36 | +# Cpu box outline color |
| 37 | +theme[cpu_box]="#a89984" |
| 38 | + |
| 39 | +# Memory/disks box outline color |
| 40 | +theme[mem_box]="#a89984" |
| 41 | + |
| 42 | +# Net up/down box outline color |
| 43 | +theme[net_box]="#a89984" |
| 44 | + |
| 45 | +# Processes box outline color |
| 46 | +theme[proc_box]="#a89984" |
| 47 | + |
| 48 | +# Box divider line and small boxes line color |
| 49 | +theme[div_line]="#a89984" |
| 50 | + |
| 51 | +# Temperature graph colors |
| 52 | +theme[temp_start]="#458588" |
| 53 | +theme[temp_mid]="#d3869b" |
| 54 | +theme[temp_end]="#fb4394" |
| 55 | + |
| 56 | +# CPU graph colors |
| 57 | +theme[cpu_start]="#b8bb26" |
| 58 | +theme[cpu_mid]="#d79921" |
| 59 | +theme[cpu_end]="#fb4934" |
| 60 | + |
| 61 | +# Mem/Disk free meter |
| 62 | +theme[free_start]="#4e5900" |
| 63 | +theme[free_mid]="" |
| 64 | +theme[free_end]="#98971a" |
| 65 | + |
| 66 | +# Mem/Disk cached meter |
| 67 | +theme[cached_start]="#458588" |
| 68 | +theme[cached_mid]="" |
| 69 | +theme[cached_end]="#83a598" |
| 70 | + |
| 71 | +# Mem/Disk available meter |
| 72 | +theme[available_start]="#d79921" |
| 73 | +theme[available_mid]="" |
| 74 | +theme[available_end]="#fabd2f" |
| 75 | + |
| 76 | +# Mem/Disk used meter |
| 77 | +theme[used_start]="#cc241d" |
| 78 | +theme[used_mid]="" |
| 79 | +theme[used_end]="#fb4934" |
| 80 | + |
| 81 | +# Download graph colors |
| 82 | +theme[download_start]="#3d4070" |
| 83 | +theme[download_mid]="#6c71c4" |
| 84 | +theme[download_end]="#a3a8f7" |
| 85 | + |
| 86 | +# Upload graph colors |
| 87 | +theme[upload_start]="#701c45" |
| 88 | +theme[upload_mid]="#b16286" |
| 89 | +theme[upload_end]="#d3869b" |
0 commit comments