Commit graph

44 commits

Author SHA1 Message Date
Andrea Leopardi b185ecf054 Merge pull request #22 from gutierri/master
Table with color palette on README
2015-11-13 14:47:58 +01:00
Gutierri Barboza e19db9e757 create table with color palette 2015-11-13 00:39:01 -02:00
Andrea Leopardi 3c5c6130b8 Merge pull request #21 from yelfathi/master
Add syntax support for Python (klen/python-mode)
2015-09-30 10:21:21 -05:00
yelfathi dbf64dddf1 Add syntax support for Python (klen/python-mode) 2015-09-30 09:19:25 +02:00
Andrea Leopardi 6486e10a22 Merge pull request #18 from benjumanji/feat/unite-colors
refactor: Unite support without touching internals
2015-03-12 17:02:25 +01:00
Ben Edwards b2fcd39a0b refactor: Unite support without touching internals
g:unite_source_grep_search_word_highlight takes a highlight group as an
argument, so create our own highlight group and assign it, rather than
override the internal highlight group name directly.
2015-03-12 12:22:07 +00:00
Andrea Leopardi fecea14417 Add (very small) support for unite.vim
Thanks to the help of @benjumanji, I added custom highlighting for unite.vim's
grep search results (white fg on a green bg so that they stand out).
This may not be a very stable solution since it relies on unite.vim internals,
but hey, c'est la vie.
2015-03-11 15:41:52 +01:00
Andrea Leopardi e3b303680e Update the copyright to include 2015 2015-02-23 16:10:30 +01:00
Andrea Leopardi 9eece9d676 Darken the SpecialKey group
Closes #16

The `SpecialKey` group was highlighted as "base4", which admittedly was a little
too bright. "base3" should be good.
2015-01-23 12:56:37 +01:00
Andrea Leopardi 4eca2994ef Merge pull request #15 from igas/patch-1
Fix lightline setting
2015-01-07 10:35:31 +01:00
Igor Kapkov cdb85772a6 Fix lightline setting 2015-01-06 14:01:45 +08:00
Andrea Leopardi 5c7ec0f42f Merge pull request #14 from gummesson/lightline
Add Lightline theme
2014-12-28 23:34:00 +01:00
Ellen Gummesson dce31d59cf Use a dark blue background. 2014-12-28 20:15:41 +01:00
Ellen Gummesson 0ed5555d71 Add instructions. 2014-12-28 20:00:51 +01:00
Ellen Gummesson b5ca8364a9 Add gotham256. 2014-12-28 19:55:24 +01:00
Ellen Gummesson 05577a4694 Add gotham. 2014-12-28 19:55:00 +01:00
Andrea Leopardi 432315077e Highlight the Conceal group 2014-11-18 01:06:54 +01:00
Andrea Leopardi 4b07e83e7c Even out the regular and the 256 colors versions
Some stuff was missing from the 256 colors version:

- the improved diffing from #13
- the directory highlighting
2014-10-12 19:19:19 +02:00
Andrea Leopardi 9aa11a0a80 Polish the README with contributors and other stuff 2014-10-12 01:05:11 +02:00
Andrea Leopardi e54eae6cae Merge pull request #13 from aerosol/issue-12-more-intuitive-diff-highlights
Improve diff highlights
2014-10-12 00:54:37 +02:00
Adam Rutkowski cf66c20843 Improve diff highlights 2014-10-11 22:04:00 +02:00
Andrea Leopardi d12e632601 Merge pull request #11 from FriedSock/master
Make CursorColumn the same as CursorLine
2014-10-09 15:45:30 +02:00
Jack Bracewell dcd5a50808 Make CursorColumn the same as CursorLine
- These two highlight groups are the same by default, should keep
them that way.

