File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,11 @@ let g:airline#themes#dracula#palette = {
52
52
\ ' airline_error' : s: clr (' bg' , ' red' ),
53
53
\ },
54
54
\ ),
55
+ \ ' normal_modified' : s: color_map (
56
+ \ [' bg' , ' purple' ],
57
+ \ [' fg' , ' comment' ],
58
+ \ [' fg' , ' bgdark' ],
59
+ \ ),
55
60
\ ' insert' : s: color_map (
56
61
\ [' bg' , ' green' ],
57
62
\ [' fg' , ' comment' ],
@@ -61,6 +66,11 @@ let g:airline#themes#dracula#palette = {
61
66
\ ' airline_error' : s: clr (' bg' , ' red' ),
62
67
\ },
63
68
\ ),
69
+ \ ' insert_modified' : s: color_map (
70
+ \ [' bg' , ' green' ],
71
+ \ [' fg' , ' comment' ],
72
+ \ [' fg' , ' bgdark' ],
73
+ \ ),
64
74
\ ' replace' : s: color_map (
65
75
\ [' bg' , ' orange' ],
66
76
\ [' fg' , ' comment' ],
@@ -70,6 +80,11 @@ let g:airline#themes#dracula#palette = {
70
80
\ ' airline_error' : s: clr (' bg' , ' red' ),
71
81
\ },
72
82
\ ),
83
+ \ ' replace_modified' : s: color_map (
84
+ \ [' bg' , ' orange' ],
85
+ \ [' fg' , ' comment' ],
86
+ \ [' fg' , ' bgdark' ],
87
+ \ ),
73
88
\ ' visual' : s: color_map (
74
89
\ [' bg' , ' yellow' ],
75
90
\ [' fg' , ' comment' ],
@@ -79,6 +94,11 @@ let g:airline#themes#dracula#palette = {
79
94
\ ' airline_error' : s: clr (' bg' , ' red' ),
80
95
\ },
81
96
\ ),
97
+ \ ' visual_modified' : s: color_map (
98
+ \ [' bg' , ' yellow' ],
99
+ \ [' fg' , ' comment' ],
100
+ \ [' fg' , ' bgdark' ],
101
+ \ ),
82
102
\ ' inactive' : s: color_map (
83
103
\ [' fg' , ' selection' ],
84
104
\ [' fg' , ' selection' ],
You can’t perform that action at this time.
0 commit comments