aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* 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
|
* Rename infobox theme scopes (#1741)Gokul Soumya2022-03-04
| | | This makes it play nicely with https://github.com/helix-editor/helix/pull/1714
* chore(theme): fix "ui.selection" for rose_pine themes (#1716)chunghha2022-02-28
|
* Fix duplicate "ui.help" key. (#1713)Gregory Oakes2022-02-27
|
* fix: theme: bogster: Only primary selection had a cursor styleBlaž Hrastnik2022-02-25
|
* chore(theme): update markup styles for rose_pine themes (#1706)chunghha2022-02-24
|
* update markup styles for everforest theme (#1687)Alex2022-02-21
|
* Fix hover menu item text color in base16 themes (#1668)David Crespo2022-02-15
| | | | | * fix hover menu item text in base16 dark * same ix for base16_default_light and base16_terminal
* chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606)chunghha2022-01-31
|
* [theme] Serika light and dark (#1566)VuiMuich2022-01-24
| | | | | * add theme `serika` in light and dark variant * add `markup.*`s
* Add markup support (#1525)NNB2022-01-23
| | | | | | | | | | | | | * 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
* Add `tag` to gruvbox theme (#1555)Rohan Jain2022-01-22
| | | Missed in the commit 943fca332e.
* dracula theme: add markup support (#1554)Sebastian Zivota2022-01-22
|
* add markup support for monokai pro themes (#1553)WindSoilder2022-01-21
|