aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/rose_pine.toml
Commit message (Collapse)AuthorAge
* 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" } ```
* theme ui.virtual capture for existing themesMichael Davis2022-04-20
|
* chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754)chunghha2022-03-05
|
* chore(theme): fix "ui.selection" for rose_pine themes (#1716)chunghha2022-02-28
|
* chore(theme): update markup styles for rose_pine themes (#1706)chunghha2022-02-24
|
* chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606)chunghha2022-01-31
|
* 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 diff.{plus,minus,delta} to themesMichael Davis2021-12-25
|
* chore: update rose pine themes to support markup (#1353)chunghha2021-12-25
|
* rose_pine_dawn.toml colorscheme (#1226)chunghha2021-12-03
| | | | | * adds: rose_pine_dawn.toml colorscheme * chore: define ui.statusline.inactive colors of rose_pine
* 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
* runtime: Rose Pine colorscheme (#897)Ray Gervais2021-10-25