Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix: remove duplicated `ui.help` in themes | Joel | 2022-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 themes | Michael Davis | 2022-04-20 |
| | |||
* | chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754) | chunghha | 2022-03-05 |
| | |||
* | chore(theme): fix "ui.selection" for rose_pine themes (#1716) | chunghha | 2022-02-28 |
| | |||
* | chore(theme): update markup styles for rose_pine themes (#1706) | chunghha | 2022-02-24 |
| | |||
* | chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606) | chunghha | 2022-01-31 |
| | |||
* | Add markup support (#1525) | NNB | 2022-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 themes | Michael Davis | 2021-12-25 |
| | |||
* | chore: update rose pine themes to support markup (#1353) | chunghha | 2021-12-25 |
| | |||
* | rose_pine_dawn.toml colorscheme (#1226) | chunghha | 2021-12-03 |
* adds: rose_pine_dawn.toml colorscheme * chore: define ui.statusline.inactive colors of rose_pine |