aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* 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
|
* Add modified background to dracula popup (#1434)Stuart Hinson2022-01-16
|
* Add `markup.` scopes in `gruvbox` themes (#1518)Rohan Jain2022-01-16
| | | As recommended by @archseer in https://github.com/helix-editor/helix/pull/1509#issuecomment-1013583069
* Add gruvbox-light theme (#1509)Rohan Jain2022-01-14
| | | Similar to `gruvbox`, add the light version as well.
* Add everforest_light, change everforest_dark string color (#1412)WindSoilder2022-01-03
|
* Underline diagnostics in bogster theme (#1399)Martin Junghanns2022-01-02
|
* add diff.{plus,minus,delta} to themesMichael Davis2021-12-25
|