Skip to content

Commit 2279d14

Browse files
RangerRickj-c-m
authored andcommitted
fix: flip ketchup and mustard backgrounds
1 parent 656dccc commit 2279d14

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

yaml/Hot Dog Stand (Mustard).yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ color_14: '#EA3323' # Bright Magenta
2828
color_15: '#000000' # Bright Cyan
2929
color_16: '#C6C6C6' # Bright White
3030

31-
background: '#EA3323' # Background
32-
foreground: '#FFFFFF' # Foreground (Text)
33-
cursor: '#FFFF54' # Cursor
31+
background: '#FFFF54' # Background
32+
foreground: '#000000' # Foreground (Text)
33+
cursor: '#EA3323' # Cursor
3434

35-
selection_text: '#000000'
36-
selection: '#FFFF54'
35+
selection_text: '#FFFFFF'
36+
selection: '#EA3323'

yaml/Hot Dog Stand.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ color_14: '#FFFF54' # Bright Magenta
2828
color_15: '#FFFFFF' # Bright Cyan
2929
color_16: '#C6C6C6' # Bright White
3030

31-
background: '#FFFF54' # Background
32-
foreground: '#000000' # Foreground (Text)
33-
cursor: '#EA3323' # Cursor
31+
background: '#EA3323' # Background
32+
foreground: '#FFFFFF' # Foreground (Text)
33+
cursor: '#FFFF54' # Cursor
3434

35-
selection_text: '#FFFFFF'
36-
selection: '#EA3323'
35+
selection_text: '#000000'
36+
selection: '#FFFF54'

0 commit comments

Comments
 (0)