aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-atelier-savanna.vim
AgeCommit message (Expand)Author
2021-11-07Fix LspReference highlight groups typo (#33)hungpt2702
2021-08-25Remove treesitter highlights (#26)BonaBeavis
2021-08-03Add Coc semantic token highlight groups (#25)nbn22385
2021-05-07Revert "Merge pull request #23 from cherrry/error-cursorline-fix"Fausto Núñez Alberro
2021-04-30Fix error group highlighting under cursorline.Cherry Ng
2021-03-25add support for LspDiagnosticsBonaBeavis
2021-03-19forgot makeBonaBeavis
2021-03-19improve cursorlineBonaBeavis
2021-03-18Something opinionatedBonaBeavis
2021-02-06Make WildMenu highlight easier to read/more like nvim pumFausto Núñez Alberro
2021-02-06Highlight Spell{Bad,Local,Cap,Rare} consistently to avoid clashesFausto Núñez Alberro
2021-02-06Build the whitespace highlight group changeFausto Núñez Alberro
2021-01-26Wrap Neovim-specific groups in has("nvim")Fausto Núñez Alberro
2021-01-26Support Neovim built-in LSP highlight groupsFausto Núñez Alberro
2021-01-26Support nvim-treesitter highlight groupsFausto Núñez Alberro
2021-01-26Run make with the changesFausto Núñez Alberro
2021-01-24Build the project with the changes from PR #7Fausto Núñez Alberro
2019-06-07Updates outputChris Kempson
2019-05-22Merge branch 'fix-tabs' and rebuild schemesDaniel Wennberg
2019-02-15Use local variables, don't modify a: dictDaniel Wennberg
2018-10-25Add ansi colors for vim terminalDaniel Wennberg
2018-10-08Updates outputChris Kempson
2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson
2018-03-31Fix #150Vincent Tavernier
2018-03-26Update outputJosé Luis Lafuente
2018-02-02Update outputJosé Luis Lafuente
2017-12-18Update outputJosé Luis Lafuente
2017-11-07Updates outputChris Kempson
2017-10-25Fixes issue with missing scheme slug in outputChris Kempson
2017-10-24Updates outputChris Kempson
2017-07-06Updates outputChris Kempson
2017-07-03Supports QuickFixLine plus scheme updatesChris Kempson
2017-03-26Update color schemesAnurag Soni
2017-03-12Don't set guifg for MatchParenThayne McCombs
2017-01-31Updates colors to latest schemesDaniel Rivas
2017-01-18Add support for pangloss/vim-javascriptGetkey
2017-01-12Updates outputVlad Aituganov
2016-12-28Updates outputChris Kempson
2016-12-28Updates outputChris Kempson
2016-10-27Add fugitive supportJosé Luis Lafuente
2016-10-23Remove ruby interpolation highlighting overrideAaron Williamson
2016-07-20Updates outputChris Kempson
2016-06-29Darkens the search text two shadesChris Kempson
2016-06-28Updated for Atelier plus Materia schemesChris Kempson
2016-06-28Updates colorsChris Kempson
; scrollbar: true; padding: 2px 0px 0px ; } element { border: 0; padding: 1px ; } element normal.normal { background-color: @normal-background; text-color: @normal-foreground; } element normal.urgent { background-color: @urgent-background; text-color: @urgent-foreground; } element normal.active { background-color: @active-background; text-color: @active-foreground; } element selected.normal { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } element selected.urgent { background-color: @selected-urgent-background; text-color: @selected-urgent-foreground; } element selected.active { background-color: @selected-active-background; text-color: @selected-active-foreground; } element alternate.normal { background-color: @alternate-normal-background; text-color: @alternate-normal-foreground; } element alternate.urgent { background-color: @alternate-urgent-background; text-color: @alternate-urgent-foreground; } element alternate.active { background-color: @alternate-active-background; text-color: @alternate-active-foreground; } scrollbar { width: 4px ; border: 0; handle-color: @normal-foreground; handle-width: 8px ; padding: 0; } sidebar { border: 2px dash 0px 0px ; border-color: @separatorcolor; } button { spacing: 0; text-color: @normal-foreground; } button selected { background-color: @selected-normal-background; text-color: @selected-normal-foreground; } inputbar { spacing: 0px; text-color: @normal-foreground; padding: 1px ; children: [ prompt,textbox-prompt-colon,entry,case-indicator ]; } case-indicator { spacing: 0; text-color: @normal-foreground; } entry { spacing: 0; text-color: @normal-foreground; } prompt { spacing: 0; text-color: @normal-foreground; } textbox-prompt-colon { expand: false; str: ":"; margin: 0px 0.3000em 0.0000em 0.0000em ; text-color: inherit; }