| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
Co-authored-by: Jens Getreu <getreu@getreu@web.de>
|
|
|
| |
Better contrast between type variable and its members
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Improve clarity when using multiple cursors
|
|
|
|
|
|
|
| |
* theme(ayu_dark): Differentiate primary cursor
* theme(ayu_dark): Color statusline mode field
* theme(ayu): Adapt other ayu themes as well
|
| |
|
|
|
|
|
| |
Makes the LSP hints more legible against the background colour
and more in line with the normal colours in the theme.
|
|
|
|
|
|
|
| |
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 coloring for darcula theme
* Add whitespace
---------
Co-authored-by: Ivan Tham <pickfire@riseup.net>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Increase visibility of selected file in file picker
https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* Add modifiers for markup
|
| |
|
|
|
|
|
|
|
| |
* Added ferra theme
* Updated with author information
* Conform to themelint
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Update inlay-hint and wrap for base16_transparent
* Update inlay-hint and wrap for dark_high_contrast
* Tune dark_high_contrast cursor match theming
|
| |
|
| |
|
|
|
| |
Co-authored-by: Jack Allison <jacallis@cisco.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: krfl <kr.fl@outlook.com>
|
|
|
|
|
| |
* add `ui.virtual.inlay-hint`
* normalise line endings
|
| |
|
| |
|
|
|
|
| |
The adwaita-dark theme has no distinction between active and inactive
buffers on a bufferline. Add contrast to clarify differences.
|
| |
|
|
|
| |
Based on vscode ayu badge.
|
|
|
|
| |
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 and color modes for fleet dark
* adjust virtual + ruler color
---------
Co-authored-by: krfl <kr.fl@outlook.com>
|
| |
|
|
|
| |
Co-authored-by: Jens Getreu <getreu@getreu@web.de>
|