aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/gruvbox.toml
Commit message (Collapse)AuthorAge
* theme ui.virtual capture for existing themesMichael Davis2022-04-20
|
* theme: Use distinct colors for match pair and cursor for gruvbox (#1791)Rohan Jain2022-03-11
|
* Add `tag` to gruvbox theme (#1555)Rohan Jain2022-01-22
| | | Missed in the commit 943fca332e.
* 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 diff.{plus,minus,delta} to themesMichael Davis2021-12-25
|
* 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
* gruvbox theme changes (#594)oberblastmeister2021-08-18
| | | | | | | | | * changed some gruvbox highlights * more stuff including cursors * use property instead * use variable.property
* 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>