Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update(theme): adjust base16_transparent and dark_high_contrast (#5105) | Slug | 2022-12-11 |
| | |||
* | Update `diagnostic.error` background for acme theme (#5019) | two-six | 2022-12-09 |
| | |||
* | use curl underlines for gruvbox_dark_hard (#5066) | cor | 2022-12-09 |
| | |||
* | Autumn theme: use new features (#5051) | Jens Getreu | 2022-12-08 |
| | | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu> | ||
* | fix(theme): git gutter for flatwhite (#5036) | Alexander Brevig | 2022-12-07 |
| | |||
* | fix(theme): serika toml syntax valid (#5038) | Alexander Brevig | 2022-12-07 |
| | |||
* | Fleetish theme renamed to fleet dark and adjusted to match official theme. ↵ | Kristoffer Flottorp | 2022-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) | VuiMuich | 2022-12-05 |
| | |||
* | Update Acme and Nord Light for git gutters (#4999) | two-six | 2022-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) | PORTALSURFER | 2022-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 Getreu | 2022-12-04 |
| | |||
* | Update Doom Acario for git gutters (#4979) | Luna | 2022-12-03 |
| | | | Edited the diff.delta from green to blue. | ||
* | Update zenburn theme for git gutters (#4977) | Anton Romanov | 2022-12-03 |
| | |||
* | nightfox theme: Use brighter colors for diff scopes (#4966) | alex 孙欣乐 | 2022-12-02 |
| | |||
* | Varua theme updates (cursorline, statusline) (#4964) | Bertrand Bousquet | 2022-12-02 |
| | |||
* | Fix ayu theme cursor issue (#4764) | André Sá | 2022-11-29 |
| | |||
* | feat(themes): improve fleetish (#4813) | Matouš Dzivjak | 2022-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 Scheer | 2022-11-26 |
| | | | | This theme is an adaptation of github.com/EdenEast/nightfox.nvim | ||
* | Theme: Mellow (#4770) | Rohit K Viswanath | 2022-11-18 |
| | |||
* | Add support for color modes with Monokai Pro (#4789) | Felipe S. S. Schneider | 2022-11-18 |
| | |||
* | Add port of VIM's Zenburn, a low-contrast color scheme for Vim (#4613) | Anton Romanov | 2022-11-11 |
| | |||
* | theme dark_plus color-modes insert and select (#4678) | janos-r | 2022-11-10 |
| | |||
* | Update ayu themes (#4662) | André Sá | 2022-11-10 |
| | |||
* | Update `dark_plus` diff colors (#4661) | Kirawi | 2022-11-08 |
| | |||
* | Fixed disorienting selection palette on Gruvbox theme (#4626) | Ryan Palmer | 2022-11-07 |
| | | | Co-authored-by: ryan.palmer <ryan.palmer@servicenow.com> | ||
* | Fleetish: Adjustments to resemble official theme and reworked diagnostics to ↵ | Kristoffer Flottorp | 2022-10-29 |
| | | | | reduce subconjunctival hemorrhage (#4487) | ||
* | feat(themes): add mode-specific styles to the tokyonight themes (#4415) | Mr. E | 2022-10-22 |
| | | | Co-authored-by: SoraTenshi <dream@neoncity.dev> | ||
* | Theme: Papercolor: Fixed cursorline background (#4317) | Mehedi Hasan | 2022-10-21 |
| | |||
* | Added 2 new themes (#4367) | PORTALSURFER | 2022-10-21 |
| | |||
* | Merge pull request #4061 from pascalkuthe/undercurl-modifier | Blaž Hrastnik | 2022-10-19 |
|\ | | | | | Support different kinds of underline rendering (updated) | ||
| * | merge underline-style and underline-color into a single table | Pascal Kuthe | 2022-10-13 |
| | | |||
| * | make casing consistent with other configuration | Pascal Kuthe | 2022-10-06 |
| | | |||
| * | make underline_style a seperate option | Pascal Kuthe | 2022-10-01 |
| | | | | | | | | | | | | | | | | | | | | Underline styles are mutally exclusive and overwrite each other. Therefore implementing as an modifier lead to incorrect behaviour when the underline style is overwritten. For backwards compatability the "underline" modified is retained (but deprecated). Instead the "underline_style" and "underline_color" optios should be used to style underlines. | ||
| * | Detect extended underline support using terminfo | Gokul Soumya | 2022-10-01 |
| | | | | | | | | | | | | | | The cxterminfo crate has been used over popular alternatives like `term` since it supports querying for extended capabilities and also for it's small codebase size (which will make it easy to inline it into helix in the future if required). | ||
| * | Add separate color for underlines | A-Walrus | 2022-10-01 |
| | | |||
| * | Support different kinds of underline rendering | Gokul Soumya | 2022-10-01 |
| | | | | | | | | | | | | | | | | | | Adds four new modifiers that can be used in themes: - undercurled - underdashed - underdotted - double-underline | ||
* | | Add a first version of kanagawa theme (#4300) | zetashift | 2022-10-19 |
| | | |||
* | | Fix readability of highlighted text on the rose_pine themes using official ↵ | echoriiku | 2022-10-17 |
| | | | | | | | | palettes (#4221) | ||
* | | Fix selecting pop dark theme (#4323) | Brandon Dong | 2022-10-17 |
| | | |||
* | | themes: Add `bogster_light` theme (#4265) | Wojciech Kępka | 2022-10-15 |
| | | | | | | Co-authored-by: Wojciech Kępka <wojciech.kepka@softax.pl> | ||
* | | themes: Update bogster theme (#4264) | Wojciech Kępka | 2022-10-15 |
| | | | | | | Co-authored-by: Wojciech Kępka <wojciech.kepka@softax.pl> | ||
* | | Created heisenberg theme for helix editor (#4209) | IrishMaestro | 2022-10-14 |
| | | |||
* | | Monokai Pro Octagon statusline modes (#4247) | Ben Lee-Cohen | 2022-10-14 |
| | | |||
* | | update everforest theme (#3998) | Alex | 2022-10-11 |
| | | |||
* | | Add colours "color-modes" to ayu_light theme (#4109) | Stuart Baker | 2022-10-11 |
| | | | | | | | | | | | | | | * Rename "dark gray" to "light gray" * Add colours for statusline modes * Use UI background for inactive panes | ||
* | | Use different cursor color for primary cursor for ayu_mirage (#4140) | S1m | 2022-10-10 |
| | | |||
* | | Update sonokai.toml (#4089) | Oleksii Dorozhkin | 2022-10-06 |
| | | |||
* | | Pallettise the bogster theme and, more importantly, add support for ↵ | allanderek | 2022-10-06 |
| | | | | | | | | color-modes to the bogster theme. (#4121) | ||
* | | Add dark high contrast theme refer to vscode (#3312) | Slug | 2022-10-03 |
| | | | | | | | | | | | | | | | | | | * Add dark high contrast theme * Add my sign * Fix typo * Change gray to white for comment and remove Italic | ||
* | | Onedarker theme: some improvements (#4069) | nuid32 | 2022-10-02 |
| | |