- The motivation behind this is to make the scheme more compatible
with the vim-paren-crosshairs plugin
2014-10-09 14:20:53 +01:00
Andrea Leopardi a91d7ffa53 Mention the Emacs port in the README 2014-10-09 15:18:13 +02:00
Andrea Leopardi 37f2b4418b Support 'fillchars'
Since I don't use the `fillchars` options (I have no chars separating vertical
splits, I find the bg highlighting to be enough), I set the same bg and fg
colors for the VertSplit group. This commit fixes this by highlighting VertSplit
with the same bg as SignColumn and LineNr and with a slightly lighter fg.

These ideas come from #10 from @wedgwood. Thanks!
2014-10-09 14:49:11 +02:00
Andrea Leopardi 6826554c3a Highlight the status line properly
Close #9

I thought the foreground color of StatusLine and StatusLineNC impacted the space
in the status line between two vertical splits. I was wrong; that's the
background color.

Before this commit, the status line in an inactive window was "invisible" (same
bg and fg).  I made the default status line a little brighter and changed the
fg of the inactive status line so that now it works like it should.
2014-10-09 09:43:58 +02:00
Andrea Leopardi 855270f34d Fix a *very* minor but critical typo
Close #7

`g:colors_name` was set to 'gotham-256' instead of 'gotham256' as the result of
a typo. Bad!
2014-10-07 11:59:58 +02:00
Andrea Leopardi eba6e60bbf Add some highlight groups and fix some minor bugs
Close #6

- I highlighted the 'Directory' group
- I gave the 'Cursor' group a foreground color because, without one, Normal fg
  would be the same as Cursor bg, causing the text to be invisible (only in GUI)
  vim
2014-10-07 10:18:16 +02:00
Andrea Leopardi a461ff0ed5 Add ColorColumn support to the 256 colors version too 2014-10-03 17:10:13 +02:00
Andrea Leopardi b906b7ab25 Merge branch 'master' of github.com:whatyouhide/vim-gotham
* 'master' of github.com:whatyouhide/vim-gotham:
  Add ColorColumn support
2014-10-03 17:08:51 +02:00
Andrea Leopardi 4d44c41565 Support for 256 colors for Airline, update docs 2014-10-03 17:07:54 +02:00
Andrea Leopardi 02f15ad37c Add a 256 colors version of the colorscheme
@scottchiefbaker proposed a 256 colors version of Gotham in #1, but I didn't
feel like losing the accuracy of the tailored 16 colors against the portability
and ease of use (no terminal emulator colorscheme needed) of the 256 colors.

This commit adds a gotham-256 version of the colorscheme so that everyone is
able to choose what version to use.

There are a ton of things that could be extracted (maybe into `autoload/`), but
for now I'm leaving this untouched in order to avoid extra boot time when
loading an external file in `autoload/`.
2014-10-03 16:46:13 +02:00
Andrea Leopardi 7d9d062c8f Merge pull request #4 from stayradiated/master
Add ColorColumn support
2014-10-02 23:40:58 +02:00
George Czabania 6144dd77ac Add ColorColumn support 2014-10-03 10:17:27 +13:00
Andrea Leopardi ce5005393d Update the README to point to gotham-contrib 2014-10-02 20:45:15 +02:00
Andrea Leopardi 38cdf5d731 Vim-only repository 2014-09-29 12:22:11 +02:00
Andrea Leopardi 873c34c4db Unify into a single repository 2014-09-29 11:55:03 +02:00
Andrea Leopardi 3e6010da87 Minor adjustments, support for native tabline 2014-09-28 21:56:13 +02:00
Andrea Leopardi 724f875c2a Markdown-tailored highlights 2014-09-27 20:21:25 +02:00
Andrea Leopardi 32dfe8d42a Diffing, spelling and README 2014-09-27 20:16:55 +02:00
Andrea Leopardi 7b105befdb Terminal colors, yay (at least with iTerm) 2014-09-27 19:24:20 +02:00
Andrea Leopardi 58c2a105e5 Add (gui) highlighting for the tab line 2014-09-26 00:13:22 +02:00
Andrea Leopardi 3945be957b Refine colors and add an airline theme 2014-09-25 23:59:13 +02:00
Andrea Leopardi 63e1c3dd92 First commit 2014-09-25 11:43:32 +02:00