Akshay Hegde
37203c8514
Spacegray.vim v1.6
2020-12-23 00:45:45 -08:00
Akshay Hegde
a2ca1160c4
Tweak hl-Cursor to use hl-Normal, reversed
2020-12-23 00:34:23 -08:00
Akshay Hegde
1abca55653
Lighten hl-Comment foreground for readability
2020-12-23 00:34:08 -08:00
Akshay Hegde
a727ab3ba7
Match Normal background colors to the GUI version
2020-12-22 22:58:46 -08:00
Akshay Hegde
d2ddb5d7e6
Avoid setting background' unnecessarily
2020-12-22 22:58:46 -08:00
Akshay Hegde
e42c3a0ae8
Link Terminal highlight group to Normal
2020-12-22 22:22:15 -08:00
Akshay Hegde
72e31b601f
Sync hl-Title with hl-Normal
2019-02-21 23:03:46 -08:00
Akshay Hegde
5c2ac6b043
Support :terminal related highlight groups
2019-02-15 01:05:53 -08:00
Akshay Hegde
63c9e2f75a
Make VertSplit use the same background color as StatusLineNC
...
Refs #14
2018-12-27 12:07:10 -08:00
Akshay Hegde
5dfdefbe08
Revert "Merge pull request #14 from oguzbilgic/patch-1"
...
This reverts commit baf7118427
, reversing
changes made to f9e5205319
.
Refs #15
2018-12-25 13:20:02 -08:00
Oguz Bilgic
f774dedce0
Link VertSplit to StatusLineNC
2018-12-25 19:21:22 +03:00
Akshay Hegde
9a952cee86
Disable options by default
2017-11-22 19:16:52 -08:00
Akshay Hegde
d57db9f7ff
Introduce a lower contrast variant of Spacegray
2017-11-22 19:00:13 -08:00
Akshay Hegde
fcc51fc158
Use italics for inactive status line
...
This also changes the variable name from
`g:spacegray_italicize_comments` to `g:spacegray_use_italics` to reflect
the new change.
2017-11-22 19:00:13 -08:00
Akshay Hegde
adb621e3d1
Embolden search text if `spacegray_underline_search` is on
...
This drastically aids in distinguishing search text from normal text.
2016-06-04 22:10:36 -07:00
Akshay Hegde
8255162005
Add options to tweak spacegray
...
Adds italic comment support and the ability to use underline instead of
the highlight search, which makes it much more pleasing to look at, in
my opinion.
Note that the italic comment support in terminal vim requires terminal
support.
2016-05-21 20:59:58 -07:00
Akshay Hegde
fa6e1a65c1
Make gvim background color match terminal's
2015-03-27 19:59:44 -07:00
Akshay Hegde
00ffabcecc
Darken background color of Visual mode in gvim
2015-03-21 21:39:33 -07:00
Akshay Hegde
0a1296cc93
Tweak background color of number line in gvim
...
Make the LineNr background color the same as the Normal background
color. This makes the inactive (if using relative numbering) numbers
easier to read.
2015-03-21 19:39:47 -07:00
Akshay Hegde
c27f99e714
Spacegray.vim v1.4
2015-02-28 21:11:14 -08:00
Akshay Hegde
8c37a84f12
Add colors for 'Question' highlight group
2015-02-28 20:36:43 -08:00
Akshay Hegde
dd02a4dd0c
Fix a small typo
...
Exeption => Exception
2015-02-28 18:36:49 -08:00
Akshay Hegde
187f499e90
Improve diff colors.
...
Improve diff colors for legibility:
- Use black text against green background for DiffAdd
- Highlight changed text more prominently.
2015-01-24 00:45:45 -08:00
Akshay Hegde
4878e9b0c8
Spacegray v1.3
2014-12-30 17:58:06 -08:00
Akshay Hegde
a950a626bc
Slightly darken visual mode colors from previous commit.
2014-12-29 05:30:33 -08:00
Akshay Hegde
e5e22b45fc
Tweak Visual terminal colors.
...
Much easier to see what's being visually selected.
2014-12-29 04:21:14 -08:00
Akshay Hegde
32fe1b81ea
Tweak Search background color.
2014-12-28 04:26:02 -08:00
Akshay Hegde
9bc057908e
Tweak Search cterm colors to match GUI colors.
2014-12-28 03:52:18 -08:00
Akshay Hegde
23175475a9
Modify DiffRemoved highlight link (Constant => Function)
2014-12-27 22:42:34 -08:00
Akshay Hegde
e5e1c4f220
Lower contrast of Constant ctermfg color slightly.
2014-12-27 20:47:26 -08:00
Akshay Hegde
7fbb0e9227
Make conceal use normal fg colors, but not bg colors.
2014-12-27 20:23:58 -08:00
Akshay Hegde
e20d62254d
Make Type and Identifier cterm colors match the GUI ones.
2014-12-26 20:07:23 -08:00
Akshay Hegde
1b6ddaa91e
Make String cterm colors match the GUI colors as well.
2014-12-26 16:08:39 -08:00
Akshay Hegde
525dbded31
Make Constant cterm color orange to match the GUI colors.
...
- Also add License (Vim License)
2014-12-26 15:51:50 -08:00
Akshay Hegde
e0480cb8a5
Bump version.
...
For vim.org release.
2014-12-23 22:51:18 -08:00
Akshay Hegde
8507a919e9
Add highlighting for SignColumn.
2014-12-23 22:50:04 -08:00
Akshay Hegde
d7fc59b203
Darken normal cterm colors slightly.
...
This reverts commit 3a346293d
.
2014-12-18 22:31:52 -08:00
Akshay Hegde
9d8adc6198
Set WarningMsg gui color to blue.
2014-12-18 17:01:55 -08:00
Akshay Hegde
38d8230404
Fix ErrorMsg/WarningMsg term colors to match the GUI colors.
2014-12-18 15:17:30 -08:00
Akshay
3a346293d7
Brighten Normal colors for terminal to match the GUI colors.
...
With this change, the Normal text should more closely match the
Normal colors for the GUI.
2014-12-18 12:37:35 -08:00
Akshay Hegde
0b8dcaac81
Bump version.
...
- For an updated vim.org release.
2014-12-17 18:23:33 -08:00
Akshay Hegde
328bc2a163
Set a gray color for colorcolumn. (Was a distracting bright red)
2014-12-16 18:27:18 -08:00
Paul Demchuk
ef4f2dbf0c
Added some rails specific rules
2014-12-15 23:00:37 -08:00
Akshay Hegde
81e44b1dc7
Designate version number.
2014-12-14 17:05:01 -08:00
Akshay Hegde
885da349bb
Brighten Comment colors for the GUI
2014-12-14 16:59:03 -08:00
Akshay Hegde
5e49d19ae0
Update highlight links.
...
- Link SpecialChar and SpecialComment to Special group.
- Sort links.
- Add credit for links.
2014-12-14 16:41:49 -08:00
Akshay Hegde
6f3dfe4d26
Brighten Type cterm colors.
2014-12-14 16:24:15 -08:00
Akshay Hegde
b473753458
Fix Type cterm colors not being faithful to the gui color.
2014-12-14 16:20:00 -08:00
Akshay Hegde
edbf8f28b6
Fix SpecialKey colors for both cterm and gui.
2014-12-14 16:12:16 -08:00
Akshay Hegde
506b5c58df
Update message colors for cterm.
2014-12-14 16:09:41 -08:00