Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(themes): add mode-specific styles to the onedark theme (#3098) | Mr. E | 2022-07-20 |
| | |||
* | theme(onedark): Remove bg for window separator (#3011) | Gokul Soumya | 2022-07-08 |
| | |||
* | Add cursorline scope for onedark theme (#2892) | Gokul Soumya | 2022-06-27 |
| | |||
* | Right align scrollbar with track in completion popup (#2754) | Gokul Soumya | 2022-06-27 |
| | | | | | - Align the scollbar to the right edge of the popup rather than at a margin of one. - Add a scrollbar track and a new scope `ui.menu.scroll`. | ||
* | Add theme scopes for indent guides | Gokul Soumya | 2022-06-21 |
| | |||
* | add missing `ui.menu` to themes, fix issues with some themes | Christoph Horn | 2022-05-20 |
| | |||
* | Add ui.virtual theme scopes for onedark theme | Gokul Soumya | 2022-04-27 |
| | |||
* | theme ui.virtual capture for existing themes | Michael Davis | 2022-04-20 |
| | |||
* | Remove dim attribute in onedark ui.linenr (#2155) | Lucy | 2022-04-18 |
| | |||
* | 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 |
| | |||
* | Update onedark theme to use new scopes (#1297) | Gokul Soumya | 2021-12-24 |
| | |||
* | Update onedark theme (#936) | Gokul Soumya | 2021-10-30 |
| | | | | | - Use named color palette - Remove blue highlight for variables (too much noise) - Add purple highlight for control statements (if, match, etc) | ||
* | Update popup and diagnostics in onedark theme | Gokul Soumya | 2021-07-30 |
| | |||
* | Update onedark theme | Gokul Soumya | 2021-07-03 |
| | | | | | Add colors for matching brace, non primary selections, inactive statusline | ||
* | Add default color for cursor match (#370) | Ivan Tham | 2021-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/themes | wojciechkepka | 2021-06-19 |