aboutsummaryrefslogtreecommitdiff
path: root/lexers/themes
AgeCommit message (Expand)AuthorFilesLines
2016-12-07Move all lua related files to lua/ subfolderMarc André Tanner5-123/+0
2016-10-28theme: use better defaults for color column and cursor line styles in 16 colo...Marc André Tanner2-4/+4
2016-05-07theme: add light-16 themeDavid B. Lamkins1-0/+31
2016-05-06theme: make dark-16 use more bold font for better color contrastChristian Hesse1-14/+14
2016-04-17vis: indicate primary cursor by using a different color instead of blinkingMarc André Tanner2-2/+2
2016-03-11ui: also blink primary cursor if it is on a blank cellMarc André Tanner1-0/+1
2016-03-10ui: make primary cursor blinkMarc André Tanner1-0/+1
2016-01-17theme: change solarized theme to use the 256 degenerated colorsMarc André Tanner1-16/+16
2015-11-08theme: updated low color themeMarc André Tanner1-9/+7
2015-11-08theme: add default low color themeMarc André Tanner2-0/+33
2015-11-08ui: load syntax theme based on the number of supported colorsMarc André Tanner1-0/+0
2015-11-08vis: introduce vis namespace for lua objectsMarc André Tanner1-0/+2
2015-11-08theme: increase contrast by setting background color to blackMarc André Tanner1-1/+1
2015-11-08vis: implement :set colorcolumnMarc André Tanner1-0/+1
2015-11-08vis: implement :set cursorlineMarc André Tanner1-0/+1
2015-11-08vis: experimental support for lua/lpeg based syntax highlightingMarc André Tanner2-0/+55