blob: 984876b3bf8710b628baa0538aff47a12d5665b1 (
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
|
# Role assignments for Tokyo Night.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# Tokyo Night carries fewer surface depths than Catppuccin, so bg_highlight
# does double duty as both surfaces. Its comment colour is the dim foreground.
[ui]
bg = bg
bg_alt = bg_dark
bg_deep = bg_float
surface = bg_highlight
surface_alt = bg_visual
border = fg_gutter
fg = fg
fg_dim = fg_dark
fg_faint = comment
accent = blue
[state]
warning = yellow
critical = red
success = green
info = cyan
[waybar]
main_br = fg_dark
main_bg = bg_dark
main_fg = fg
hover_bg = bg
hover_fg = fg/75
outline = bg_dark*50
workspaces = bg_dark
temperature = bg_dark
memory = bg
cpu = bg_highlight
time = bg_highlight
date = bg
tray = bg_dark
volume = bg_dark
backlight = bg
battery = bg_highlight
charging = green
[conky]
heading = blue
label = fg_dark
rule = fg_gutter
value = cyan
highlight = magenta
ok = green
body = fg
body_outline = fg_gutter
body_shade = bg_dark
[terminal]
cursor = orange
selection_bg = bg_visual
selection_fg = fg
url = cyan
tab_active_bg = magenta
tab_active_fg = bg_dark
tab_inactive_bg = bg_dark
tab_inactive_fg = fg
border_active = blue
border_inactive = comment
black = terminal_black
red = red
green = green
yellow = yellow
blue = blue
magenta = magenta
cyan = cyan
white = fg_dark
bright_black = comment
bright_red = red1
bright_green = green1
bright_yellow = orange
bright_blue = blue5
bright_magenta = purple
bright_cyan = blue1
bright_white = fg
# 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 = fg_dark
mid_high = comment
mid_low = terminal_black
surface_high = bg_visual
# kitty extras: marks, scrollbar, bell, tab bar ground.
mark1 = blue
mark2 = magenta
mark3 = cyan
scrollbar_handle = comment
scrollbar_track = fg_gutter
bell_border = yellow
tab_bar_bg = bg_dark
# Kvantum hover and pressed states, a shade either side of the accent.
accent_dim = blue*92
accent_bright = blue*110
[accents]
snap = magenta purple blue red orange yellow green teal cyan blue1
|