28 Commits

Author SHA1 Message Date
Almaz
bd199dfa76 Add Selection colors for alacritty (#283) 2021-08-12 12:04:51 -04:00
Josh Dick
ad9610cdab Overhaul 16-color styling (#271)
Includes regenerated terminal themes.
2021-07-11 20:00:38 -04:00
nstetter
1a4c75beeb Add KDE Konsole colorscheme (#265)
Resolves #264.
2021-06-21 23:56:36 -04:00
Josh Dick
181a7866bc Terminal color tweaks. (#201)
* Add KiTTY configuration (manually; could potentially use
  https://github.com/stayradiated/termcolors/pull/17/ in the future)
* Tweak foreground/background/white/black colors to be visually distinct
  from one another

Closes #200.
2020-01-20 17:34:29 -05:00
Josh Dick
af3c27193d Stop using doT for templating; dependency updates 2019-08-06 13:28:29 -04:00
Josh Dick
63b69b9f62 Fix alacritty cursor colors configuration.
Closes #168.

Thanks to @chunkhang.
2019-05-29 00:43:49 -04:00
Johannes M
7e03caaaf1 Add alacritty support (#132) 2018-08-23 12:06:46 -04:00
Josh Dick
d94b5df94b Tweak terminal color scheme selection colors to be more sensible.
Fixes #104.
2017-06-01 18:34:33 -04:00
Josh Dick
b5827a2842 Allow users to override color definitions. Closes #101.
Thanks @FredDeschenes!
2017-05-15 14:40:25 -04:00
Josh Dick
8d2720a7a7 Tweaks and Updates (#100)
* Change comment style to use folds, in turn necessitating changing the template delimeters

* Add "Underlined" styling

* Update the gui gutter foreground color

* Automatically generate terminal color palette files

* README.md: Add 'Relatives of onedark.vim' section

* README.md tweaks to (hopefully) make installation and troubleshooting easier.

* README.md: Update preview image information

* README.md: Re-update preview image information

* README.md: Fixed wording about italics troubleshooting screenshot

* README.md: "setting" -> "option" where appropriate

* README.md: Fix typos
2017-05-11 11:22:53 -04:00
Josh Dick
22c8bb6067 Move set background=dark to the end of the colorscheme to work around a Vim oddity. 2017-05-09 19:23:47 -04:00
Steve Dignam
32eee7a26b Updated git commit color so header overflow is red (#96) 2017-04-25 16:36:37 -04:00
Josh Dick
13eb0d70ea Add styling. Fixes #95. 2017-04-19 21:11:37 -04:00
Josh Dick
f75c24c3bd Change IncSearch styling so that it's different from Search. Fixes #94. 2017-03-24 16:43:23 -04:00
Simon Smith
bb671ee5a1 Highlight JS generator asterisk (#93) 2017-03-14 01:12:44 -04:00
Simon Smith
72d319fbec Update LESS syntax highlighting (#92) 2017-03-06 08:49:46 -08:00
Simon Smith
0099abf4f3 Update Sass syntax highlighting (#88)
vim-polyglot has removed the sass syntax highlighting in favour of a
[third party scss version](https://github.com/sheerun/vim-polyglot/pull/173).
This adds few colours to keep it consistent.
2017-03-01 16:46:18 -08:00
Simon Smith
053029a621 Reorder code block 2017-02-27 15:57:45 +00:00
Simon Smith
627ba62669 Add minor improvement to Go syntax 2017-02-27 15:56:05 +00:00
Simon Smith
4921d4d625 Update Perl syntax highlighting
Add comment colour for usage blocks
https://github.com/joshdick/onedark.vim/pull/90#issuecomment-282690117
2017-02-27 15:50:14 +00:00
Vitaliy Viflinzider
8c3157684f Add Perl syntax highlighting
Fixes #91
Fixes #90
2017-02-27 15:46:31 +00:00
Josh Dick
9cace4bab9 airline template: Add missing whitespace 2017-02-24 01:36:55 -05:00
Josh Dick
b8dc05dfb1 Add definition for SpecialComment highlight group.
Ommitted italics so it will still constrast with the regular Comment highlight group.

Fixes #87.
2017-02-23 22:21:37 -05:00
Josh Dick
031cb1addd Darker gray for #85. 2017-02-23 19:03:10 -05:00
Josh Dick
e7a99e4470 Support 16-color mode in airline and lightline templates.
Hopefully fixes #85 for real this time. :)
2017-02-23 18:20:36 -05:00
Josh Dick
d5cc6e70f8 Fix airline "transparent" background in 16-color mode.
Fixes #85.
2017-02-23 16:45:38 -05:00
Josh Dick
cd7703d75e Even *clearer* colors in diff mode.
Fixes #84.
2017-02-21 18:17:51 -05:00
Josh Dick
92fd37ee12 Build system that centralizes color definitions (#81)
* Initial stab at a build system in order to centralize color definitions.

* Flesh out the build system more and add contribution guidelines.

Still missing airline template.

* Templatize airline theme
2017-02-19 13:27:49 -05:00