We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b78985 commit 2007f86Copy full SHA for 2007f86
lib/util/themes.dart
@@ -233,6 +233,7 @@ const editorThemes = {
233
// Controls
234
"background": Color(0xFF191919),
235
"backgroundSecondary": Color(0xFF202020),
236
+ "backgroundTertiary": Color(0xFF2B2B2B),
237
"foreground": Color(0xFFFFFFFF),
238
239
// Color symbols
@@ -253,6 +254,7 @@ const editorThemes = {
253
254
255
"background": Color(0xFFE5E5E5),
256
"backgroundSecondary": Color(0xFFFFFFFF),
257
+ "backgroundTertiary": Color(0xFFDCDCDC),
258
"foreground": Color(0xFF000000),
259
260
0 commit comments