all repos — desert-witch.theme @ b408043a8b3f7ed84810ee06f05060db9cb4fb16

A collection of userscripts to configure websites with the clay-witch colorscheme for improved readability

btop/desert-witch.theme (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
# desert-witch.btop
# by Trickyni 

# All graphs and meters can be gradients
# For single color graphs leave "mid" and "end" variable empty.
# Use "start" and "end" variables for two color gradient
# Use "start", "mid" and "end" for three color gradient

# Main background, empty for terminal default, need to be empty if you want transparent background
theme[main_bg]="#3b3228"

# Main text color
theme[main_fg]="#afd2e9"

# Title color for boxes
theme[title]="#e68d53"

# Highlight color for keyboard shortcuts
theme[hi_fg]="#f8e2a0"

# Background color of selected items
theme[selected_bg]="#f8e2a0"

# Foreground color of selected items
theme[selected_fg]="#3b3228"

# Color of inactive/disabled text
theme[inactive_fg]="#5d4f40"

# Color of text appearing on top of graphs, i.e uptime and current network graph scaling
theme[graph_text]="#c1a387"

# Misc colors for processes box including mini cpu graphs, details memory graph and details status text
theme[proc_misc]="#c1a387"

# Cpu box outline color
theme[cpu_box]="#c1a387"

# Memory/disks box outline color
theme[mem_box]="#c1a387"

# Net up/down box outline color
theme[net_box]="#c1a387"

# Processes box outline color
theme[proc_box]="#c1a387"

# Box divider line and small boxes line color
theme[div_line]="#c1a387"

# Temperature graph colors
theme[temp_start]="#c1a387"
theme[temp_mid]=""
theme[temp_end]="#e86045"

# CPU graph colors
theme[cpu_start]="#92a650"
theme[cpu_mid]=""
theme[cpu_end]=""

# Mem/Disk free meter
theme[free_start]="#92a650"
theme[free_mid]=""
theme[free_end]=""

# Mem/Disk cached meter
theme[cached_start]="#3eccbe"
theme[cached_mid]=""
theme[cached_end]=""

# Mem/Disk available meter
theme[available_start]="#f8e2a0"
theme[available_mid]=""
theme[available_end]=""

# Mem/Disk used meter
theme[used_start]="#e86045"
theme[used_mid]=""
theme[used_end]=""

# Download graph colors
theme[download_start]="#3eccbe"
theme[download_mid]=""
theme[download_end]=""

# Upload graph colors
theme[upload_start]="#e86045"
theme[upload_mid]=""
theme[upload_end]=""