-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdracula.yaml
More file actions
52 lines (45 loc) · 792 Bytes
/
Copy pathdracula.yaml
File metadata and controls
52 lines (45 loc) · 792 Bytes
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
# A dark theme inspired by the popular Dracula color scheme
name: dracula
palette:
bg: "#282a36"
fg: "#f8f8f2"
comment: "#6272a4"
cyan: "#8be9fd"
green: "#50fa7b"
orange: "#ffb86c"
pink: "#ff79c6"
purple: "#bd93f9"
red: "#ff5555"
yellow: "#f1fa8c"
ui:
primary: fg
secondary: comment
accent: purple
success: green
warning: yellow
error: red
board:
border: comment
background: none
cellBorder: comment
cellBackground: none
selectedCell: purple
games:
chess:
whitePieces: fg
blackPieces: comment
snake:
body: green
head: purple
food: red
tetris:
iPiece: cyan
oPiece: yellow
tPiece: purple
sPiece: green
zPiece: red
jPiece: pink
lPiece: orange
tictactoe:
player1: green
player2: red