onedark (1216B)
1 ! Base16 OneDark 2 ! Scheme: Lalit Magant (http://github.com/tilal6991) 3 4 #define base00 #282c34 5 #define base01 #353b45 6 #define base02 #3e4451 7 #define base03 #545862 8 #define base04 #565c64 9 #define base05 #abb2bf 10 #define base06 #b6bdca 11 #define base07 #c8ccd4 12 #define base08 #e06c75 13 #define base09 #d19a66 14 #define base0A #e5c07b 15 #define base0B #98c379 16 #define base0C #56b6c2 17 #define base0D #61afef 18 #define base0E #c678dd 19 #define base0F #be5046 20 21 *.foreground: base05 22 #ifdef background_opacity 23 *.background: [background_opacity]base00 24 #else 25 *.background: base00 26 #endif 27 *.cursorColor: base05 28 29 *.color0: base00 30 *.color1: base08 31 *.color2: base0B 32 *.color3: base0A 33 *.color4: base0D 34 *.color5: base0E 35 *.color6: base0C 36 *.color7: base05 37 38 *.color8: base03 39 *.color9: base08 40 *.color10: base0B 41 *.color11: base0A 42 *.color12: base0D 43 *.color13: base0E 44 *.color14: base0C 45 *.color15: base07 46 47 ! Note: colors beyond 15 might not be loaded (e.g., xterm, urxvt), 48 ! use 'shell' template to set these if necessary 49 *.color16: base09 50 *.color17: base0F 51 *.color18: base01 52 *.color19: base02 53 *.color20: base04 54 *.color21: base06