Mathspy
d06800f1dd
Add mode specific styles ( #2676 )
...
* Add mode specific styles
In similar vein to neovim's lualine and similar statusline packages this
allows helix users to style their mode based on which mode it is thus
making each mode more visually distinct at a glance
* Add an example based on rosepine
* Add editor.colors-mode config
* Document statusline mode styles
2 years ago
Jens Getreu
94fc41a419
Add cursorline to Autumn theme ( #2918 )
...
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
2 years ago
Ben Lee-Cohen
15ac1142cf
Adding a cursorline for the Nord theme ( #2916 )
2 years ago
Stuart Hinson
6ac6080969
primary cursorline for Dracula theme ( #2915 )
2 years ago
Gokul Soumya
23ce5f1837
Add cursorline scope for onedark theme ( #2892 )
2 years ago
ramojus
db2aa57074
update meliora theme ( #2890 )
2 years ago
Gokul Soumya
a26943de4e
Right align scrollbar with track in completion popup ( #2754 )
...
- Align the scollbar to the right edge of the popup rather than at
a margin of one.
- Add a scrollbar track and a new scope `ui.menu.scroll`.
2 years ago
Ramojus
c113531db9
add meliora theme ( #2884 )
2 years ago
two-six
18435899b2
[Theme] Acme ( #2876 )
2 years ago
Gokul Soumya
924b4ebb39
Add theme scopes for indent guides
2 years ago
Mathspy
fa4934cff9
Default rulers color to red ( #2669 )
...
* Default rulers color to red
Currently if the theme a user is using doesn't have `ui.virtual.rulers`
set and they set up a ruler it just fails silently making it really hard
to figure out what went wrong. Did they set incorrectly set the ruler?
Are they using an outdated version of Helix that doesn't support rulers?
This happened to me today, I even switched to the default theme with
the assumption that maybe my theme just doesn't have the rulers setup
properly and it still didn't work.
Not sure if this is a good idea or not, feel free to suggest better
alternatives!
* Use builtin Style methods instead of Bevy style defaults
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Only default the style if there's no ui or ui.virtual
* Update themes style from ui.virtual to ui.virtual.whitespace
* Revert ui.virtual change in onelight theme
* Prefer unwrap_or_else
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
Joe
e2878a6e21
Add noctis bordo theme ( #2830 )
2 years ago
Danny
567e71fbbc
fix spelling of catppuccin theme ( #2713 )
2 years ago
nosa
5b4e0a304b
Update selection style of Night Owl ( #2668 )
2 years ago
Michael Zeller
99e08f50bd
catpuccin ui.popup should be a different color from ui.background ( #2644 )
2 years ago
Ben Lee-Cohen
fc666db6b9
Solarized Light: Fixing menu colors and adding English translation ( #2626 )
2 years ago
Paul Graydon
710c4a84b2
Adjust colors in tokyonight themes ( #2606 )
2 years ago
Ben Lee-Cohen
7160e745f7
Changing Macro color to avoid color confusion
...
I noticed that in Rust, `println!`being a macro, it matched the color of string literals. This was visually confusing to me, so I checked what the nvim catpuccin theme (https://github.com/catppuccin/nvim ) does. While it is pretty different, it does use different colors for strings and all function types: https://share.cleanshot.com/RLG2y1
I don't know if blue or red makes more sense given the other syntax choices, but wanted to propose this change cc @IsotoxalDev
2 years ago
Isotoxal
c429ed660f
Add Catppuccin Theme ( #2546 )
...
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
2 years ago
Jens Getreu
6801b28da0
Highlight active window in Autumn theme ( #2531 )
...
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
2 years ago
Joel
0018545263
fix: remove duplicated `ui.help` in themes
...
the bottom value is used, so i've removed the top `ui.help` values from all themes
also, the values are not merged, so:
```toml
"ui.help" = { modifiers = ["reversed"] }
"ui.help" = { fg = "white", bg = "black" }
```
is equal to:
```toml
"ui.help" = { fg = "white", bg = "black" }
```
2 years ago
Christoph Horn
9be810fd01
add missing `ui.menu` to themes, fix issues with some themes
2 years ago
Zeddicus414
8e8d4ba27f
dark_plus theme constructor should be green.
2 years ago
Timothy DeHerrera
823eaad1a1
Add Snazzy theme ( #2473 )
3 years ago
Fanda Vacek
f3164c1174
Monokai pro spectrum theme shows error in yellow on red background ( #2433 )
...
Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
3 years ago
ChrHorn
5ab669f1ac
replace constant.number with constant.numeric ( #2389 )
3 years ago
nosa
0106173375
Add Night Owl Color Theme. ( #2330 )
3 years ago
Erasin
668b39d1df
change cursor for copy selection ( #2323 )
3 years ago
Yang Tang
667cdf929f
Fix spelling errors in some themes ( #2324 )
3 years ago
Gokul Soumya
3626e38e51
Add ui.virtual theme scopes for onedark theme
3 years ago
Erasin
a3c0b4db48
Add onelight theme variant ( #2287 )
3 years ago
Tomas Roos
fcd0ca3912
Fix base16_terminal theme using incorrect ansi-color ( #2279 )
3 years ago
Jens Getreu
8eb15f5283
Autumn theme: improve markup highlighting ( #2270 )
...
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
3 years ago
workingj
ea02b46c5d
Add Pop-Dark Theme ( #2189 )
3 years ago
Paul Graydon
6047506ec5
Add tokyonight_storm theme variant ( #2240 )
3 years ago
Jens Getreu
3c250b7528
Add `autumn` theme ( #2212 )
...
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
3 years ago
Emil Fresk
5247d3ae2d
dark_plus: Add the borders color from the original theme ( #2186 )
3 years ago
Michael Davis
1525e3c6c8
theme ui.virtual capture for existing themes
3 years ago
Paul Graydon
015a582d44
Add tokyonight theme ( #2162 )
3 years ago
Lucy
4b1fe367fa
Remove dim attribute in onedark ui.linenr ( #2155 )
3 years ago
Aral Balkan
7cb6e07ba0
Improve Dracula Theme selections ( #2075 ) ( #2077 )
3 years ago
Sam Sartor
209ec4468b
Add dracula at night theme ( #2008 )
3 years ago
Kirawi
2d4f94eb27
[dark_plus] update tag and ui.menu.selected colors ( #2014 )
3 years ago
Kirawi
b333186721
[dark_plus] update markup colors ( #1989 )
3 years ago
bootradev
0eb87996a8
add boo_berry theme ( #1962 )
3 years ago
Kirawi
3fc4ea2938
[dark_plus] remove `ui.text` background ( #1950 )
3 years ago
Narazaki Shuji
309f2c2c8e
Revise the color for ui.cursor.match ( #1862 )
...
- bogster.toml
- solarized_dark.toml
- solarized_light.toml
- spacebones_light.toml
3 years ago
Rohan Jain
cf8f59ddd0
theme: Use distinct colors for match pair and cursor for gruvbox ( #1791 )
3 years ago
chunghha
7633c5acd3
chore(theme): apply renamed infobox theme scopes for rose_pine themes ( #1754 )
3 years ago
Gokul Soumya
c484b08923
Rename infobox theme scopes ( #1741 )
...
This makes it play nicely with https://github.com/helix-editor/helix/pull/1714
3 years ago
chunghha
f9ad1cafdc
chore(theme): fix "ui.selection" for rose_pine themes ( #1716 )
3 years ago
Gregory Oakes
c1251aecc7
Fix duplicate "ui.help" key. ( #1713 )
3 years ago
Blaž Hrastnik
6a6a9ab2b3
fix: theme: bogster: Only primary selection had a cursor style
3 years ago
chunghha
4526216139
chore(theme): update markup styles for rose_pine themes ( #1706 )
3 years ago
Alex
865881ba19
update markup styles for everforest theme ( #1687 )
3 years ago
David Crespo
a629343476
Fix hover menu item text color in base16 themes ( #1668 )
...
* fix hover menu item text in base16 dark
* same ix for base16_default_light and base16_terminal
3 years ago
chunghha
4c996f43df
chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color ( #1606 )
3 years ago
VuiMuich
1bcff796e5
[theme] Serika light and dark ( #1566 )
...
* add theme `serika` in light and dark variant
* add `markup.*`s
3 years ago
NNB
83bde1004d
Add markup support ( #1525 )
...
* Add markup support for all Base16 themes
* Fix rose_pine `markup.link.text` attribute misname
* Add basic default markup support for all themes
* Fix cursor change color on Base16 terminal and default
* Remove old markup monokai_pro support and fix Onedark `markup.link.text` attribute misname
* Remove old markup dracula support
3 years ago
Rohan Jain
1c747674b6
Add `tag` to gruvbox theme ( #1555 )
...
Missed in the commit 943fca332e.
3 years ago
Sebastian Zivota
5c1a06d28e
dracula theme: add markup support ( #1554 )
3 years ago
WindSoilder
4563832318
add markup support for monokai pro themes ( #1553 )
3 years ago
Stuart Hinson
9da0abaa5d
Add modified background to dracula popup ( #1434 )
3 years ago
Rohan Jain
62c78c061c
Add `markup.` scopes in `gruvbox` themes ( #1518 )
...
As recommended by @archseer in https://github.com/helix-editor/helix/pull/1509#issuecomment-1013583069
3 years ago
Rohan Jain
97e6f2a38f
Add gruvbox-light theme ( #1509 )
...
Similar to `gruvbox`, add the light version as well.
3 years ago
WindSoilder
609f7363a1
Add everforest_light, change everforest_dark string color ( #1412 )
3 years ago
Martin Junghanns
aaa42e1a69
Underline diagnostics in bogster theme ( #1399 )
3 years ago
Michael Davis
3b800025af
add diff.{plus,minus,delta} to themes
3 years ago
chunghha
8aa0b8eacf
chore: update rose pine themes to support markup ( #1353 )
3 years ago
Gokul Soumya
b2f8f2ba77
Update onedark theme to use new scopes ( #1297 )
3 years ago
Sebastian Zivota
7438db66ae
Add dracula theme ( #1258 )
...
* Add dracula theme
* remove unused colors
* correctly name constant.character.escape
* Change cursors and selections
* add some missing ui scopes
* sorting
3 years ago
NNB
c7ace15fd4
Add `ui.gutter` theming
3 years ago
Omnikar
42e6d96a75
Use `base16_tty` as 16-color default, fix theme name
3 years ago
NNB
d9727868dd
change to .unwrap_or_default() and fix ui.window and ui.statusline
3 years ago
NNB
3080be8268
Fix error color, add tty theme
3 years ago
Omnikar
98ce2a301d
Load alt default theme if true color is not supported
...
* Move `runtime/themes/base16_default_terminal.toml` to
`base16_theme.toml` alongside `theme.toml`
* Use `terminfo` crate to detect whether the terminal supports true
color and, if the user has no theme configured and their terminal does
not support true color, load the alt default theme instead of the
normal default.
Remove `terminfo` dependency, use `COLORTERM` env instead
Prevent user from switching to an unsupported theme
Add `true-color-override` option
If the terminal is wrongly detected to not support true color,
`true-color-override = true` will override the detection.
Rename `true-color-override` to `true-color`
3 years ago
NNB
43d17c482c
Fix Base16 Dark, add Base16 Light and Terminal
...
Improve accuracy with line number and cursor color
3 years ago
Skyler Hawthorne
9bdbafa075
Fix solarized selection colors ( #1236 )
...
* do not select a foreground color in selections, as this eliminates
syntax coloring
* select lighter color for selections
* Make non-primary cursor cyan instead of green
3 years ago
chunghha
038a6ce22c
rose_pine_dawn.toml colorscheme ( #1226 )
...
* adds: rose_pine_dawn.toml colorscheme
* chore: define ui.statusline.inactive colors of rose_pine
3 years ago
WindSoilder
cf40e61b0a
add more monokai pro filter themes ( #1220 )
3 years ago
WindSoilder
27ffc79c44
Add monokai pro theme ( #1206 )
...
* add monokai_pro theme
* add monokai_pro theme
* claim the inspired theme and original author
* make diagnostic underlined
3 years ago
Skyler Hawthorne
05c6cb1d0b
Solarized theme: fix popup colors, adjust menu ( #1124 )
...
* fix popup colors, adjust menu
* fix hardcoded horizontal rule color
3 years ago
Koen Van der Auwera
b95c9470de
Add spacebones light theme ( #1131 )
...
* Add spacebones light theme
* Fix error background
3 years ago
WindSoilder
1132b7088a
improve nord status bar line
3 years ago
Skyler Hawthorne
335ed7fa69
Improve Solarzed Dark theme ( #1105 )
...
Adjusts the Solarized Dark theme to be modeled more closely after
vim's incarnation. Also adjust the Solarized Light theme to match.
3 years ago
Kirawi
8f7ada12ac
Solarized dark theme ( #999 )
...
* init
* wip
* wip
3 years ago
CossonLeo
f96be0fcbc
add solarized_light theme ( #1010 )
...
* add solarized_light theme
* solarized_light add constant.numeric
3 years ago
Kirawi
ee889aaa85
Updated tree-sitter query scopes ( #896 )
...
* updated theme scopes
variable.property -> variable.field
property -> variable.field
* updated theme scopes
* update book and themes
updated book and themes to reflect scope changes
* wip
* update more queries
* update dark_plus.toml
3 years ago
Gokul Soumya
ea452bec80
Update onedark theme ( #936 )
...
- Use named color palette
- Remove blue highlight for variables (too much noise)
- Add purple highlight for control statements (if, match, etc)
3 years ago
Ray Gervais
d4d16ca1b0
runtime: Rose Pine colorscheme ( #897 )
3 years ago
Ray Gervais
2edc85e953
fixes: missing info, warning diagnostic ( #890 )
3 years ago
WindSoilder
7146ae9388
Refactor nord theme ( #874 )
...
* refactor again
* remove useless color
3 years ago
WindSoilder
2ac9d30bf3
improve menu selected color for nord ( #873 )
3 years ago
Ray Gervais
c278b43319
adds: base16 theme for Helix editor ( #833 )
3 years ago
WindSoilder
ef3f78b6ce
fix nord ui focus color ( #844 )
3 years ago
WindSoilder
47208b990b
improve contract on nord comment color ( #842 )
3 years ago
Ray Gervais
0af8928d63
adds: nord colortheme ( #799 )
3 years ago
Alex
70a20b7cf8
add everforest dark theme ( #760 )
3 years ago
Kirawi
f2c73d1567
Update dark_plus error colour
...
This was recently changed in VSCode.
3 years ago
Blaž Hrastnik
4cc562318a
Improve docs, fix up a few highlight scopes
3 years ago