aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* Add inlay hints styling to darcula theme (#6732)Jesús González2023-04-13
| | | | | | | | | * Add inlay hints coloring for darcula theme * Add whitespace --------- Co-authored-by: Ivan Tham <pickfire@riseup.net>
* Refactor dracula theme (#6552)Chirikumbrah2023-04-12
|
* Everforest theme: Style inlay-hints and wrap indicatorbasbebe2023-04-12
|
* Everforest: Fix keywords and typesbasbebe2023-04-12
|
* Adjust everforest to resemble original more closelybasbebe2023-04-12
| | | | | | | | | | | Adjust palettes and assignments: Color palettes of upstream everforest where tweaked since creation of this port: - https://github.com/sainnhe/everforest/pull/108 - https://github.com/sainnhe/everforest/pull/109 These adjustments move the helix everforest theme closer to the dcocumented upstream vim theme
* base16_transparent: Highlight selected item state (#6716)Constantin Angheloiu2023-04-12
| | | | | Increase visibility of selected file in file picker https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
* theme(rose-pine): Improve whitespace and search matches colors (#6679)not2023-04-10
| | | | | | | | | | | | | * feat: make whitespace characters more readable * feat: make search matches more discernable * fix: reduce importance of whitespace characters * feat: add background to ui.text.focus https://github.com/rose-pine/helix/pull/4 Co-authored-by: Iorvethe <58810330+Iorvethe@users.noreply.github.com>
* Fix ayu theme markup unreadable bg (#6538)Ivan Tham2023-04-09
| | | | | * Fix ayu theme markup unreadable bg * Add modifiers for markup
* themes: add inlay-hint to nightfox (#6655)Jan Scheer2023-04-08
|
* Added `ferra` theme (#6619)Casper Rogild Storm2023-04-06
| | | | | | | * Added ferra theme * Updated with author information * Conform to themelint
* Colorize inlay hints in the boo_berry theme (#6625)Gyeongwan Koh2023-04-06
|
* [theme][zenburn] set inlay hint to comment style (#6593)Anton Romanov2023-04-04
|
* Dim pane divider color in base16_transparent theme (#6534)Constantin Angheloiu2023-04-04
|
* Update Varua theme for inlay hints (#6589)Bertrand Bousquet2023-04-04
|
* Update inlay-hint color for mellow & rasmus themes (#6583)Rohit K Viswanath2023-04-04
|
* Update base16_transparent and dark_high_contrast themes (#6577)Slug2023-04-04
| | | | | * Update inlay-hint and wrap for base16_transparent * Update inlay-hint and wrap for dark_high_contrast * Tune dark_high_contrast cursor match theming
* Update colors for inlay hints for emacs theme (#6569)Yevgnen2023-04-03
|
* Update Varua theme for soft wrap (#6568)Bertrand Bousquet2023-04-03
|
* Update OneDark theme to use light-gray for inlay hints. (#6503)Jack Allison2023-04-03
| | | Co-authored-by: Jack Allison <jacallis@cisco.com>
* dracula theme: style inlay hints as comments (#6515)Sebastian Zivota2023-04-03
|
* feat(debug): highlight current line (#5957)Filip Dutescu2023-03-29
| | | | | | | | | | | | | | | | | | Add new theme highlight keys, for setting the colour of the breakpoint character and the current line at which execution has been paused at. The two new keys are `ui.highlight.frameline` and `ui.debug.breakpoint`. Highlight according to those keys, both the line at which debugging is paused at and the breakpoint indicator. Add an indicator for the current line at which execution is paused at, themed by the `ui.debug.active` theme scope. Update various themes to showcase how the new functionality works. Better icons are dependent on #2869, and as such will be handled in the future, once it lands. Closes: #5952 Signed-off-by: Filip Dutescu <filip.dutescu@gmail.com>
* Update catppuccin theme (#6464)Ivan2023-03-28
|
* Add theme keys for (un)checked markup list items (#6434)Erasin Wang2023-03-25
|
* dracula theme: style wrap indicator like whitespace (#6414)Sebastian Zivota2023-03-23
|
* fleet-dark improvements (#6375)Kristoffer Flottorp2023-03-21
| | | Co-authored-by: krfl <kr.fl@outlook.com>
* theme(rose-pine): add inlay hints (#6384)not2023-03-20
| | | | | * add `ui.virtual.inlay-hint` * normalise line endings
* Update nord with inlay-hints (#6376)varon2023-03-20
|
* Update tokyo-night with inlay-hints (#6349)Sora2023-03-18
|
* theme: update adwaita-dark for bufferline (#6342)Yutaro Ohno2023-03-17
| | | | The adwaita-dark theme has no distinction between active and inactive buffers on a bufferline. Add contrast to clarify differences.
* Update Serika themes for inlay-hints (#6344)VuiMuich2023-03-17
|
* Update ayu theme for inlay-hint (#6329)Ivan Tham2023-03-16
| | | Based on vscode ayu badge.
* Add inlay-hint style for solarized themes. (#6327)Ryan Roden-Corrent2023-03-16
| | | | This uses the same color as comments, which is a light gray in both dark and light. I think it also looks nice with italics.
* adjust inlay hints, color modes and virtual for fleet dark (#6324)Kristoffer Flottorp2023-03-15
| | | | | | | | | * adjust inlay hints and color modes for fleet dark * adjust virtual + ruler color --------- Co-authored-by: krfl <kr.fl@outlook.com>
* fix: flatwhite with inlay (#6323)Alexander Brevig2023-03-15
|
* Autumn theme: add gray tone for inlay-hint (#6316)Jens Getreu2023-03-14
| | | Co-authored-by: Jens Getreu <getreu@getreu@web.de>
* theme: Use inheritance for gruvbox themes (#6295)Michael Davis2023-03-14
| | | | | These gruvbox variants were introduced before theme inheritance and only differ by a few colors. This change cleans up the duplicated theming with theme inheritance.
* Update gruvbox color themes to support inlay hint (#6285)Josh Bainbridge2023-03-13
| | | | | | | | | | | | The gruvbox themes (gruvbox, gruvbox dark hard and guvbox light) don't provide a colour for the new virtual inlay hints. Looking at the original repo, and other derivatives, there doesn't appear to be a clear definition of what inlay hints should be. Although most sources indicate that it can be the same as the color for comments. Considering that, this commit sets the new field on each of the three themes to be gray1, same as commented text. Signed-off-by: Josh Bainbridge <josh.bainbridge@gmail.com>
* Add molokai theme (#6260)Maxwell Anderson2023-03-13
|
* add ui.inlay-hint (#6292)workingj2023-03-13
|
* Autumn theme: add `ui.virtual.inlay-hint` config (#6280)Jens Getreu2023-03-12
| | | The configuration differs between parameters (upright) and types (slanted).
* dark_plus: theme inlay-hint (#6283)Kirawi2023-03-12
| | | | | | | | | | | Taken from the official theme: ```json "editorInlayHint.background": "#4d4d4dcc", "editorInlayHint.foreground": "#ffffff", "editorInlayHint.parameterBackground": "#4d4d4dcc", "editorInlayHint.parameterForeground": "#ffffff", "editorInlayHint.typeBackground": "#4d4d4dcc", "editorInlayHint.typeForeground": "#ffffff", ```
* Theme onelight add inlay-hint (#6276)Erasin Wang2023-03-12
| | | | | | - fix: add `markup.strikethrough` for theme.md - add virtual.inlay-hint - fix ui.virtual.wrap - rename light-white to grey-300
* theme/catppuccin: add ui.virtual.inlay-hint (#6269)Ivan2023-03-11
|
* fleet_dark: theme inlay hints (#6266)Kirawi2023-03-11
|
* feat(theme): Update pop-dark statusline (#6227)workingj2023-03-09
| | | | | | | | | * update pop-theme for color-modes * fixed ui.statusline.select not worrking * adjustments for nicer statusline visuals * added status line color
* Theme - auy_evolve: Up bufferline fg brightness (#6225)gibbz002023-03-08
| | | | Currently a bit hard to discern inactive and active buffers in a brighter environment.
* feat(theme): Update pop-dark for color-modes (#6208)workingj2023-03-06
|
* Update onelight theme (#6192)Erasin Wang2023-03-06
|
* Theme: Papercolor: Add ui.highlight (#6162)Henrik Tjäder2023-03-05
| | | | | | | Using the picker with syntax highlighting the fallback `ui.selection` makes a lot of text, especially for the light variant, hard to read. Instead, use a lighter background for highlights
* theme: Add Adwaita Dark (#6042)Mofiqul2023-02-28
|