aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
Commit message (Collapse)AuthorAge
* Updated tree-sitter query scopes (#896)Kirawi2021-11-03
| | | | | | | | | | | | | | | | | | * 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
* Update onedark theme (#936)Gokul Soumya2021-10-30
| | | | | - Use named color palette - Remove blue highlight for variables (too much noise) - Add purple highlight for control statements (if, match, etc)
* runtime: Rose Pine colorscheme (#897)Ray Gervais2021-10-25
|
* fixes: missing info, warning diagnostic (#890)Ray Gervais2021-10-22
|
* Refactor nord theme (#874)WindSoilder2021-10-19
| | | | | * refactor again * remove useless color
* improve menu selected color for nord (#873)WindSoilder2021-10-18
|
* adds: base16 theme for Helix editor (#833)Ray Gervais2021-10-18
|
* fix nord ui focus color (#844)WindSoilder2021-10-15
|
* improve contract on nord comment color (#842)WindSoilder2021-10-14
|
* adds: nord colortheme (#799)Ray Gervais2021-10-03
|
* add everforest dark theme (#760)Alex2021-09-17
|
* Update dark_plus error colourKirawi2021-09-12
| | | This was recently changed in VSCode.
* Improve docs, fix up a few highlight scopesBlaž Hrastnik2021-09-07
|
* Add Monokai theme (#628)Kirawi2021-08-25
| | | | | | | * init * update * cleanup
* gruvbox theme changes (#594)oberblastmeister2021-08-18
| | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property
* Update dark_plus.tomlKirawi2021-08-18
|
* Update popup and diagnostics in onedark themeGokul Soumya2021-07-30
|
* fix: change primary cursor color in bogster themegbaranski2021-07-26
|
* Update dark_plus.tomlKirawi2021-07-21
| | | Corrects primary selection color and makes matching cursor easier to spot.
* Update dark_plus.tomlKirawi2021-07-15
| | | Didn't realize what `ui.statusline.active` was for. It's needed for view splits.
* VSCode Dark+ Theme (#414)Kirawi2021-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Add VSCode Dark+ Theme wip wip wip wip wip wip properly detect constants add bool wip * suggestion * add variant for c/c++ * fix hexcode error * removed regex highlight * fixed constant higlighting * wip * add space * add suggestions * update theme * update book * suggestions * fix c/c++ enum * update book
* Update onedark themeGokul Soumya2021-07-03
| | | | | Add colors for matching brace, non primary selections, inactive statusline
* Color palettes (#393)Jakub Bartodziej2021-06-30
| | | | | | | | | | | | | | | | | | | * Enable using color palettes in theme files. * Add an example theme defined using a gruvbox color palette. * Fix clippy error. * Small style improvement. * Add documentation for the features to themes.md. * Update runtime/themes/gruvbox.toml Fix the value of purple0. Co-authored-by: DrZingo <DrZingo@users.noreply.github.com> Co-authored-by: DrZingo <DrZingo@users.noreply.github.com>
* Add default color for cursor match (#370)Ivan Tham2021-06-25
| | | | | | | | | * Add default color for cursor match Not all terminals support dim, for those terminal that does not support this (konsole, item2, wezterm), users cannot differentiate between match and primary cursor. So set a color for this. * Use alacritty dim color for match
* Move themes to runtime/themes, add link from contrib/themeswojciechkepka2021-06-19