Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#define TINYTERM_COLOR03 base0A
#define TINYTERM_COLOR04 base0D
#define TINYTERM_COLOR05 base0E
#define TINYTERM_COLOR06 base0A
#define TINYTERM_COLOR06 base0C
#define TINYTERM_COLOR07 base05

#define TINYTERM_COLOR08 base00
Expand All @@ -72,7 +72,7 @@
#define TINYTERM_COLOR0B base0A
#define TINYTERM_COLOR0C base0D
#define TINYTERM_COLOR0D base0E
#define TINYTERM_COLOR0E base0A
#define TINYTERM_COLOR0E base0C
#define TINYTERM_COLOR0F base05

/* One of VTE_CURSOR_SHAPE_BLOCK, VTE_CURSOR_SHAPE_IBEAM, VTE_CURSOR_SHAPE_UNDERLINE */
Expand Down