Jordan Reger
5ba36fe9b3
Update rasmus.toml ( #9939 )
...
* Update rasmus.toml
Remove "ui.virtual" setting as it selects seemingly random characters to highlight.
* Add ui.virtual.ruler
2024-03-21 12:35:34 +09:00
David Else
52a0734120
Add new theme keys for LSP diagnostic tags for dark_plus ( #9949 )
2024-03-21 00:31:48 +01:00
Carsten Führmann
eead105f94
Fix selected text background in toykonight ( #9789 )
...
Before the fix, the color that the original (Neovim) tokyonight uses for
Neovim's visual mode was used in Helix for highlighting the selected
item in the picker. But for the highlighting of selected _text_ in
Helix (corresponding to Neovim's visual mode), a much darker background
was used. This made it very hard to pick out selected text, in
particular in suboptimal lighting conditions.
I swapped the two colors, so that text selection now looks like in
Neovim, while selected items in the picker are highlighted a bit less
strongly. (But still easy to see because the whole line is highlighted.)
2024-03-18 00:06:23 +01:00
Alexis Mousset
8457652da1
Update to modus-themes 4.4.0 ( #9912 )
2024-03-17 23:56:33 +01:00
fnuttens
3915b04bd9
fix(themes-catppuccin): make inlay hints more legible ( #9859 )
2024-03-13 13:47:55 +09:00
Carsten Führmann
a876148585
Fix colors of tokyonight diagnostic undercurls ( #9724 )
2024-02-26 10:53:59 +09:00
Abderrahmane TAHRI JOUTI
98ebeeebd8
Cyan Light theme : Add License and Author ( #9688 )
...
* Cyan Light theme : Add License and Author
* Add License
Copy license from https://github.com/OlyaB/CyanTheme/blob/master/LICENSE
* better credits to original author
2024-02-21 23:47:14 +09:00
Jimmy Zelinskie
b950dea003
add monokai soda theme ( #9651 )
2024-02-19 00:19:26 +01:00
Nick Condron
6ffe09e873
Fix Sonokai theme to better match original ( #5379 )
...
* Make sonokai palette perfectfully faithful
* Amend theme to better match original sonokai
Changes based on the following references:
(1) https://www.sainnhe.dev/post/contributing-guide/#sonokai
(2) https://github.com/sainnhe/sonokai/blob/master/colors/sonokai.vim
* Make constants white (1)
* Make builtin variables purple (1)
* Make members orange (1)
* Make labels red (2)
* Make operators red (1)
* Make all punctuation grey (2)
* Make builtin functions and macros green (2)
* Make diff delta blue (2)
* Make cursor match bg4 (2)
* Make visible whitespace bg4 (2)
* Make Sonokai special punctuation yellow
2024-02-17 17:08:18 +01:00
ves
fd7b722dfb
theme: horizon-dark fix constructor color ( #9493 )
...
* theme: add horizon-dark
* fix whitespace color and gutter selected
* taplo fmt
* markup and color tweaks
markup colors
diff colors
better comment and menu colors
* horizon-dark: fix constructor color
makes Some and None to look better and more like the vscode theme
2024-02-13 01:49:42 +09:00
Gagan Janjua
d232e7a985
Adding Curzon theme ( #9553 )
...
* adding Curzon theme
* Adding cursive strings
2024-02-13 01:48:18 +09:00
Chirikumbrah
45ee568b98
Dracula whitespace color changes ( #9588 )
...
* added color to render whitespace characters
* made some alphabet sort
2024-02-13 01:47:08 +09:00
HumanEntity
ac8d1f62a1
sonokai: Add color modes support and change contrast between ruler and bg ( #9376 )
...
* Added `editor.color-modes` option support
* Less contrast between bg and ruler
2024-02-12 02:29:49 +01:00
eh
28a39e6efc
Fix cursorline Zed OneDark ( #9549 )
...
Co-authored-by: e4 <eric.correia@dronesense.com>
2024-02-07 01:47:13 +09:00
eh
1d87c6a999
Update colors used for zed themes ( #9544 )
...
Official colors used is now publically available: https://github.com/zed-industries/zed/blob/main/assets/themes/one/one.json
Modified the theme to more accurately reflect the actual colors being used.
Co-authored-by: e4 <eric.correia@dronesense.com>
2024-02-06 15:13:20 +09:00
Doug Kelkhoff
5c567f31e2
Adding two themes using only colors from 16-color terminal themes ( #9477 )
...
* adding 16-color terminal themes
* minor consistency update
* minor consistency update
* rename to be more consistent with other helix theme name conventions
* fixing improper theme inherits name
2024-02-04 02:11:20 +01:00
Andrew Carter
dbac78bb3c
Set ui.virtual.ruler background for GitHub themes ( #9487 )
...
Turning on a ruler does not show a visible ruler
line for the GitHub themes. This change renders
rulers using the `canvas.subtle` color. This
matches the color used for the `cursorline` and
creates a visible ruler that fits the theme.
2024-02-01 02:18:53 +01:00
Twinkle
eb3c4e9f00
feat: add hard/soft contrast for gruvbox light mode ( #9266 )
2024-01-28 18:20:51 +09:00
Abderrahmane TAHRI JOUTI
0328fa4d02
adjust color darkness on ruler & inlay-hints ( #9375 )
2024-01-28 18:14:12 +09:00
Travis Harmon
f0be0c6d4a
Make status line modes bold for theme onedark ( #9435 )
...
* Make status line modes bold
* Revert change to onedarker
2024-01-28 18:11:31 +09:00
Chirikumbrah
1616021a5a
Make status line modes bold ( #9449 )
2024-01-28 18:11:05 +09:00
Jaakko Paju
4168864572
Add bufferline config for onedark & onedarker themes ( #9397 )
2024-01-23 23:19:22 +09:00
HumanEntity
6754acd83f
Made inlay-hints not look like normal code ( #9370 )
...
Added `"ui.virtual.whitespace" = { fg = "grey_dim" }` line
2024-01-17 18:23:46 +01:00
rojebd
46ecc102ba
added voxed theme ( #9164 )
2024-01-09 09:57:14 +09:00
Tomas
77ab792ac7
runtime/themes: adding "ttox" theme ( #8524 )
...
* runtime/themes: adding 'ttox' theme
* Improving primary selections
2024-01-08 03:57:04 +01:00
Paul Graydon
154d9b6ed1
Update tokyonight themes ( #9099 )
2024-01-08 03:08:20 +01:00
DuckDuckWhale
f8ae2bc61b
Fix: misleading active tab color in monokai_pro* ( #9148 )
2024-01-08 03:03:56 +01:00
Sharpened Blade
7b0f92bb3a
Add markup styling to nord theme ( #9135 )
...
Fixes https://github.com/helix-editor/helix/issues/9131
2023-12-22 13:52:26 +09:00
0rphee
5f04d09f03
theme: update noctis ( #9123 )
2023-12-20 17:09:35 +09:00
ves
06d7dc628e
theme: add horizon-dark ( #9008 )
2023-12-19 10:06:20 +09:00
Matouš Dzivjak
80dd585966
feat(themes): add modus vivendi theme(s) ( #8894 )
2023-12-19 10:03:26 +09:00
Jesús González
f1e34ce5a2
Specify BG and FG cursor colors in Darcula themes ( #9002 )
2023-12-15 15:54:59 +09:00
Jesús González
44c3d48a94
Add more accurate to official theme type highlighting to Darcula themes ( #8738 )
2023-12-05 10:46:23 +09:00
Niklas Alexander Shern
ab763b3111
fix: update rose_pine to be identical to main repo ( #8946 )
2023-12-05 10:45:50 +09:00
Alexis Mousset
090ed97e00
Add modus operandi themes ( #8728 )
2023-11-22 19:04:10 +01:00
blinxen
a0e5bb8520
[themes] Add missing license files for recently added themes
2023-11-19 14:44:02 -06:00
blinxen
b16752306c
[themes] Mention license files in README
2023-11-19 14:44:02 -06:00
Niklas Alexander Shern
2acf5e365e
theme: show active selection and buffer for naysayer theme ( #8838 )
2023-11-18 10:44:01 +09:00
crozbo
7868136a18
Theme: Papercolor: Add inlay-hint style ( #8827 )
2023-11-18 00:32:06 +01:00
Eemil Haapanen
3c8bf9df4a
theme: add starlight ( #8787 )
2023-11-17 01:34:56 +01:00
Ambuj Singh
23fea46815
theme: Add Theme poimandres ( #8759 )
...
* theme: Add Theme poimandres
* theme: inherit `poimandres_storm` from `poimandres` with minor tweaks
* fix(theme): rename `crossed-out` to `crossed_out`
* fix(theme:poimandres): improve contrast of selection color for regular variant
2023-11-12 23:04:36 +01:00
Henrik Tjäder
7bc564d3dc
Theme: Papercolor: Add type.parameter ( #8735 )
2023-11-06 15:33:18 -06:00
Arkady Rost
ae6a0a9cfd
Adjusted ui.virtual.inlay-hint color for everblush theme ( #8705 )
...
Co-authored-by: Arkady Rost <1239844+arkrost@users.noreply.github.com>
2023-11-03 09:51:22 +09:00
blinxen
a069b92897
Add missing license files for themes ( #8684 )
2023-10-31 17:09:48 -05:00
Mehedi Rifat
99bf62a560
Theme: Add gruber-darker theme ( #8598 )
2023-10-27 01:40:33 +02:00
Abderrahmane TAHRI JOUTI
88bc52a570
Theme cyan light diff colors ( #8587 )
2023-10-24 00:10:42 +09:00
Joe-Zer0
fc16449efe
Add nord night theme ( #8549 )
2023-10-17 05:46:28 -05:00
Jonah Lund
1297d924e7
improve nord theme ( #8414 )
2023-09-29 21:19:57 +02:00
boofexxx
77fe8f214b
refine darcula and darcula-solid themes ( #8412 )
2023-09-28 09:29:02 +02:00
Lucas Zebrowsky
ba06371499
Fix missing HTML tag colorization in onedark theme ( #8409 )
2023-09-26 22:19:52 +02:00
Abderrahmane TAHRI JOUTI
19d44b6fde
add cyan_light theme ( #8293 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2023-09-16 00:22:40 +02:00
Anton Romanov
e41bee6ac6
[theme] Fix zenburn theme inlay hint color ( #8278 )
2023-09-14 00:38:14 +02:00
Henrik Tjäder
764172d5bc
Theme: Papercolor: Cleanup, linting and using inheritance ( #8276 )
2023-09-14 00:37:53 +02:00
Chirikumbrah
729f32de21
Better indent line color for Dracula theme. ( #8266 )
2023-09-12 23:06:21 +02:00
Alexis Mousset
83ac53a109
Fix various typos ( #8233 )
2023-09-10 15:31:12 -05:00
Yhya
6f3a6575dc
add material theme collection ( #8211 )
...
* Create material theme files
* Add material deep ocean pallete
* Add primary theme properties to material deep ocean theme
* Fix material deep ocean theme
* Ad syntax highlighting to material deep ocean theme
* Make material oceanic theme
* Make material darker theme
* Remove material lighter theme
* Make material palenight theme
* Make other material themes inherit material deep ocean theme
* Add virtual ruler background to the material theme collection
2023-09-10 21:27:56 +02:00
John Scarrott
61814fea7f
Nord Theme: Fix missing ui text focus, use undercurls for diagnostics ( #8165 )
2023-09-04 12:21:18 -05:00
Damir Vandic
79c0425154
Sync latest catppuccin theme changes ( #8102 )
2023-08-29 01:03:54 +02:00
dastrukar
e4c95f65a6
Nord theme: Update ruler to set bg instead of fg ( #7995 )
2023-08-18 16:34:35 -05:00
Jack Allison
2b7e7c80eb
Update Monokai bufferline theming to be distinguish active buffers ( #7983 )
...
* Update OneDark theme to use light-gray for inlay hints.
* fix monokai tab themeing to be more distinguishing
2023-08-17 14:14:59 -04:00
Jens Getreu
61ccf4eded
autumn theme: improve readability of comments ( #7939 )
...
* Improve readability of comments
* Rename color
* Rename color
* Sort variables
2023-08-15 09:41:26 +02:00
Gaël
cb9b08d650
Add new Yellowed theme to default themes ( #7849 )
...
* added new Yellowed theme to default themes
* syntax typo and missing color fix
2023-08-09 14:02:30 +02:00
Mohamed Imrane Chehabi
80d2599f9c
Add new moon theme to default themes ( #7834 )
...
* Add new moon theme to default themes
* Remove .DS_Store
2023-08-05 00:24:50 +02:00
Jesse Luehrs
d5571968fa
add new theme based on the default vim dark theme ( #7785 )
2023-07-30 16:53:42 +02:00
eh
dea6894f92
Theme Pop-Dark: Increase Diagnostics clarity ( #7702 )
2023-07-26 22:33:10 +02:00
saltlakrits
5a52897014
Update everforest_dark.toml to add missing color definitions ( #7739 )
2023-07-26 15:31:35 +02:00
Federico Stra
a188282b37
Update soft-wrap indicator in gruvbox themes ( #7736 )
2023-07-25 23:55:02 +02:00
Ravi Shekhar Jethani
48d57dad47
Fix selection highlighting in remaining gruvbox derived themes ( #7717 )
2023-07-23 16:45:13 +09:00
Thales Ramos
d52b790379
Add Kaolin Dark, Light and Valley Dark themes ( #7151 )
...
Add some missing keys
Inherit themes from kaolin-dark and override diverging keys
2023-07-19 11:14:28 +09:00
Nick Saika
9551e4e111
runtime/themes: Add "naysayer" theme ( #7570 )
2023-07-13 12:01:48 +09:00
Karim Mk
e86bb64b63
Change dark_plus inlay-hints colors to more pleasant colors ( #7611 )
...
* Changing code_dark inlay-hints colors.
* Using dark_plus_experimental inlay hints is better ;)
2023-07-12 21:18:47 +02:00
Sharpened Blade
c33795e770
Update the Nord theme to follow the Nord style guide ( #7490 )
2023-07-09 18:36:30 +02:00
gobraves
b745fb2551
update OneDarker theme to use light-gray for inlay hints. ( #7433 )
2023-06-30 00:25:07 +09:00
eh
842518ccb7
Theme: port of Zed's OneDark and OneLight themes ( #7250 )
2023-06-22 23:48:02 +02:00
Jorge Santiago
d249639114
Add merionette theme ( #7186 )
2023-06-13 16:01:02 +02:00
broke
ef5bcd5060
theme: added gruvbox dark soft variant ( #7139 )
2023-06-07 18:13:08 -05:00
Jens Getreu
3e927ac578
Autumn theme: style "soft-wrap indicator" + maintenance ( #7229 )
...
Co-authored-by: Jens Getreu <getreu@getreu@web.de>
2023-06-07 17:49:39 +09:00
Ravi Shekhar Jethani
6e647e83ed
Update spacebones_light.toml ( #7125 )
...
Better contrast between type variable and its members
2023-05-26 10:47:03 +02:00
Casper Rogild Storm
1dd1735909
Correct selection color ( #7138 )
2023-05-26 10:46:07 +02:00
Jan Scheer
91da0dc172
Update nightfox theme ( #7061 )
...
* 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.
2023-05-18 03:16:25 +02:00
Chirikumbrah
3fb0562e7b
Update dracula menu colors ( #6987 )
2023-05-08 19:12:15 +02:00
Gagan Janjua
c6228825fd
Add Amberwood theme ( #6924 )
2023-05-03 10:22:54 -05:00
Chirikumbrah
2701781db7
Dracula theme: change variable and menu colors ( #6855 )
2023-05-01 23:51:35 +02:00
0rphee
f2ccc03332
[Theme - noctis] Change color for whitespace rendering and indent guides
2023-04-30 09:44:26 +09:00
0rphee
96720e7b84
[Theme - noctis] Refine multiple cursor highlighting
...
Improve clarity when using multiple cursors
2023-04-30 09:44:26 +09:00
Paul Lange
78088ac185
Ayu dark improvements ( #6622 )
...
* theme(ayu_dark): Differentiate primary cursor
* theme(ayu_dark): Color statusline mode field
* theme(ayu): Adapt other ayu themes as well
2023-04-21 12:53:04 +09:00
Chirikumbrah
2342807364
another refactoring of dracula theme ( #6767 )
2023-04-21 12:51:47 +09:00
karei
7607727483
Add inlay-hint
colours to Kanagawa
...
Makes the LSP hints more legible against the background colour
and more in line with the normal colours in the theme.
2023-04-16 19:49:51 +02:00
dylrich
523e9e4573
ferra: fix ruler overriding foreground style
...
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.
2023-04-16 18:32:56 +02:00
Jesús González
bff7fc8695
Add inlay hints styling to darcula theme ( #6732 )
...
* Add inlay hints coloring for darcula theme
* Add whitespace
---------
Co-authored-by: Ivan Tham <pickfire@riseup.net>
2023-04-13 09:27:12 +08:00
Chirikumbrah
f6d65cf089
Refactor dracula theme ( #6552 )
2023-04-12 09:38:15 -05:00
basbebe
1421b67a4c
Everforest theme: Style inlay-hints and wrap indicator
2023-04-12 09:32:42 -05:00
basbebe
bfcc4c3795
Everforest: Fix keywords and types
2023-04-12 09:32:42 -05:00
basbebe
9248de8780
Adjust everforest to resemble original more closely
...
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
2023-04-12 09:32:42 -05:00
Constantin Angheloiu
d5fec302c9
base16_transparent: Highlight selected item state ( #6716 )
...
Increase visibility of selected file in file picker
https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
2023-04-12 10:02:14 +09:00
not
e72ad1e731
theme(rose-pine): Improve whitespace and search matches colors ( #6679 )
...
* 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>
2023-04-10 10:14:48 +09:00
Ivan Tham
76825c7b66
Fix ayu theme markup unreadable bg ( #6538 )
...
* Fix ayu theme markup unreadable bg
* Add modifiers for markup
2023-04-09 14:26:18 -05:00
Jan Scheer
25858ec2e3
themes: add inlay-hint to nightfox ( #6655 )
2023-04-08 21:18:33 +09:00
Casper Rogild Storm
7ce52e5b2c
Added ferra
theme ( #6619 )
...
* Added ferra theme
* Updated with author information
* Conform to themelint
2023-04-07 00:30:47 +08:00
Gyeongwan Koh
951e8686e8
Colorize inlay hints in the boo_berry theme ( #6625 )
2023-04-06 11:18:39 -05:00