1
0
mirror of https://github.com/gryf/wombat256grf.git synced 2025-12-17 03:20:22 +01:00

24 Commits

Author SHA1 Message Date
c54f6e5d6e Merge pull request #3 from coolabhays/master
added foreground color for CursorLineNr
2021-07-20 11:13:10 +02:00
coolabhays
8460c7081c added foreground color for CursorLineNr 2021-07-20 08:49:57 +05:30
98a08140ac Remove unnecessary function, realign color definitions.
Function undercurl was merged with function hi, which gained additional
argument for passing special gui attribute (underline, undercurl, bold,
strikethrough etc). Perhaps it might be a good idea to pass the
attribute to cterm either.
2021-01-19 21:07:40 +01:00
7a4ad0ccfa Rename 'highlight' function to 'hi', to conserve the space. 2021-01-19 21:05:17 +01:00
97abe4754f Remove check for old versions of Vim.
There was some check regarding specific features Vim have, like
spell check which was introduced with Vim 7.0, and even on old
repositories, the oldest version of Vim I could find is 7.4. Let's get
rid of unnecessary legacy.
2021-01-19 21:01:27 +01:00
36e2855945 Rephrase a bit comments. 2021-01-19 20:59:41 +01:00
11289281fd Dropping 88 color terminals support.
Nowadays, all significant terminals are capable for displaying at least
256 colors, that's why I decided to drop support for old 88 color, since
the approximation is pretty inaccurate for such terms.
2021-01-19 19:39:00 +01:00
fdbba1936d Fix minor formatting code. 2021-01-19 19:35:26 +01:00
4380e7a48b And finally renamed Y function to undercurl. 2021-01-19 19:11:28 +01:00
c56c0b9921 Update X function to more meaningful highlight. 2021-01-19 19:10:00 +01:00
10fc18f494 Update rgb function and its name. 2021-01-19 19:07:12 +01:00
714e81aa63 Update color function and rename it to get_color. 2021-01-19 19:02:33 +01:00
82f5f049f8 Update rgb_color function 2021-01-19 19:01:15 +01:00
23bedc8306 Update rgb_level function 2021-01-19 18:59:44 +01:00
7a8aa2c501 Update rgb_number function 2021-01-19 18:58:35 +01:00
a034c74df0 Update grey_color function 2021-01-19 18:57:06 +01:00
f9fd909771 Rewrite function for getting grey level. 2021-01-18 20:32:40 +01:00
e6dd89004f Optimize grey level approximation. 2021-01-18 20:27:02 +01:00
9ccafeec1d Remove whitespaces. 2021-01-18 20:14:43 +01:00
3b421f1495 Replace tabs with spaces. 2021-01-18 18:36:41 +01:00
25a4b5d90d Added images. 2020-06-28 19:37:26 +02:00
fd3a1d6fc9 Corrected version for colorcolumn 2017-06-14 11:35:37 +02:00
d0c9c468fa Added readme and License file 2017-05-31 21:28:35 +02:00
a15133c928 Added modified version of wombat 2017-05-31 21:25:03 +02:00