Skip to content

Commit b564b51

Browse files
committed
fix: soften dark theme sidebar text colors to reduce eye strain
Toned down pure white text and bright highlights in the sidebar for better readability against the #252525 dark background.
1 parent 51c7be4 commit b564b51

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/styles/brackets_theme_default.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@
9494
@project-panel-base-color: @bc-project-files-bg;
9595
@bc-working-set-bg: #2f2f2f;
9696
@bc-project-files-bg: #252525;
97-
@project-panel-text-1: #ffffff;
98-
@project-panel-text-2: #adb9bd;
97+
@project-panel-text-1: #e0e0e0;
98+
@project-panel-text-2: #a8b0b4;
9999
@main-toolbar-background-color: #252525;
100100

101101
/* open working file highlight */
102-
@open-working-file-name-highlight: #8fddff;
103-
@open-working-file-ext-highlight: #8fddff;
102+
@open-working-file-name-highlight: #85d0f0;
103+
@open-working-file-ext-highlight: #85d0f0;
104104

105105
/* selection colors */
106106
@selection-color-focused: #abdffa;

0 commit comments

Comments
 (0)