Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Sync latest catppuccin theme changes (#8102) | Damir Vandic | 2023-08-28 |
| | |||
* | Nord theme: Update ruler to set bg instead of fg (#7995) | dastrukar | 2023-08-18 |
| | |||
* | Update Monokai bufferline theming to be distinguish active buffers (#7983) | Jack Allison | 2023-08-17 |
| | | | | | * Update OneDark theme to use light-gray for inlay hints. * fix monokai tab themeing to be more distinguishing | ||
* | autumn theme: improve readability of comments (#7939) | Jens Getreu | 2023-08-15 |
| | | | | | | | | | * Improve readability of comments * Rename color * Rename color * Sort variables | ||
* | Add new Yellowed theme to default themes (#7849) | Gaël | 2023-08-09 |
| | | | | | * added new Yellowed theme to default themes * syntax typo and missing color fix | ||
* | Add new moon theme to default themes (#7834) | Mohamed Imrane Chehabi | 2023-08-04 |
| | | | | | * Add new moon theme to default themes * Remove .DS_Store | ||
* | add new theme based on the default vim dark theme (#7785) | Jesse Luehrs | 2023-07-30 |
| | |||
* | Theme Pop-Dark: Increase Diagnostics clarity (#7702) | eh | 2023-07-26 |
| | |||
* | Update everforest_dark.toml to add missing color definitions (#7739) | saltlakrits | 2023-07-26 |
| | |||
* | Update soft-wrap indicator in gruvbox themes (#7736) | Federico Stra | 2023-07-25 |
| | |||
* | Fix selection highlighting in remaining gruvbox derived themes (#7717) | Ravi Shekhar Jethani | 2023-07-23 |
| | |||
* | Add Kaolin Dark, Light and Valley Dark themes (#7151) | Thales Ramos | 2023-07-19 |
| | | | | | Add some missing keys Inherit themes from kaolin-dark and override diverging keys | ||
* | runtime/themes: Add "naysayer" theme (#7570) | Nick Saika | 2023-07-13 |
| | |||
* | Change dark_plus inlay-hints colors to more pleasant colors (#7611) | Karim Mk | 2023-07-12 |
| | | | | | * Changing code_dark inlay-hints colors. * Using dark_plus_experimental inlay hints is better ;) | ||
* | Update the Nord theme to follow the Nord style guide (#7490) | Sharpened Blade | 2023-07-09 |
| | |||
* | update OneDarker theme to use light-gray for inlay hints. (#7433) | gobraves | 2023-06-29 |
| | |||
* | Theme: port of Zed's OneDark and OneLight themes (#7250) | eh | 2023-06-22 |
| | |||
* | Add merionette theme (#7186) | Jorge Santiago | 2023-06-13 |
| | |||
* | theme: added gruvbox dark soft variant (#7139) | broke | 2023-06-07 |
| | |||
* | Autumn theme: style "soft-wrap indicator" + maintenance (#7229) | Jens Getreu | 2023-06-07 |
| | | | | Co-authored-by: Jens Getreu <getreu@getreu@web.de> | ||
* | Update spacebones_light.toml (#7125) | Ravi Shekhar Jethani | 2023-05-26 |
| | | | Better contrast between type variable and its members | ||
* | Correct selection color (#7138) | Casper Rogild Storm | 2023-05-26 |
| | |||
* | Update nightfox theme (#7061) | Jan Scheer | 2023-05-18 |
| | | | | | | | | | | | * theme: nightfox - fix subselection highlighting This fixes an issue with subselect highlighting on the same line as reported here: https://github.com/helix-editor/helix/discussions/5158 * theme: nightfox - update bufferline colors This uses `ui.bufferline` to make it easier to distinguish between (in-)active tabs/buffers. | ||
* | Update dracula menu colors (#6987) | Chirikumbrah | 2023-05-08 |
| | |||
* | Add Amberwood theme (#6924) | Gagan Janjua | 2023-05-03 |
| | |||
* | Dracula theme: change variable and menu colors (#6855) | Chirikumbrah | 2023-05-01 |
| | |||
* | [Theme - noctis] Change color for whitespace rendering and indent guides | 0rphee | 2023-04-30 |
| | |||
* | [Theme - noctis] Refine multiple cursor highlighting | 0rphee | 2023-04-30 |
| | | | Improve clarity when using multiple cursors | ||
* | Ayu dark improvements (#6622) | Paul Lange | 2023-04-21 |
| | | | | | | | * theme(ayu_dark): Differentiate primary cursor * theme(ayu_dark): Color statusline mode field * theme(ayu): Adapt other ayu themes as well | ||
* | another refactoring of dracula theme (#6767) | Chirikumbrah | 2023-04-21 |
| | |||
* | Add `inlay-hint` colours to Kanagawa | karei | 2023-04-16 |
| | | | | | Makes the LSP hints more legible against the background colour and more in line with the normal colours in the theme. | ||
* | ferra: fix ruler overriding foreground style | dylrich | 2023-04-16 |
| | | | | | | | Ferra's current ruler styling overrides the foreground style, which is an odd look only for characters in the ruler column. This commit removes the foreground styling for the ruler rule. This is more in line with what other themes do for the ruler. | ||
* | Add inlay hints styling to darcula theme (#6732) | Jesús González | 2023-04-13 |
| | | | | | | | | | * Add inlay hints coloring for darcula theme * Add whitespace --------- Co-authored-by: Ivan Tham <pickfire@riseup.net> | ||
* | Refactor dracula theme (#6552) | Chirikumbrah | 2023-04-12 |
| | |||
* | Everforest theme: Style inlay-hints and wrap indicator | basbebe | 2023-04-12 |
| | |||
* | Everforest: Fix keywords and types | basbebe | 2023-04-12 |
| | |||
* | Adjust everforest to resemble original more closely | basbebe | 2023-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 Angheloiu | 2023-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) | not | 2023-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 Tham | 2023-04-09 |
| | | | | | * Fix ayu theme markup unreadable bg * Add modifiers for markup | ||
* | themes: add inlay-hint to nightfox (#6655) | Jan Scheer | 2023-04-08 |
| | |||
* | Added `ferra` theme (#6619) | Casper Rogild Storm | 2023-04-06 |
| | | | | | | | * Added ferra theme * Updated with author information * Conform to themelint | ||
* | Colorize inlay hints in the boo_berry theme (#6625) | Gyeongwan Koh | 2023-04-06 |
| | |||
* | [theme][zenburn] set inlay hint to comment style (#6593) | Anton Romanov | 2023-04-04 |
| | |||
* | Dim pane divider color in base16_transparent theme (#6534) | Constantin Angheloiu | 2023-04-04 |
| | |||
* | Update Varua theme for inlay hints (#6589) | Bertrand Bousquet | 2023-04-04 |
| | |||
* | Update inlay-hint color for mellow & rasmus themes (#6583) | Rohit K Viswanath | 2023-04-04 |
| | |||
* | Update base16_transparent and dark_high_contrast themes (#6577) | Slug | 2023-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) | Yevgnen | 2023-04-03 |
| | |||
* | Update Varua theme for soft wrap (#6568) | Bertrand Bousquet | 2023-04-03 |
| |