File tree Expand file tree Collapse file tree 1 file changed +21
-22
lines changed
Expand file tree Collapse file tree 1 file changed +21
-22
lines changed Original file line number Diff line number Diff line change 11local colors = {
2- --- WCAG AA ---
2+ none = " NONE" ,
3+ ---- ---------------
34 red = " #D50B15" ,
45 blue = " #427080" ,
56 green = " #547538" ,
@@ -8,35 +9,33 @@ local colors = {
89 cyan = " #32765A" ,
910 orange = " #C63306" ,
1011 ---- ---------------
11- --- WCAG AAA ---
12- -- red = "#A1080F",
13- -- blue = "#325158",
14- -- green = "#3B5629",
15- -- yellow = "#6F4506",
16- -- purple = "#872170",
17- -- cyan = "#235341",
18- -- orange = "#922707",
19- ---- ---------------
2012 dark_red = " #F54751" ,
2113 light_blue = " #6FADB5" ,
2214 light_green = " #73A14D" ,
2315 dark_yellow = " #C28A35" ,
2416 light_purple = " #D34BB3" ,
2517 light_cyan = " #5CBA94" ,
2618 dark_orange = " #F9744C" ,
27- text = " #A5787C" , -- carrot
28- subtext1 = " #C19194" , -- headings
29- subtext0 = " #DDACAF" ,
30- overlay2 = " #FBDADA" ,
31- overlay1 = " #F1CBCB" , -- status
32- overlay0 = " #E1BDBF" ,
33- surface2 = " #BDA6A1" ,
34- surface1 = " #D8C1BC" ,
35- surface0 = " #F5DDD8" , -- current line
36- base = " #FFF2EC" ,
37- mantle = " #FFF2EC" , -- inactive
38- crust = " #FFF2EC" , -- neo-tree
19+ ---- ---------------
20+ base = " #FFEFE9" ,
21+ crust = " #FFE2D6" , -- neo-tree
22+ mantle = " #FED5CB" , -- inactive
23+ -- mantle = "#C3E0EB",
24+ ---- ---------------
25+ surface0 = " #FAC7BE" , -- current line
26+ surface1 = " #F0B9B0" ,
27+ surface2 = " #E1ABA3" ,
28+ ---- ---------------
29+ overlay0 = " #C1928D" ,
30+ overlay1 = " #B28581" , -- status
31+ overlay2 = " #A57874" ,
32+ ---- ---------------
33+ text = " #704745" , -- carrot
34+ subtext0 = " #905C5A" ,
35+ subtext1 = " #83504E" , -- headings
36+ ---- ---------------
3937 -- icon colors
38+ ---- ---------------
4039 c = " #519aba" ,
4140 css = " #61afef" ,
4241 deb = " #a1b7ee" ,
You can’t perform that action at this time.
0 commit comments