File tree 1 file changed +24
-28
lines changed
1 file changed +24
-28
lines changed Original file line number Diff line number Diff line change @@ -29,34 +29,30 @@ Colour | Use
29
29
`#2aa198 ` | string
30
30
`#859900 ` | punctuation.definition
31
31
32
-
33
32
## LIGHT
34
- Colour | Use
35
- ------ | -----
36
- base3 | bg
37
- base2 | highlights bg (current line , gutter)
38
- base1 | comments
39
- base0 | unused
40
- base00 | default
41
- base01 | emphasis
42
- base02 | caret
43
- base03 | unused
44
-
45
- base2 : 50% opacity on top of base3: #f5efdc
46
- base1 : 50% opacity on top of base2: #c0c4bb
47
- red : 33% opacity on top of background: #ec9489
33
+ Colour | Use
34
+ --------- | -----
35
+ base3 | bg
36
+ base2 | highlights bg (current line , gutter)
37
+ base1 | comments
38
+ base0 | unused
39
+ base00 | default
40
+ base01 | emphasis
41
+ base02 | caret
42
+ base03 | unused
43
+ `#f5efdc` | selection (base2 on base3; 50%)
44
+ `#c0c4bb` | selection (base1 on base2; 50%)
45
+ `#ec9489` | invalid (red on base3; 33%)
48
46
49
47
## DARK
50
- Colour | Use
51
- ------ | -----
52
- base03 | bg
53
- base02 | highlight
54
- base01 | comments
55
- base0 | fg
56
- base1 | emphasis
57
- base2 | caret
58
-
59
-
60
- base01 : 50% opacity on top of base03: #2C4C55
61
- base01 : 50% opacity on top of base02: #c0c4bb
62
- red : 33% opacity on top of background: #6E2E32
48
+ Colour | Use
49
+ --------- | -----
50
+ base03 | bg
51
+ base02 | highlight
52
+ base01 | comments
53
+ base0 | fg
54
+ base1 | emphasis
55
+ base2 | caret
56
+ `#2C4C55 ` | selection (base02 on base03; 50%)
57
+ `#c0c4bb` | selection (base01 on base02; 50%)
58
+ `#6E2E32 ` | invalid (red on base03; 33%)
You can’t perform that action at this time.
0 commit comments