blob: b79e6f4e560e1303c51375bb9b08df78d83bc18f (
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 Nord.
# Copyright (C) 2026 Danilo M. <danix@danix.xyz>
# Licensed under the GNU General Public License v2 only.
#
# Nord's Polar Night (nord0..nord3) is the only dark group, so bg_deep reuses
# nord0 rather than inventing a darker shade. Nord has no pink or magenta, so
# the aurora purple fills both.
[ui]
bg = nord0
bg_alt = nord1
bg_deep = nord0
surface = nord1
surface_alt = nord2
border = nord3
fg = nord4
fg_dim = nord4
fg_faint = nord3
accent = frost_cyan
[state]
warning = aurora_yellow
critical = aurora_red
success = aurora_green
info = frost_teal
[waybar]
main_br = nord4
main_bg = nord0
main_fg = nord6
hover_bg = nord1
hover_fg = nord6/75
outline = nord0*50
workspaces = nord1
temperature = nord1
memory = nord0
cpu = nord2
time = nord2
date = nord0
tray = nord1
volume = nord1
backlight = nord0
battery = nord2
charging = aurora_green
[conky]
heading = frost_cyan
label = nord4
rule = nord3
value = frost_teal
highlight = aurora_purple
ok = aurora_green
body = nord6
body_outline = nord3
body_shade = nord1
[terminal]
cursor = nord4
selection_bg = nord2
selection_fg = nord6
url = frost_cyan
tab_active_bg = aurora_purple
tab_active_fg = nord0
tab_inactive_bg = nord1
tab_inactive_fg = nord4
border_active = frost_cyan
border_inactive = nord3
black = nord1
red = aurora_red
green = aurora_green
yellow = aurora_yellow
blue = frost_blue
magenta = aurora_purple
cyan = frost_teal
white = nord5
bright_black = nord3
bright_red = aurora_red
bright_green = aurora_green
bright_yellow = aurora_orange
bright_blue = frost_cyan
bright_magenta = aurora_purple
bright_cyan = frost_teal
bright_white = nord6
# 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 = nord5
mid_high = nord4
mid_low = nord3
surface_high = nord2
# kitty extras: marks, scrollbar, bell, tab bar ground.
mark1 = frost_cyan
mark2 = aurora_purple
mark3 = frost_teal
scrollbar_handle = nord3
scrollbar_track = nord2
bell_border = aurora_yellow
tab_bar_bg = nord0
[accents]
# Nord has nine usable hues, one fewer than Catppuccin.
snap = aurora_purple frost_blue aurora_red aurora_orange aurora_yellow aurora_green frost_teal frost_cyan frost_deep
|