Commit graph

49 commits

Author SHA1 Message Date
Martin Aeschlimann 40077f5ea9 [typescript][semantic] add library modifier. Fixes #91090 2020-03-27 14:35:22 +01: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
Martin Aeschlimann af4221b242 Git Diffs in Solarized Light have inappropriate colours. Fixes #75037 2019-06-07 14:39:53 +02: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
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
Christof Marti d757b21c45 Polish embeddedEditorBackground 2018-07-31 22:23:54 +02: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
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 33ec299b85 Reset Styling for meta.embedded for other themes 2017-09-11 11:24:44 -07:00
Daniel Imms 81b6eafb01 Solarized light: make brwhite contrast with bg
Fixes #30956
2017-07-18 20:38:47 -07:00
Daniel Imms df9ef66019 Increase contrast of bright black in solarized terminal
Fixes #28288
2017-06-17 02:03:44 -07:00
Daniel Imms 4c2b9a6917 Fix solarized terminal colors
Fixes #28288
2017-06-13 11:30:24 -07:00
Benjamin Pasero 089bd8980b Revert "theming - remove panel.background as we currently do not support it end to end"
This reverts commit 3c1f7878b2.
2017-06-01 19:38:00 +02:00
Benjamin Pasero e6217c699a adopt some new color keys in our built in themes 2017-05-30 18:06:20 +02:00
Benjamin Pasero 3c1f7878b2 theming - remove panel.background as we currently do not support it end to end 2017-05-29 10:50:34 +02:00
Benjamin Pasero 6254814d85 theming - progress bar 2017-05-10 07:51:35 +02:00
Benjamin Pasero c615b43be6 theming - badge colors (fixes #25493) 2017-05-09 07:58:17 +02:00
Benjamin Pasero 841d9ae060 💄 2017-05-08 19:59:14 +02:00
Daniel Imms 9d5987e8f6 Add terminal colors for solarized themes
Fixes #26065
2017-05-05 10:23:29 -07: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 830b94b2c1 themes - get rid of tab.activeWithInactiveEditorGroupForeground and inactiveWithInactiveEditorGroupForeground 2017-04-28 16:16:44 +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 3f0c6c8a5b focusedElementOutline => focusBorder 2017-04-27 15:23:54 +02:00
Benjamin Pasero e22d511362 fix #25426 2017-04-27 14:58:28 +02:00
Benjamin Pasero 6c2730b652 fix #25399 2017-04-27 12:13:03 +02:00
Benjamin Pasero 405ecd8b43 fix #25369 2017-04-27 10:29:41 +02:00
Martin Aeschlimann c725d0706a [themes] revert uiTheme-> type change 2017-04-25 15:37:35 +02:00
Martin Aeschlimann c3984ce5ef [themes] add type to color theme file 2017-04-25 12:34:20 +02:00
Benjamin Pasero d79d621bd7 rename to activityBarForeground 2017-04-24 11:44:26 +02:00
Benjamin Pasero 5b5b221d2c Allow to configure foreground color of icons inside activity bar (fixes #25160) 2017-04-24 11:37:32 +02:00
Martin Aeschlimann 59a41a7cd6 [theme] rename editorFindWidgetBackground to editorWidgetBackground, add editorWidgetShadow and use in findOptionsWidget 2017-04-12 16:25:26 +02:00
Yuki Ueda 1d4859af82 add SideBarBackground in SolarizedLight 2017-04-11 22:41:03 +09:00
Yuki Ueda de96ac98ea fix Solarized Light theme highlighting #24040 2017-04-08 12:14:11 +09:00
Martin Aeschlimann f383d1fd26 Revert unintended change to solarized light selection color 2017-03-16 11:06:23 +01:00
Martin Aeschlimann 38792102e3 solarized light: bring back diff color rules #22672 2017-03-15 16:57:12 +01:00
Martin Aeschlimann ee8bce1021 built in solarized themes: italic comments. Fixes #20574 2017-02-20 17:36:06 +01:00
Martin Aeschlimann 80047715a9 Solarized coloration does not work on a diff file. Fixes #20144 2017-02-20 17:32:08 +01:00
Martin Aeschlimann 5926ba029f [themes] built-in themes adoptions to findings from vscode-textmate changes 2016-12-01 15:17:32 +01:00
kieferrm c3acb20750 fix solarized-light theme for markdown 2016-06-14 15:01:58 +02:00
Joao Moreno f71fec3d4c don't bold tag names in solarized theme 2016-04-05 10:44:06 +02:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00