Skip to content

Commit b721a41

Browse files
committed
Add input border colours
1 parent b34d1c5 commit b721a41

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- C#: Keyword semantic colour `punctuation.definition.interpolation`
1010
- Error, warning and info background colours for minimap and Error Lens extension
1111
- Insert mode cursor text colour
12+
- Input border colours
1213
- Jinja support
1314
- Remaining Outline (sidebar variables) colours
1415
- Terminal normal text and cursor colours

docs/colours.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ The above alpha is also used for the inactive selection, as it merely represents
5252

5353
The background colour of inputs does not work as that of the Command Palette, for the inputs would blend in too much within the editor area, and disappear completely if they appeared in the Command Palette itself (e.g. tool checkboxes). Rather than using a 3:2 mix of the editor area colour and the active tab colour, these use a 1:2 mix, ensuring that they stand out without looking polarising.
5454

55-
<!-- TODO: Add dark border colours for extra visibility -->
5655
> - `checkbox.background`
5756
> - `dropdown.background`
5857
> - `input.background`

themes/Oblique Dark Orange-color-theme.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"settings.dropdownBackground": "#152121",
1919
"settings.numberInputBackground": "#152121",
2020
"settings.textInputBackground": "#152121",
21+
"checkbox.border": "#070e0e",
22+
"dropdown.border": "#070e0e",
23+
"input.border": "#070e0e",
2124
"settings.rowHoverBackground": "#0000000e",
2225
"settings.settingsHeaderHoverForeground": "#0000000e",
2326
"settings.focusedRowBackground": "#00000022",

0 commit comments

Comments
 (0)