blob: d7997e399830b75bae74476d7b7514e5e7adbad3 (
plain) (
blame)
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
|
[font]
normal = { family = "JetBrains Mono Nerd Font Mono", style = "Regular"}
size = 7
[colors.primary]
background = '#101010' # base
foreground = '#cccccc' # text
# Bright and dim foreground colors
dim_foreground = '#CDD6F4' # text
bright_foreground = '#CDD6F4' # text
# Cursor colors
[colors.cursor]
text = '#101010' # base
cursor = '#cccccc' # rosewater
# Selection colors
[colors.selection]
text = '#dddddd' # base
background = '#282828' # rosewater
# Normal colors
[colors.normal]
black = '#2a2a2a' # surface1
red = '#deeeed' # red
green = '#1bfd9c' # green
yellow = '#b4b4b4' # yellow
blue = '#7a7a7a' # blue
magenta = '#66b2b2' # pink
cyan = '#cccccc' # teal
white = '#f1f1f1' # subtext1
# Bright colors
[colors.bright]
black = '#4a4a4a' # surface2
red = '#708090' # red
green = '#a6ffc9' # green
yellow = '#dddddd' # yellow
blue = '#aaaaaa' # blue
magenta = '#49c4c4' # pink
cyan = '#d3d3d3' # teal
white = '#ffffff' # subtext0
|