You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pregenerated configurations using the Srcery
palette.
Pick and choose for your favorite terminal emulator
Palette
IMG
NAME
INDEX
HEX
RGB
HSL
black
0
#121110
18, 17, 16
30, 6%, 7%
red
1
#EF2F27
239, 47, 39
2, 86%, 55%
green
2
#519F50
81, 159, 80
119, 33%, 47%
yellow
3
#FBB829
251, 184, 41
41, 96%, 57%
blue
4
#2C78BF
44, 120, 191
209, 63%, 46%
magenta
5
#E02C6D
224, 44, 109
338, 74%, 53%
cyan
6
#0AAEB3
10, 174, 179
182, 89%, 37%
white
7
#C5B088
197, 176, 136
39, 34%, 65%
bright_black
8
#917E6B
145, 126, 107
30, 15%, 49%
bright_red
9
#F75341
247, 83, 65
6, 92%, 61%
bright_green
10
#98BC37
152, 188, 55
76, 55%, 48%
bright_yellow
11
#FED06E
254, 208, 110
41, 99%, 71%
bright_blue
12
#68A8E4
104, 168, 228
209, 70%, 65%
bright_magenta
13
#FF5C8F
255, 92, 143
341, 100%, 68%
bright_cyan
14
#2BE4D0
43, 228, 208
174, 77%, 53%
bright_white
15
#FCE8C3
252, 232, 195
39, 90%, 88%
dark_green
22
#294229
41, 66, 41
120, 23%, 21%
dark_red
88
#4F2321
79, 35, 33
3, 41%, 22%
dark_blue
24
#1E5181
30, 81, 129
209, 62%, 31%
dim_green
n/a
#2E5C2E
46, 92, 46
119, 33%, 27%
orange
202
#FF5F00
255, 95, 0
22, 100%, 50%
bright_orange
208
#FF8700
255, 135, 0
32, 100%, 50%
teal
30
#008080
0, 128, 128
180, 100%, 25%
gray1
n/a
#1C1B19
28, 27, 25
40, 6%, 10%
gray2
n/a
#262522
38, 37, 34
45, 6%, 14%
gray3
n/a
#312F2C
49, 47, 44
36, 5%, 18%
gray4
n/a
#3B3935
59, 57, 53
40, 5%, 22%
gray5
n/a
#45433E
69, 67, 62
43, 5%, 26%
gray6
n/a
#504D47
80, 77, 71
40, 6%, 30%
Development
Requirements
Node and npm is required to build the terminal configurations.
Changing readme
README.md along with the configs are generated, edit templates/README.hbs
and run make README.md to update docs.
Generating configurations
To get a list of available configurations call make list. By editing the
relevant template for any given configuration (located in ./templates) and
calling make will generate a new configuration.
To make a single config, say xresources call make like this: