aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* add mode colors to solarized (#2926)Skyler Hawthorne2022-06-30
|
* Add mode specific styles (#2676)Mathspy2022-06-30
| | | | | | | | | | | | | * 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
* Add cursorline to Autumn theme (#2918)Jens Getreu2022-06-29
| | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
* Adding a cursorline for the Nord theme (#2916)Ben Lee-Cohen2022-06-29
|
* primary cursorline for Dracula theme (#2915)Stuart Hinson2022-06-29
|
* Add cursorline scope for onedark theme (#2892)Gokul Soumya2022-06-27
|
* update meliora theme (#2890)ramojus2022-06-27
|
* Right align scrollbar with track in completion popup (#2754)Gokul Soumya2022-06-27
| | | | | - 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`.
* add meliora theme (#2884)Ramojus2022-06-27
|
* [Theme] Acme (#2876)two-six2022-06-25
|
* Add theme scopes for indent guidesGokul Soumya2022-06-21
|
* Default rulers color to red (#2669)Mathspy2022-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add noctis bordo theme (#2830)Joe2022-06-20
|
* fix spelling of catppuccin theme (#2713)Danny2022-06-08
|
* Update selection style of Night Owl (#2668)nosa2022-06-04
|
* catpuccin ui.popup should be a different color from ui.background (#2644)Michael Zeller2022-06-01
|
* Solarized Light: Fixing menu colors and adding English translation (#2626)Ben Lee-Cohen2022-05-31
|
* Adjust colors in tokyonight themes (#2606)Paul Graydon2022-05-29
|
* Changing Macro color to avoid color confusionBen Lee-Cohen2022-05-25
| | | | | 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
* Add Catppuccin Theme (#2546)Isotoxal2022-05-24
| | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Highlight active window in Autumn theme (#2531)Jens Getreu2022-05-22
| | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
* fix: remove duplicated `ui.help` in themesJoel2022-05-22
| | | | | | | | | | | | | | | | | 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" } ```
* add missing `ui.menu` to themes, fix issues with some themesChristoph Horn2022-05-20
|
* dark_plus theme constructor should be green.Zeddicus4142022-05-20
|
* Add Snazzy theme (#2473)Timothy DeHerrera2022-05-14
|
* Monokai pro spectrum theme shows error in yellow on red background (#2433)Fanda Vacek2022-05-08
| | | Co-authored-by: Fanda Vacek <fvacek@elektroline.cz>
* replace constant.number with constant.numeric (#2389)ChrHorn2022-05-04
|
* Add Night Owl Color Theme. (#2330)nosa2022-04-29
|
* change cursor for copy selection (#2323)Erasin2022-04-29
|
* Fix spelling errors in some themes (#2324)Yang Tang2022-04-29
|
* Add ui.virtual theme scopes for onedark themeGokul Soumya2022-04-27
|
* Add onelight theme variant (#2287)Erasin2022-04-27
|
* Fix base16_terminal theme using incorrect ansi-color (#2279)Tomas Roos2022-04-26
|
* Autumn theme: improve markup highlighting (#2270)Jens Getreu2022-04-25
| | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
* Add Pop-Dark Theme (#2189)workingj2022-04-24
|
* Add tokyonight_storm theme variant (#2240)Paul Graydon2022-04-23
|
* Add `autumn` theme (#2212)Jens Getreu2022-04-22
| | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu>
* dark_plus: Add the borders color from the original theme (#2186)Emil Fresk2022-04-20
|
* theme ui.virtual capture for existing themesMichael Davis2022-04-20
|
* Add tokyonight theme (#2162)Paul Graydon2022-04-18
|
* Remove dim attribute in onedark ui.linenr (#2155)Lucy2022-04-18
|
* Improve Dracula Theme selections (#2075) (#2077)Aral Balkan2022-04-11
|
* Add dracula at night theme (#2008)Sam Sartor2022-04-08
|
* [dark_plus] update tag and ui.menu.selected colors (#2014)Kirawi2022-04-08
|
* [dark_plus] update markup colors (#1989)Kirawi2022-04-06
|
* add boo_berry theme (#1962)bootradev2022-04-05
|
* [dark_plus] remove `ui.text` background (#1950)Kirawi2022-04-03
|
* Revise the color for ui.cursor.match (#1862)Narazaki Shuji2022-03-25
| | | | | | - bogster.toml - solarized_dark.toml - solarized_light.toml - spacebones_light.toml
* theme: Use distinct colors for match pair and cursor for gruvbox (#1791)Rohan Jain2022-03-11
|
* chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754)chunghha2022-03-05
|