bat/assets/themes
Mitchell Kember f59d00d4c7 Fix base16, and combine 00 and 0f alpha encodings
This changes the base16 theme back from #RRGGBB0f to #RRGGBB00,
reverting part of #934. That PR used the 0f encoding to produce ANSI
escape sequences 30-37 and 40-47 rather than 38;5 and 48;5 which require
256-color support. Unfortunately, it resulted in base16 using the wrong
colors becuase ansi_term does not support the bright variants (90-97 and
100-107) so it simply mapped them to the non-bright colors.

This PR makes combines the 00 and 0f alpha encodings into 00, and makes
them use the Color enum for the first 8 colors and Fixed otherwise. This
means the ansi-light and ansi-dark themes will work on terminals without
256-color support, and base16 will render bright colors correctly.
2020-05-11 19:29:19 +02:00
..
1337-Scheme@ca6a329cfd Update submodules 2018-08-18 19:30:35 +02:00
DarkNeon@174bd535da Add a few popular Sublime Text themes 2018-05-18 20:41:40 +02:00
Nord-sublime@0d655b23d6 added Nord color theme 2019-12-04 22:05:26 +01:00
Solarized@87e01090cf Update solarized themes to braver/Solarized, closes #941 2020-04-25 13:08:30 +02:00
TwoDark@8e0f6fa5b5 Add a few popular Sublime Text themes 2018-05-18 20:41:40 +02:00
dracula-sublime@811a634420 Bump assets/themes/dracula-sublime from `c31934f` to `811a634` 2020-02-10 19:54:04 +01:00
github-sublime-theme@508740b243 Add a few popular Sublime Text themes 2018-05-18 20:41:40 +02:00
onehalf@fdcbffe317 Bump assets/themes/onehalf from `2516b37` to `fdcbffe` 2019-11-05 20:41:26 +01:00
sublime-monokai-extended@0ca4e75291 Bump assets/themes/sublime-monokai-extended from `1658f51` to `0ca4e75` 2019-11-06 20:03:21 +01:00
sublime-snazzy@70343201f1 Add sublime-snazzy theme 2018-10-20 11:32:25 +02:00
zenburn@cb746f6962 Bump assets/themes/zenburn from `b7f27e2` to `cb746f6` 2019-12-15 19:03:06 +01:00
ansi-dark.tmTheme Add 3 new themes: ansi-light, ansi-dark, base16 2019-05-08 07:35:43 -05:00
ansi-light.tmTheme Add 3 new themes: ansi-light, ansi-dark, base16 2019-05-08 07:35:43 -05:00
base16.tmTheme Fix base16, and combine 00 and 0f alpha encodings 2020-05-11 19:29:19 +02:00