Skip to content

Commit 2007f86

Browse files
committed
Added 3rd background color variation
1 parent 7b78985 commit 2007f86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/util/themes.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ const editorThemes = {
233233
// Controls
234234
"background": Color(0xFF191919),
235235
"backgroundSecondary": Color(0xFF202020),
236+
"backgroundTertiary": Color(0xFF2B2B2B),
236237
"foreground": Color(0xFFFFFFFF),
237238

238239
// Color symbols
@@ -253,6 +254,7 @@ const editorThemes = {
253254
// Controls
254255
"background": Color(0xFFE5E5E5),
255256
"backgroundSecondary": Color(0xFFFFFFFF),
257+
"backgroundTertiary": Color(0xFFDCDCDC),
256258
"foreground": Color(0xFF000000),
257259

258260
// Color symbols

0 commit comments

Comments
 (0)