-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.doom-one.yml
35 lines (32 loc) · 1.08 KB
/
theme.doom-one.yml
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
# See: https://terminal.sexy/
# See: https://mayccoll.github.io/Gogh/
# See: https://github.com/hlissner/emacs-doom-themes/blob/master/themes/doom-one-theme.el
# Theme: Doom One (modificated)
colors:
primary:
foreground: "#DFDFDF"
background: "#282c34"
cursor_color: "#5b6268"
normal:
black: "#1b2229"
red: "#ff6c6b"
orange: "#da8548"
green: "#98be65"
teal: "#4db5bd"
yellow: "#ecbe7b"
blue: "#51afef"
dark-blue: "#2257a0"
magenta: "#c678dd"
violet: "#a9a1e1"
cyan: "#46d9ff"
white: "#dfdfdf"
dark-cyan: "#5699af"
bright:
black: "{{ brighten colors.normal.black 20 }}"
red: "{{ brighten colors.normal.red 10 }}"
green: "{{ brighten colors.normal.green 10 }}"
yellow: "{{ brighten colors.normal.yellow 10 }}"
blue: "{{ brighten colors.normal.blue 10 }}"
magenta: "{{ brighten colors.normal.magenta 10 }}"
cyan: "{{ brighten colors.normal.cyan 10 }}"
white: "{{ brighten colors.normal.white 10 }}"