-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmycolorschemes.yml
More file actions
50 lines (48 loc) · 1.23 KB
/
mycolorschemes.yml
File metadata and controls
50 lines (48 loc) · 1.23 KB
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
## colorschemes made by devpogi
## format usable for alacritty
## Inspired by [u/fehawen](https://www.reddit.com/r/unixporn/comments/jjyn2o/sowm_gridline/?utm_medium=android_app&utm_source=share)
ming: &ming
primary:
background: '#003133'
foreground: '#96DADD'
normal:
black: '#003133'
red: '#F57773'
green: '#5BC161'
yellow: '#D4B26A'
blue: '#469194'
magenta: '#4F618F'
cyan: '#F5AF73'
white: '#96DADD'
bright:
black: '#003133'
red: '#FFA5A3'
green: '#8BD990'
yellow: '#FFD3AD'
blue: '#77B6B9'
magenta: '#7887AB'
cyan: '#FFCDA3'
white: '#96DADD'
## Inspired by [discord](discord.com/branding)
wumpus: &wumpus
primary:
background: '#23272A'
foreground: '#F4F1DE'
normal:
black: '#2C2F33'
red: '#D97187'
green: '#71D98E'
yellow: '#D9C271'
blue: '#7289DA'
magenta: '#8E71D9'
cyan: '#71D9C2'
white: '#99AAB5'
bright:
black: '#23272A'
red: '#D97187'
green: '#71D98E'
yellow: '#D9C271'
blue: '#7289DA'
magenta: '#8E71D9'
cyan: '#71D9C2'
white: '#F4F1DE'