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 9373b73..dde207e 100644
--- a/src/renderer_m0.c
+++ b/src/renderer_m0.c
@@ -815,6 +815,14 @@ Palette themes[] = {
815 RGB15(29, 17, 22), // ACC_1 815 RGB15(29, 17, 22), // ACC_1
816 RGB15(25, 27, 29), // COL_OFF 816 RGB15(25, 27, 29), // COL_OFF
817 }, 817 },
818 {
819 RGB15( 0, 0, 0), // BG
820 RGB15(28, 17, 0), // FG
821 RGB15(31, 28, 22), // ACC_0
822 RGB15(31, 0, 0), // ACC_2
823 RGB15( 0, 16, 0), // ACC_1
824 RGB15(14, 10, 9), // COL_OFF
825 },
818}; 826};
819 827
820void 828void