File tree Expand file tree Collapse file tree 3 files changed +57
-1
lines changed Expand file tree Collapse file tree 3 files changed +57
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : ' acme '
2
+ name : ' Acme '
3
3
author : ' plan9-for-vimspace (https://github.com/plan9-for-vimspace/acme-colors)'
4
4
variant : ' light'
5
5
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ' Blue Moon Light'
3
+ author : ' kyazdani42 (https://github.com/kyazdani42/blue-moon)'
4
+ variant : ' light'
5
+
6
+ color_01 : ' #292d3e' # Black (Host)
7
+ color_02 : ' #d06179' # Red (Syntax string)
8
+ color_03 : ' #d0e7d0' # Green (Command)
9
+ color_04 : ' #cfcfbf' # Yellow (Command second)
10
+ color_05 : ' #959dcb' # Blue (Path)
11
+ color_06 : ' #a9a3db' # Magenta (Syntax var)
12
+ color_07 : ' #89bbdd' # Cyan (Prompt)
13
+ color_08 : ' #ffffff' # White
14
+
15
+ color_09 : ' #292d3e' # Bright Black
16
+ color_10 : ' #d06179' # Bright Red (Command error)
17
+ color_11 : ' #d0e7d0' # Bright Green (Exec)
18
+ color_12 : ' #cfcfbf' # Bright Yellow
19
+ color_13 : ' #959dcb' # Bright Blue (Folder)
20
+ color_14 : ' #a9a3db' # Bright Magenta
21
+ color_15 : ' #89bbdd' # Bright Cyan
22
+ color_16 : ' #ffffff' # Bright White
23
+
24
+ background : ' #32374d' # Background
25
+ foreground : ' #fbfbfb' # Foreground (Text)
26
+
27
+ cursor : ' #fbfbfb' # Cursor
28
+
Original file line number Diff line number Diff line change
1
+ ---
2
+ name : ' Blue Moon'
3
+ author : ' kyazdani42 (https://github.com/kyazdani42/blue-moon)'
4
+ variant : ' dark'
5
+
6
+ color_01 : ' #353b52' # Black (Host)
7
+ color_02 : ' #d06178' # Red (Syntax string)
8
+ color_03 : ' #b4c4b4' # Green (Command)
9
+ color_04 : ' #cfcfbf' # Yellow (Command second)
10
+ color_05 : ' #959dcb' # Blue (Path)
11
+ color_06 : ' #b9a3eb' # Magenta (Syntax var)
12
+ color_07 : ' #89bbdd' # Cyan (Prompt)
13
+ color_08 : ' #ffffff' # White
14
+
15
+ color_09 : ' #8796b0' # Bright Black
16
+ color_10 : ' #e61f44' # Bright Red (Command error)
17
+ color_11 : ' #acfab4' # Bright Green (Exec)
18
+ color_12 : ' #dfdf9f' # Bright Yellow
19
+ color_13 : ' #b8bcf3' # Bright Blue (Folder)
20
+ color_14 : ' #b9a3eb' # Bright Magenta
21
+ color_15 : ' #89ddff' # Bright Cyan
22
+ color_16 : ' #ffffff' # Bright White
23
+
24
+ background : ' #1b1e2b' # Background
25
+ foreground : ' #676e96' # Foreground (Text)
26
+
27
+ cursor : ' #676e96' # Cursor
28
+
You can’t perform that action at this time.
0 commit comments