blob: 0db4a5863068a9285f827bded96bbec5d1eee14e (
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
|
# Role assignments for Material Darker.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# Material has one accent per hue and no bright variants, so the bright_* slots
# name the same colours as the normal ones. Its palette carries no pink, so
# purple fills the magenta slot.
[ui]
bg = background
bg_alt = mid
bg_deep = deep
surface = surface
surface_alt = selection
border = mid_high
fg = foreground
fg_dim = light
fg_faint = comment
accent = cyan
[state]
warning = yellow
critical = red
success = green
info = cyan
[waybar]
main_br = light
main_bg = deep
main_fg = foreground
hover_bg = background
hover_fg = foreground/75
outline = deep*50
workspaces = mid
temperature = mid
memory = background
cpu = surface
time = surface
date = background
tray = mid
volume = mid
backlight = background
battery = surface
charging = green
[conky]
heading = cyan
label = light
rule = mid_high
value = blue
highlight = purple
ok = green
body = foreground
body_outline = mid_high
body_shade = deep
[terminal]
cursor = orange
selection_bg = selection
selection_fg = foreground
url = cyan
tab_active_bg = purple
tab_active_fg = background
tab_inactive_bg = mid
tab_inactive_fg = foreground
border_active = cyan
border_inactive = comment
black = selection
red = red
green = green
yellow = yellow
blue = blue
magenta = purple
cyan = cyan
white = foreground
bright_black = comment
bright_red = red
bright_green = green
bright_yellow = orange
bright_blue = blue
bright_magenta = violet
bright_cyan = cyan
bright_white = foreground
# Intermediate greys, for consumers that want a full ramp rather than
# three depths. homepage's --color-50..900 is the only one so far.
fg_bright = foreground
mid_high = light
mid_low = comment
surface_high = mid_high
# kitty extras: marks, scrollbar, bell, tab bar ground.
mark1 = cyan
mark2 = purple
mark3 = blue
scrollbar_handle = comment
scrollbar_track = surface
bell_border = yellow
tab_bar_bg = deep
[accents]
# Material ships one accent per hue, seven usable.
snap = purple violet blue cyan green yellow orange red
|