Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | theme ui.virtual capture for existing themes | Michael Davis | 2022-04-20 | |
| | ||||
* | Add tokyonight theme (#2162) | Paul Graydon | 2022-04-18 | |
| | ||||
* | Remove dim attribute in onedark ui.linenr (#2155) | Lucy | 2022-04-18 | |
| | ||||
* | Improve Dracula Theme selections (#2075) (#2077) | Aral Balkan | 2022-04-11 | |
| | ||||
* | Add dracula at night theme (#2008) | Sam Sartor | 2022-04-08 | |
| | ||||
* | [dark_plus] update tag and ui.menu.selected colors (#2014) | Kirawi | 2022-04-08 | |
| | ||||
* | [dark_plus] update markup colors (#1989) | Kirawi | 2022-04-06 | |
| | ||||
* | add boo_berry theme (#1962) | bootradev | 2022-04-05 | |
| | ||||
* | [dark_plus] remove `ui.text` background (#1950) | Kirawi | 2022-04-03 | |
| | ||||
* | Revise the color for ui.cursor.match (#1862) | Narazaki Shuji | 2022-03-25 | |
| | | | | | | - bogster.toml - solarized_dark.toml - solarized_light.toml - spacebones_light.toml | |||
* | theme: Use distinct colors for match pair and cursor for gruvbox (#1791) | Rohan Jain | 2022-03-11 | |
| | ||||
* | chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754) | chunghha | 2022-03-05 | |
| | ||||
* | Rename infobox theme scopes (#1741) | Gokul Soumya | 2022-03-04 | |
| | | | This makes it play nicely with https://github.com/helix-editor/helix/pull/1714 | |||
* | chore(theme): fix "ui.selection" for rose_pine themes (#1716) | chunghha | 2022-02-28 | |
| | ||||
* | Fix duplicate "ui.help" key. (#1713) | Gregory Oakes | 2022-02-27 | |
| | ||||
* | fix: theme: bogster: Only primary selection had a cursor style | Blaž Hrastnik | 2022-02-25 | |
| | ||||
* | chore(theme): update markup styles for rose_pine themes (#1706) | chunghha | 2022-02-24 | |
| | ||||
* | update markup styles for everforest theme (#1687) | Alex | 2022-02-21 | |
| | ||||
* | Fix hover menu item text color in base16 themes (#1668) | David Crespo | 2022-02-15 | |
| | | | | | * fix hover menu item text in base16 dark * same ix for base16_default_light and base16_terminal | |||
* | chore(theme): fix rose_pine/rose_pine_dawn themes' popup bg color (#1606) | chunghha | 2022-01-31 | |
| | ||||
* | [theme] Serika light and dark (#1566) | VuiMuich | 2022-01-24 | |
| | | | | | * add theme `serika` in light and dark variant * add `markup.*`s | |||
* | 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 `tag` to gruvbox theme (#1555) | Rohan Jain | 2022-01-22 | |
| | | | Missed in the commit 943fca332e. | |||
* | dracula theme: add markup support (#1554) | Sebastian Zivota | 2022-01-22 | |
| | ||||
* | add markup support for monokai pro themes (#1553) | WindSoilder | 2022-01-21 | |
| | ||||
* | Add modified background to dracula popup (#1434) | Stuart Hinson | 2022-01-16 | |
| | ||||
* | Add `markup.` scopes in `gruvbox` themes (#1518) | Rohan Jain | 2022-01-16 | |
| | | | As recommended by @archseer in https://github.com/helix-editor/helix/pull/1509#issuecomment-1013583069 | |||
* | Add gruvbox-light theme (#1509) | Rohan Jain | 2022-01-14 | |
| | | | Similar to `gruvbox`, add the light version as well. | |||
* | Add everforest_light, change everforest_dark string color (#1412) | WindSoilder | 2022-01-03 | |
| | ||||
* | Underline diagnostics in bogster theme (#1399) | Martin Junghanns | 2022-01-02 | |
| | ||||
* | 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 | |
| | ||||
* | Update onedark theme to use new scopes (#1297) | Gokul Soumya | 2021-12-24 | |
| | ||||
* | Add dracula theme (#1258) | Sebastian Zivota | 2021-12-20 | |
| | | | | | | | | | | | | | * Add dracula theme * remove unused colors * correctly name constant.character.escape * Change cursors and selections * add some missing ui scopes * sorting | |||
* | Add `ui.gutter` theming | NNB | 2021-12-13 | |
| | ||||
* | Use `base16_tty` as 16-color default, fix theme name | Omnikar | 2021-12-13 | |
| | ||||
* | change to .unwrap_or_default() and fix ui.window and ui.statusline | NNB | 2021-12-13 | |
| | ||||
* | Fix error color, add tty theme | NNB | 2021-12-13 | |
| | ||||
* | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 | |
| | | | | | | | | | | | | | | | | | | | | * Move `runtime/themes/base16_default_terminal.toml` to `base16_theme.toml` alongside `theme.toml` * Use `terminfo` crate to detect whether the terminal supports true color and, if the user has no theme configured and their terminal does not support true color, load the alt default theme instead of the normal default. Remove `terminfo` dependency, use `COLORTERM` env instead Prevent user from switching to an unsupported theme Add `true-color-override` option If the terminal is wrongly detected to not support true color, `true-color-override = true` will override the detection. Rename `true-color-override` to `true-color` | |||
* | Fix Base16 Dark, add Base16 Light and Terminal | NNB | 2021-12-13 | |
| | | | | Improve accuracy with line number and cursor color | |||
* | Fix solarized selection colors (#1236) | Skyler Hawthorne | 2021-12-08 | |
| | | | | | | * do not select a foreground color in selections, as this eliminates syntax coloring * select lighter color for selections * Make non-primary cursor cyan instead of green | |||
* | 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 | |||
* | add more monokai pro filter themes (#1220) | WindSoilder | 2021-12-03 | |
| | ||||
* | Add monokai pro theme (#1206) | WindSoilder | 2021-12-02 | |
| | | | | | | | | | * add monokai_pro theme * add monokai_pro theme * claim the inspired theme and original author * make diagnostic underlined | |||
* | Solarized theme: fix popup colors, adjust menu (#1124) | Skyler Hawthorne | 2021-11-20 | |
| | | | | | * fix popup colors, adjust menu * fix hardcoded horizontal rule color | |||
* | Add spacebones light theme (#1131) | Koen Van der Auwera | 2021-11-20 | |
| | | | | | * Add spacebones light theme * Fix error background | |||
* | improve nord status bar line | WindSoilder | 2021-11-16 | |
| | ||||
* | Improve Solarzed Dark theme (#1105) | Skyler Hawthorne | 2021-11-16 | |
| | | | | Adjusts the Solarized Dark theme to be modeled more closely after vim's incarnation. Also adjust the Solarized Light theme to match. | |||
* | Solarized dark theme (#999) | Kirawi | 2021-11-15 | |
| | | | | | | | * init * wip * wip | |||
* | add solarized_light theme (#1010) | CossonLeo | 2021-11-09 | |
| | | | | | * add solarized_light theme * solarized_light add constant.numeric |