| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make comments a bit darkerHEADmain | Benjamin Linskey | 13 days | 1 | -1/+1 |
| | | |||||
| * | Overhaul colorscheme | Benjamin Linskey | 13 days | 2 | -95/+76 |
| | | |||||
| * | Make dark background Normal color bright white | Benjamin Linskey | 2023-05-17 | 1 | -1/+1 |
| | | |||||
| * | Make Error color bright red | Benjamin Linskey | 2023-05-17 | 1 | -2/+2 |
| | | |||||
| * | Make Tag style underlined | Benjamin Linskey | 2023-05-17 | 1 | -2/+1 |
| | | |||||
| * | Make visual color darker in light mode | Benjamin Linskey | 2020-05-17 | 1 | -2/+1 |
| | | |||||
| * | Change light color column | Benjamin Linskey | 2020-05-17 | 1 | -1/+2 |
| | | |||||
| * | Change light background and make some improvements | Benjamin Linskey | 2020-05-17 | 1 | -19/+18 |
| | | |||||
| * | Add light theme and remove bold and italics | Benjamin Linskey | 2020-05-17 | 1 | -28/+52 |
| | | |||||
| * | Change search highlight color | Benjamin Linskey | 2020-03-19 | 1 | -2/+2 |
| | | |||||
| * | Change visual mode highlight | Benjamin Linskey | 2020-02-21 | 1 | -1/+0 |
| | | |||||
| * | Don't change foreground color on ALE styles | Benjamin Linskey | 2020-02-02 | 1 | -3/+3 |
| | | |||||
| * | Use color highlight for visual mode | Benjamin Linskey | 2020-01-09 | 1 | -0/+1 |
| | | | | | This prevents the cursor from blending into the highlighted text. | ||||
| * | Fix definition of g:colors_name | Benjamin Linskey | 2019-10-28 | 1 | -2/+2 |
| | | | | | | | | The g:colors_name variable was being overwritten by "highlight clear", causing ":colorscheme" to output "default" after this color scheme was loaded. Moved the variable definition to a later stage of the script to fix this. | ||||
| * | Remove 256-color check | Benjamin Linskey | 2019-10-08 | 1 | -4/+0 |
| | | |||||
| * | Fix alignment | Benjamin Linskey | 2019-09-28 | 1 | -60/+60 |
| | | | | | Realigned code so that it's properly formatted with eight-space tabs. | ||||
| * | Remove color from syntax highlighting | Benjamin Linskey | 2019-09-03 | 1 | -2/+2 |
| | | | | | Also made strings bold again. | ||||
| * | Colorize comments and strings | Benjamin Linskey | 2019-09-03 | 1 | -2/+2 |
| | | |||||
| * | Use reverse attribute for Visual highlighting | Benjamin Linskey | 2019-09-01 | 1 | -1/+1 |
| | | |||||
| * | Change Visual color from purple to blue | Benjamin Linskey | 2019-09-01 | 1 | -1/+1 |
| | | |||||
| * | Make to-do comments uncolored | Benjamin Linskey | 2019-09-01 | 1 | -1/+1 |
| | | |||||
| * | Make comments and strings uncolored | Benjamin Linskey | 2019-09-01 | 1 | -2/+2 |
| | | |||||
| * | Fix whitespace | Benjamin Linskey | 2019-09-01 | 1 | -7/+7 |
| | | |||||
| * | Change EndOfBuffer color | Benjamin Linskey | 2019-09-01 | 1 | -0/+1 |
| | | |||||
| * | Change special characters from yellow to purple | Benjamin Linskey | 2019-09-01 | 1 | -1/+1 |
| | | |||||
| * | Update UI colors | Benjamin Linskey | 2019-09-01 | 1 | -7/+7 |
| | | | | | | Made statusline and tabline grayscale. Also fixed some highlight link commands. | ||||
| * | Overhaul color scheme | Benjamin Linskey | 2019-09-01 | 1 | -69/+72 |
| | | | | | | | Completely reworked the color scheme to use only the 16 ANSI color codes. Added a bit more color for functional purposes, but syntax highlighting is still limited to comments and strings. | ||||
| * | Remove TODO file | Benjamin Linskey | 2019-04-08 | 1 | -13/+0 |
| | | |||||
| * | Add diff colors | Benjamin Linskey | 2019-04-08 | 1 | -0/+4 |
| | | |||||
| * | Update comment | Benjamin Linskey | 2019-04-08 | 1 | -13/+1 |
| | | |||||
| * | Set Title group colors | Benjamin Linskey | 2019-04-08 | 1 | -0/+1 |
| | | |||||
| * | Make comments a bit brighter | Benjamin Linskey | 2019-04-08 | 1 | -1/+1 |
| | | |||||
| * | Set SpecialKey color | Benjamin Linskey | 2019-04-08 | 1 | -0/+1 |
| | | |||||
| * | Make comments and ColorColumn brighter | Benjamin Linskey | 2019-04-08 | 1 | -2/+2 |
| | | |||||
| * | Update TODO | Benjamin Linskey | 2018-12-02 | 1 | -0/+1 |
| | | |||||
| * | Change ALEWarning color to orange | Benjamin Linskey | 2018-04-17 | 1 | -2/+3 |
| | | |||||
| * | Improve tabline and statusline appearance | Benjamin Linskey | 2018-04-14 | 1 | -4/+4 |
| | | |||||
| * | Improve comment listing colors | Benjamin Linskey | 2018-04-14 | 2 | -14/+12 |
| | | |||||
| * | Improve formatting | Benjamin Linskey | 2018-04-13 | 1 | -64/+61 |
| | | |||||
| * | Moved name definition | Benjamin Linskey | 2018-04-13 | 1 | -2/+2 |
| | | | | | The g:colors_name variable is now set immediately after the t_Co check. | ||||
| * | Removed unnecessary ! marks after "hi" | Benjamin Linskey | 2018-04-13 | 1 | -24/+24 |
| | | |||||
| * | Move and improve comments | Benjamin Linskey | 2018-04-13 | 1 | -20/+17 |
| | | |||||
| * | Move TODO comments to a new file | Benjamin Linskey | 2018-04-13 | 2 | -7/+11 |
| | | | | | Also added a couple of new items. | ||||
| * | Improve initialization | Benjamin Linskey | 2018-04-13 | 1 | -3/+8 |
| | | | | | | | | Cleaned up and improved the initialization code, fixing a couple of errors reported by the check_colors.vim script. The script now requires that t_Co be set to at least 256 and checks whether syntax highlighting is enabled before issuing "syntax reset". | ||||
| * | Improve tabline number appearance | Benjamin Linskey | 2018-04-10 | 1 | -4/+3 |
| | | | | | Tabline numbers now match the corresponding tab title segments. | ||||
| * | Update ALE highlight groups | Benjamin Linskey | 2018-04-10 | 1 | -3/+3 |
| | | | | | Updated ALE groups to use colored backgrounds rather than colored text. | ||||
| * | Add help and ALE group highlights | Benjamin Linskey | 2018-04-10 | 1 | -0/+8 |
| | | |||||
| * | Remove a comment | Benjamin Linskey | 2018-04-09 | 1 | -1/+0 |
| | | |||||
| * | Change string style from italics to bold | Benjamin Linskey | 2018-04-09 | 1 | -1/+1 |
| | | |||||
| * | Add gitcommitOverflow color | Benjamin Linskey | 2018-04-08 | 1 | -0/+2 |
| | | |||||