aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* themes: Extend snazzy (#3971)Timothy DeHerrera2023-01-20
|
* fix(theme): Fix error background-foreground-contrast in monokai_pro_spectrumLeoniePhiline2023-01-20
|
* fix(theme): Replace non-palette color "magenta" with palette color "red" in ↵LeoniePhiline2023-01-20
| | | | monokai_pro_spectrum
* Kanagawa: theme rulers and some miscellaneous fixes (#5571)luetage2023-01-19
| | | | | | | * discern between rulers and whitespace, add sumiInk2 * darker background for menu and help, bold selection * bold modifier for insert and select * dark color for window separator * bring ruler, whitespace, indent-guide together
* theme: Make github match github.com more closelyBlaž Hrastnik2023-01-19
| | | | | | | | This is a slight divergence from the VSCode theme, but it's more accurate. https://github.com/primer/github-vscode-theme/issues/111 https://github.com/primer/github-vscode-theme/issues/88
* theme(zenburn): separate theme for selection.ui.primary (#5573)Clément Delafargue2023-01-18
|
* Fix diagnostic indicator background for gruvbox themes (#5540)Josh Bainbridge2023-01-17
| | | | | | | | | The diagnostic indicator background did not match the column or rows background colour as this was context specific, and the background for the indicator was being explicitly set. This commit removes the explicit value for the indicators background allowing it to adapt to the context. This is aligns it with other themes, and resolves the issue.
* Rosé Pine theme: use official variants (#5489)not2023-01-12
|
* Change built-in themes to use curly underlines (#5419)blt__2023-01-12
| | | | | * Change built-in themes to use curly underlines * Change fleet_dark to use curly underlines
* Update catppuccin themes (#5404)Valentin Bersier2023-01-11
|
* Acme Theme - Add `ui.linenr` configuration (#5488)two-six2023-01-10
|
* Acme Theme - Change bufferline foreground color (#5486)two-six2023-01-10
|
* Specify ui.selection.primary for Gruvbox themes (#5333)Aidan Gauland2023-01-09
|
* Fix theme solarized_dark infobox (#5445)mejo132023-01-08
| | | | Title and border were barely visible. Changed foreground color and modifier to match the text.
* Add GitHub themes (#5353)OwO Swordsman2023-01-07
| | | | | | | * Add github themes * Increase contrast for hover and completion menus * Use inheritance for the GitHub themes
* Autumn theme: adjust selection background (#5397)Jens Getreu2023-01-06
|
* Update `emacs` theme diff colors (#5334)Yevgnen2022-12-29
|
* Fix kanagawa theme lint and added git gutter colors (#5273)leonqadirie2022-12-28
| | | | | | | | | | | | | | | | | | | | | | | * Fix kanagawa theme lint Comprises 4 changes: 1. added "sumiInk3" as ui.cursorline.primary bg color 2. switched the cursor bg and fg colors (now in line with original theme) 3. added ui.menu and ui.selected colors 4. separated ui.selection and ui.selection.primary * Add git gutter colors to kanagawa theme In line with original: autumnGreen for adds autumnRed for deletes autumnYellow for changes * Add indent-guides and linenr.selected to kanagawa * indent-guides are sumiInk4 * Add ui.linenr.selected is roninYellow * Set ui.help bg to sumiInk1
* Use curl underlines in the rose_pine theme (#5267)cor2022-12-23
| | | Also fixes the color "gold" being used for too many kinds of diagnostics, now there's a more conventional choice of diagnostics colors (redish = error, yellowish = warning, blueish = hint).
* fix(theme): Replace invalid `cyan` by `blue` in line with original theme (#5250)LeoniePhiline2022-12-21
|
* Better diagnostics highlighting for Dracula theme. (#5236)Chirikumbrah2022-12-20
|
* update(theme): adjust base16_transparent and dark_high_contrast (#5105)Slug2022-12-11
|
* Update `diagnostic.error` background for acme theme (#5019)two-six2022-12-09
|
* use curl underlines for gruvbox_dark_hard (#5066)cor2022-12-09
|
* Autumn theme: use new features (#5051)Jens Getreu2022-12-08
| | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
* fix(theme): git gutter for flatwhite (#5036)Alexander Brevig2022-12-07
|
* fix(theme): serika toml syntax valid (#5038)Alexander Brevig2022-12-07
|
* Fleetish theme renamed to fleet dark and adjusted to match official theme. ↵Kristoffer Flottorp2022-12-07
| | | | | | | | | | | | | | | | | (#4997) * remove fleetish.toml * add fleet_dark.toml * adjust colors for tags and markup lists * Add type.enum.variant * correct color for focused elements * adjust builtins and keywords Co-authored-by: krfl <kr.fl@outlook.com>
* Change diff colors for serika themes (#5015)VuiMuich2022-12-05
|
* Update Acme and Nord Light for git gutters (#4999)two-six2022-12-05
| | | | | | | | | | | | | * Update acme.toml * Update nord_light.toml * Update runtime/themes/nord_light.toml Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> * Update acme.toml Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Adjusted hex themes for new gutter diff colors (#4990)PORTALSURFER2022-12-04
| | | | | | | | | | | | | | | | * added 2 themes * diff feature fixes adjusted the skin to better work with the new diff coloring features propagates to child skins like - hex_toxic * fine tuning so it all is a bit softer * fine tuning to be softer * added new version, lavender
* Autumn theme: adjust some gray colors (#4996)Jens Getreu2022-12-04
|
* Update Doom Acario for git gutters (#4979)Luna2022-12-03
| | | Edited the diff.delta from green to blue.
* Update zenburn theme for git gutters (#4977)Anton Romanov2022-12-03
|
* nightfox theme: Use brighter colors for diff scopes (#4966)alex 孙欣乐2022-12-02
|
* Varua theme updates (cursorline, statusline) (#4964)Bertrand Bousquet2022-12-02
|
* Fix ayu theme cursor issue (#4764)André Sá2022-11-29
|
* feat(themes): improve fleetish (#4813)Matouš Dzivjak2022-11-26
| | | | | | | | | | | Small adjustements to the fleetish theme to improve readability in certain cases. Specifically: - use darker background for menues as it (purely subjectively) loooks better - use different color for `constant.buildin.boolean` and `keyword` to make statements such as `return true` read better - use different colors for different markup link parts - destructure the config where appliable
* add theme nightfox (#4769)Jan Scheer2022-11-26
| | | | This theme is an adaptation of github.com/EdenEast/nightfox.nvim
* Theme: Mellow (#4770)Rohit K Viswanath2022-11-18
|
* Add support for color modes with Monokai Pro (#4789)Felipe S. S. Schneider2022-11-18
|
* Add port of VIM's Zenburn, a low-contrast color scheme for Vim (#4613)Anton Romanov2022-11-11
|
* theme dark_plus color-modes insert and select (#4678)janos-r2022-11-10
|
* Update ayu themes (#4662)André Sá2022-11-10
|
* Update `dark_plus` diff colors (#4661)Kirawi2022-11-08
|
* Fixed disorienting selection palette on Gruvbox theme (#4626)Ryan Palmer2022-11-07
| | | Co-authored-by: ryan.palmer <ryan.palmer@servicenow.com>
* Fleetish: Adjustments to resemble official theme and reworked diagnostics to ↵Kristoffer Flottorp2022-10-29
| | | | reduce subconjunctival hemorrhage (#4487)
* feat(themes): add mode-specific styles to the tokyonight themes (#4415)Mr. E2022-10-22
| | | Co-authored-by: SoraTenshi <dream@neoncity.dev>
* Theme: Papercolor: Fixed cursorline background (#4317)Mehedi Hasan2022-10-21
|
* Added 2 new themes (#4367)PORTALSURFER2022-10-21
|