aboutsummaryrefslogtreecommitdiff
path: root/config/btop/themes/tranquil-light.theme
blob: 60c5b1c5e2b5fba27e77940b1eea439ceedde5f9 (plain)
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
#Bashtop "tranquil-light" theme
#by rbdr

# Colors should be in 6 or 2 character hexadecimal or single spaced rgb decimal: "#RRGGBB", "#BW" or "0-255 0-255 0-255"
# example for white: "#FFFFFF", "#ff" or "255 255 255".

# 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]=""

# Main text color
# Deep Slate Green
theme[main_fg]="#0F261F"

# Title color for boxes
# rbdr Blue
theme[title]="#0000F1"

# Highlight color for keyboard shortcuts
# Eosine Pink
theme[hi_fg]="#FF5EC4"

# Background color of selected item in processes box
# Light Porcelain Green
theme[selected_bg]="#23C17C"

# Foreground color of selected item in processes box
# Light Porcelain Green
theme[selected_fg]="#FFFFFF"

# Color of inactive/disabled text
# Dark Neutral Gray
theme[inactive_fg]="#90A6A2"

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

# Cpu box outline color
# Deep Slate Green
theme[cpu_box]="#0F261F"

# Memory/disks box outline color
# Deep Slate Green
theme[mem_box]="#0F261F"

# Net up/down box outline color
# Deep Slate Green
theme[net_box]="#0F261F"

# Processes box outline color
# Deep Slate Green
theme[proc_box]="#0F261F"

# Box divider line and small boxes line color
# Deep Slate Green
theme[div_line]="#0F261F"

# Temperature graph colors
# Light Porcelain Green
theme[temp_start]="#23C17C"
# Golden Yellow
theme[temp_mid]="#FFAB00"
# Jasper Red
theme[temp_end]="#FA2B00"

# CPU graph colors
# Light Porcelain Green
theme[cpu_start]="#23C17C"
# Golden Yellow
theme[cpu_mid]="#FFAB00"
# Jasper Red
theme[cpu_end]="#FA2B00"

# Mem/Disk free meter
# Light Porcelain Green
theme[free_start]="#23C17C"
# Golden Yellow
theme[free_mid]="#FFAB00"
# Jasper Red
theme[free_end]="#FA2B00"

# Mem/Disk cached meter
# Light Porcelain Green
theme[cached_start]="#23C17C"
# Golden Yellow
theme[cached_mid]="#FFAB00"
# Jasper Red
theme[cached_end]="#FA2B00"

# Mem/Disk available meter
# Light Porcelain Green
theme[available_start]="#23C17C"
# Golden Yellow
theme[available_mid]="#FFAB00"
# Jasper Red
theme[available_end]="#FA2B00"

# Mem/Disk used meter
# Light Porcelain Green
theme[used_start]="#23C17C"
# Golden Yellow
theme[used_mid]="#FFAB00"
# Jasper Red
theme[used_end]="#FA2B00"

# Download graph colors
# Light Porcelain Green
theme[download_start]="#23C17C"
# Golden Yellow
theme[download_mid]="#FFAB00"
# Jasper Red
theme[download_end]="#FA2B00"

# Upload graph colors
# Light Porcelain Green
theme[upload_start]="#23C17C"
# Golden Yellow
theme[upload_mid]="#FFAB00"
# Jasper Red
theme[upload_end]="#FA2B00"