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 51c7be4 commit b564b51Copy full SHA for b564b51
1 file changed
src/styles/brackets_theme_default.less
@@ -94,13 +94,13 @@
94
@project-panel-base-color: @bc-project-files-bg;
95
@bc-working-set-bg: #2f2f2f;
96
@bc-project-files-bg: #252525;
97
-@project-panel-text-1: #ffffff;
98
-@project-panel-text-2: #adb9bd;
+@project-panel-text-1: #e0e0e0;
+@project-panel-text-2: #a8b0b4;
99
@main-toolbar-background-color: #252525;
100
101
/* open working file highlight */
102
-@open-working-file-name-highlight: #8fddff;
103
-@open-working-file-ext-highlight: #8fddff;
+@open-working-file-name-highlight: #85d0f0;
+@open-working-file-ext-highlight: #85d0f0;
104
105
/* selection colors */
106
@selection-color-focused: #abdffa;
0 commit comments