Skip to content

Commit 2a24ff3

Browse files
committed
Add modified settings colour
1 parent a9d657e commit 2a24ff3

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
### Added
66

77
- Added C#, CSS, GitHub Actions (YAML), HTML, Ignore, JavaScript, Properties and XML support
8-
- Added colour for active links
9-
- Added colour for extension star counts
10-
- Added colours for editor widgets
11-
- Added colours for input options
8+
- Added active links colour
129
- Added colours for panels and terminals
1310
- Added colours for search results and word matches
1411
- Added `docs/languages.md` to track supported languages and extensions
15-
- Added GitHub workflow for publishing extension to Open VSX Registry
12+
- Added editor widgets colours
1613
- Added `entity.name.section.markdown` colour for Markdown
14+
- Added extension star counts colour
15+
- Added GitHub workflow for publishing extension to Open VSX Registry
16+
- Added input options colours
17+
- Added modified settings colour
1718
- Added missing `punctuation.definition.mapping`, `punctuation.definition.sequence` and `storage.type.tag` colours for YAML
1819
- Added `punctuation.definition.table` and `punctuation.eq` colours for TOML
1920
- `.vscode/settings.json` added to `.gitignore`

docs/colours.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,12 @@ The tab bar background colours should be the same as the inactive tab colours, t
270270

271271
> - `editorGroupHeader.tabsBackground`
272272
273+
### Modified Settings
274+
275+
Modified settings show a vertical bar on their left side. While this can be similar to the accent colour, its proximity to links (which are also the accent colour mixed with white) makes it blend in too much. A mix of 9:2 is used, as it is not too dark to blend in, but not too bright to look washed out.
276+
277+
> - `settings.modifiedItemIndicator`
278+
273279
### Text Selection
274280

275281
Selecting text is distracting if the selection background is any colour other than white. With this in mind, a perfect transparency must be achieved, so that selecting text is not distracting while still being fully visible.

themes/Oblique Dark Orange-color-theme.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"tab.activeBorder": "#e33c02",
5353
"tab.unfocusedActiveBorder": "#e33c02",
5454
"editorGroupHeader.tabsBackground": "#0a1515",
55+
"settings.modifiedItemIndicator": "#ff642e",
5556
"editor.selectionBackground": "#ffffff1b",
5657
"selection.background": "#ffffff1b",
5758
"editor.inactiveSelectionBackground": "#ffffff0f",

0 commit comments

Comments
 (0)