Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Highlight active window in Autumn theme (#2531) | Jens Getreu | 2022-05-22 |
| | | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu> | ||
* | 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" } ``` | ||
* | Autumn theme: improve markup highlighting (#2270) | Jens Getreu | 2022-04-25 |
| | | | Co-authored-by: Jens Getreu <jens.getreu@dlh.lu> | ||
* | Add `autumn` theme (#2212) | Jens Getreu | 2022-04-22 |
Co-authored-by: Jens Getreu <jens.getreu@dlh.lu> |