aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer_m0.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer_m0.c')
-rw-r--r--src/renderer_m0.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/renderer_m0.c b/src/renderer_m0.c
index dde207e..133b39d 100644
--- a/src/renderer_m0.c
+++ b/src/renderer_m0.c
@@ -823,6 +823,14 @@ Palette themes[] = {
823 RGB15( 0, 16, 0), // ACC_1 823 RGB15( 0, 16, 0), // ACC_1
824 RGB15(14, 10, 9), // COL_OFF 824 RGB15(14, 10, 9), // COL_OFF
825 }, 825 },
826 {
827 RGB15( 2, 2, 2), // BG
828 RGB15(28, 28, 28), // FG
829 RGB15(14, 28, 24), // ACC_0
830 RGB15(14, 28, 24), // ACC_1
831 RGB15(14, 28, 24), // ACC_2
832 RGB15(12, 12, 12), // COL_OFF
833 },
826}; 834};
827 835
828void 836void