Commit graph

49 commits

Author SHA1 Message Date
Martin Aeschlimann 348de48632
Monokai Dimmed theme: json syntax highlighting colors very different in v1.88.0 (#210908) 2024-04-22 14:23:41 +02:00
Martin Aeschlimann d5ec4bd197
Monokai Dimmed theme: LESS syntax highlighting colors very different in v1.86.0 (#204605) 2024-02-07 14:52:21 +01:00
Alex Ross cc4775f55a
Update themes to accommodate C# grammar change (#192854)
See https://github.com/dotnet/csharp-tmLanguage/issues/290
2023-09-12 12:37:49 +02:00
Alex Ross f605341af6
Syntax highlighting incorrect in vscode.python for the word 'file' (#191111)
* Syntax highlighting incorrect in vscode.python for the word 'file'
Fixes #188190

* Update colorization test
2023-08-23 22:17:23 +01:00
Rickey K. Liang 2ff3c9a7e7
Revert Python docstring color (#184938)
Revert b4368691e9

all color themes: treat comment docstrings as comments too (#182162)
2023-07-10 14:48:51 +02:00
Gabriel Staples b4368691e9
all color themes: treat comment docstrings as comments too (#182162)
* monokai-color-theme.json: treat Python comment string blocks

...as comments too

* Update *all* themes to consider Python block string comments as comments

	modified:   extensions/theme-abyss/themes/abyss-color-theme.json
	modified:   extensions/theme-defaults/themes/dark_vs.json
	modified:   extensions/theme-defaults/themes/hc_black.json
	modified:   extensions/theme-defaults/themes/hc_light.json
	modified:   extensions/theme-defaults/themes/light_vs.json
	modified:   extensions/theme-kimbie-dark/themes/kimbie-dark-color-theme.json
	modified:   extensions/theme-monokai-dimmed/themes/dimmed-monokai-color-theme.json
	modified:   extensions/theme-monokai/themes/monokai-color-theme.json
	modified:   extensions/theme-quietlight/themes/quietlight-color-theme.json
	modified:   extensions/theme-red/themes/Red-color-theme.json
	modified:   extensions/theme-solarized-dark/themes/solarized-dark-color-theme.json
	modified:   extensions/theme-solarized-light/themes/solarized-light-color-theme.json
	modified:   extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json

* Update all changes to use "string.quoted.docstring"

...instead of "string.quoted.docstring.multi.python", per
@aeschli's request here:
https://github.com/microsoft/vscode/pull/182162#issuecomment-1545296640

This way the comment formatting applies to *all* language quoted
docstrings, instead of just to Python.

* bring back python colorize tests

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-05-15 14:38:43 +02:00
David Dossett 52f8bfaf5b
Inherit editor inactive selection colors in terminal (Fix #158899) (#158950)
* Inherit editor inactive selection colors in terminal (Fix #158899)

* Remove unused import

* Add terminal inactive selection colors to default dark and light themes

* Update monokai terminal inactive selection

* Merge branch 'main' into ddossett/thoughtful-butterfly
2022-08-25 01:00:34 +02:00
Martin Aeschlimann 29c372ff67
[themes] monokai Dimmed theme issue. Fixes #80704 2022-01-19 22:14:42 +01:00
Matt Bierner 80ce88bc6a
Adopt strike through for markdown
Fixes #43504

Picks up new markdown grammar with strikethrough support and also adopts it for our built-in themes
2022-01-05 15:13:35 -08:00
Alex Ross 655fe7546f
Fix port theme color typo 2021-05-04 14:09:39 +02:00
Alex Ross ffde5985b2
Update color for port wtih running process
Part of microsoft/vscode-remote-release#4826
2021-04-08 14:29:39 +02:00
João Moreno 007baec8d5 fixes #118214 (#118425)
* fixes #118214

* address feedback
2021-03-08 12:51:56 +01:00
João Moreno 4077a67914
adopt focus border across all core themes 2021-02-15 14:29:36 +01:00
Benjamin Pasero cc594b88d8 themes - add last pinned tab color to default themes 2020-10-06 07:59:56 +02:00
orionlee 12ff038548 Dimmed Monokai theme - improve markdown support
- redner bold/italic , link title color
2020-08-11 21:01:51 -07:00
Janis Gailis a34e15b15f Add terminal colors
Terminal colors are taken from Monokai, with the exception for ANSI
black, which is the editor background color.
2020-05-21 16:15:39 +03:00
Martin Aeschlimann 41a4adb47b [themes] opt-in to semanticHighlighting 2020-03-13 21:55:39 +01:00
Alexander ed31ffc1b5 Remove unused colors from themes (#82986) 2019-10-21 09:00:51 -07:00
Rachel Macfarlane 700780d927
Set default colors for 'minimap.selectionHighlight' in other built in themes 2019-09-12 16:40:57 -07:00
Alex Ross 676368aa81 Update C, C++, Objective-C, and Objective-C++ grammars
Also includes corresponding theme changes

Fixes #74450
2019-06-04 16:20:40 +02:00
Martin Aeschlimann 34bb5d5891 adopt remote color names 2019-04-30 09:14:47 +02:00
Miguel Solorio 3714d64a00 Add theme support for statusBarItem.hostBackground 2019-04-25 20:51:29 -07:00
Alex Ross 48eb3ba4a0 Update cpp grammar and make small themes change 2019-04-16 17:52:21 +02:00
Alex Ross b56ec0d8e7 Fix CPP grammar and themes
Part of #71821
2019-04-11 09:05:55 +00:00
Alexander e891e2f3d1 Add border for dirty tabs (#59759)
* Theming for dirty tabs

* Improve border for dirty tabs
1. Make it thinner
2. Add a setting to disable it
3. Use 4 colors (activeFocused, activeUnfocused, inactiveFocused, inactiveUnfocused)
4. Move part of logic

* Hot apply of setting `dirtyTabBorder`

* Rename the setting

* Add default dirty border for all themes

* 3 of the 4 colors should be derived from the one main color

* Rename `dirty` to `modified`

* Rename `modifiedActiveFocusedBorder` to `modifiedBorder`

* Add modified border color for built-in themes

* More contrast

* Applying style directly on element

* Changing only color

* Using full border

* Using existing div for border styling

* Add setting to telemetry

* Uncomment cleanup code

* tweak colors and descriptions

* 💄
2018-10-08 10:27:01 +02:00
SteVen Batten 70b90231ce
update built-in dark themes as menus look pale (#59123) 2018-09-24 09:55:00 -07:00
Benjamin Pasero a970588eb6 grid - retire editorGroup.background and add new colors for empty groups 2018-05-09 10:53:04 +02:00
Alex Dima 0100518547 Highlight active indent guide (closes #14017) 2018-04-18 18:31:28 +02:00
Martin Aeschlimann cc81646edf Rename editorActiveLineNumber.foreground. Fixes #46848 2018-03-28 15:44:25 +02:00
Benjamin Pasero 5f07044d21 fix #45132 2018-03-06 12:41:28 +01:00
Peng Lyu 8a91e901ff active line number adoption for dark themes from @usernamehw. 2018-02-23 10:57:41 -08:00
Christopher Leidigh 4173c6478d
🔧 Monokai Dimmed & Light Themes - Increase hover contrast. Fixes: #40731, #40732 (#40914)
* Monokai Dimmed & Light Themes - Increase foreground, hover contrast

* Increase listHover contrast Monokai Dimmed, Light themes
2018-01-03 14:27:13 -05:00
Daniel Imms 5b6974928e Remove language constant from dimmed monokai
Conflicts with the 'Built-in constant' key

Fixes #41012
2018-01-02 09:05:27 -08:00
Martin Aeschlimann 6273574671 New monokai selection color is too subtle. Fixes #36376 2017-11-16 11:42:12 +01:00
Matt Bierner af1e604d7a Remove whitespace fontStyle from monokai dimmed 2017-10-24 11:36:08 -07:00
Matt Bierner 84071e3cfc Run json formatter on a few builtin themes 2017-10-24 11:34:21 -07:00
Matt Bierner 35c8bc4daa Further improve colorization of embeded expressions
- Add groovy embedded support
- Make high contrast colorization consistent
2017-09-12 11:04:02 -07:00
Matt Bierner 3d314e25eb Fix ruby embedded source puctuator colorization 2017-09-12 09:34:11 -07:00
Matt Bierner 33ec299b85 Reset Styling for meta.embedded for other themes 2017-09-11 11:24:44 -07:00
Matt Bierner d110379100 Restore previous property highlighting for Monokai dimmed
Fixes #30428

Restores previous highlighting of variable.other and property accessors.
2017-07-11 14:55:01 -07:00
Matt Bierner 222ed5b220 Reset JavaScript expression coloring in template expressions (#29966)
* Reset JavaScript expression coloring in template expressions

Fixes #29866

Adds new rules to standard theme to reset the coloring of expression inside of js/ts template expressions

* update tests
2017-06-30 16:11:48 -07:00
Matt Bierner 5c39083a4c Highlight this in Monokai (#28748)
Fixes #28682
2017-06-14 15:22:31 -07:00
Daniel Imms 4b9a244cbf Restore monokai dimmed background
- Restored dimmed monokai bg colors
- Set saturation of blue tinted colors to 0
- Whitespace using indent guide color
- Improve contrast of inactive tab
- Add inputOption.activeBorder and focusBorder

Fixes #25742
2017-05-02 11:11:46 -07:00
Benjamin Pasero a5d90e09c4 more theme updates (for #25327) 2017-05-02 07:50:21 +02:00
Benjamin Pasero e7ff4c373f Add workbench/editor colors to our built in themes (fixes #25327) 2017-04-29 15:01:44 +02:00
Benjamin Pasero 2b73072d2e theme - get rid of list.focusAndSelectionBackground 2017-04-28 20:03:43 +02:00
Benjamin Pasero ff9f7b3baa Consider to use dots instead of camel-case (fixes #25428) (#25621)
* Consider to use dots instead of camel-case (fixes #25428)

* 💄
2017-04-28 15:29:37 +02:00
Benjamin Pasero 2a202d165a 💄 2017-04-28 09:07:40 +02:00
Christopher Leidigh cd3a131267 Monokai UI theme - first pass for #25327 (#25599)
* Monokai UI theme - first pass

* Added Dimmed Monokai

* Fixed base colors
2017-04-28 09:04:51 +02:00