summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make comments a bit darkerHEADmainBenjamin Linskey13 days1-1/+1
|
* Overhaul colorschemeBenjamin Linskey13 days2-95/+76
|
* Make dark background Normal color bright whiteBenjamin Linskey2023-05-171-1/+1
|
* Make Error color bright redBenjamin Linskey2023-05-171-2/+2
|
* Make Tag style underlinedBenjamin Linskey2023-05-171-2/+1
|
* Make visual color darker in light modeBenjamin Linskey2020-05-171-2/+1
|
* Change light color columnBenjamin Linskey2020-05-171-1/+2
|
* Change light background and make some improvementsBenjamin Linskey2020-05-171-19/+18
|
* Add light theme and remove bold and italicsBenjamin Linskey2020-05-171-28/+52
|
* Change search highlight colorBenjamin Linskey2020-03-191-2/+2
|
* Change visual mode highlightBenjamin Linskey2020-02-211-1/+0
|
* Don't change foreground color on ALE stylesBenjamin Linskey2020-02-021-3/+3
|
* Use color highlight for visual modeBenjamin Linskey2020-01-091-0/+1
| | | | This prevents the cursor from blending into the highlighted text.
* Fix definition of g:colors_nameBenjamin Linskey2019-10-281-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 checkBenjamin Linskey2019-10-081-4/+0
|
* Fix alignmentBenjamin Linskey2019-09-281-60/+60
| | | | Realigned code so that it's properly formatted with eight-space tabs.
* Remove color from syntax highlightingBenjamin Linskey2019-09-031-2/+2
| | | | Also made strings bold again.
* Colorize comments and stringsBenjamin Linskey2019-09-031-2/+2
|
* Use reverse attribute for Visual highlightingBenjamin Linskey2019-09-011-1/+1
|
* Change Visual color from purple to blueBenjamin Linskey2019-09-011-1/+1
|
* Make to-do comments uncoloredBenjamin Linskey2019-09-011-1/+1
|
* Make comments and strings uncoloredBenjamin Linskey2019-09-011-2/+2
|
* Fix whitespaceBenjamin Linskey2019-09-011-7/+7
|
* Change EndOfBuffer colorBenjamin Linskey2019-09-011-0/+1
|
* Change special characters from yellow to purpleBenjamin Linskey2019-09-011-1/+1
|
* Update UI colorsBenjamin Linskey2019-09-011-7/+7
| | | | | Made statusline and tabline grayscale. Also fixed some highlight link commands.
* Overhaul color schemeBenjamin Linskey2019-09-011-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 fileBenjamin Linskey2019-04-081-13/+0
|
* Add diff colorsBenjamin Linskey2019-04-081-0/+4
|
* Update commentBenjamin Linskey2019-04-081-13/+1
|
* Set Title group colorsBenjamin Linskey2019-04-081-0/+1
|
* Make comments a bit brighterBenjamin Linskey2019-04-081-1/+1
|
* Set SpecialKey colorBenjamin Linskey2019-04-081-0/+1
|
* Make comments and ColorColumn brighterBenjamin Linskey2019-04-081-2/+2
|
* Update TODOBenjamin Linskey2018-12-021-0/+1
|
* Change ALEWarning color to orangeBenjamin Linskey2018-04-171-2/+3
|
* Improve tabline and statusline appearanceBenjamin Linskey2018-04-141-4/+4
|
* Improve comment listing colorsBenjamin Linskey2018-04-142-14/+12
|
* Improve formattingBenjamin Linskey2018-04-131-64/+61
|
* Moved name definitionBenjamin Linskey2018-04-131-2/+2
| | | | The g:colors_name variable is now set immediately after the t_Co check.
* Removed unnecessary ! marks after "hi"Benjamin Linskey2018-04-131-24/+24
|
* Move and improve commentsBenjamin Linskey2018-04-131-20/+17
|
* Move TODO comments to a new fileBenjamin Linskey2018-04-132-7/+11
| | | | Also added a couple of new items.
* Improve initializationBenjamin Linskey2018-04-131-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 appearanceBenjamin Linskey2018-04-101-4/+3
| | | | Tabline numbers now match the corresponding tab title segments.
* Update ALE highlight groupsBenjamin Linskey2018-04-101-3/+3
| | | | Updated ALE groups to use colored backgrounds rather than colored text.
* Add help and ALE group highlightsBenjamin Linskey2018-04-101-0/+8
|
* Remove a commentBenjamin Linskey2018-04-091-1/+0
|
* Change string style from italics to boldBenjamin Linskey2018-04-091-1/+1
|
* Add gitcommitOverflow colorBenjamin Linskey2018-04-081-0/+2
|