Commit Graph

102 Commits

Author SHA1 Message Date
Nate Kane
9b43f5c84c Refactored the color_helper#color_name_to_hex() function to use hex codes directly instead of calculating them (shoutout to godlygeek for the codes) 2010-12-29 20:12:10 +10:00
Nate Kane
b4b4ce9c76 Tweaked the indent_guides#cterm_highlight_colors() function so it works a bit more consistently 2010-12-29 14:43:42 +10:00
Nate Kane
51436e3677 Tweaked the indent_guides#cterm_highlight_colors() function 2010-12-22 21:44:46 +10:00
Joshua Hogendorn
b3656708cb Terminal colours are now based on the Normal BG
Instead of using the foreground and background of a search result, which
is usually designed to stand right out, the indents for terminal are now
colored according to the normal text background.
2010-12-22 10:31:06 +10:00
Joshua Hogendorn
0ebc1eb93d Fixes an error setting default colours to NONE
It needs to be NONE, not none.
2010-12-22 09:30:50 +10:00
Nate Kane
78f60359c8 Updated the readme file 2010-12-20 22:32:35 +10:00
Nate Kane
5d01603b9a Updated the help file 2010-12-20 22:30:18 +10:00
Nate Kane
14aae71298 Improved support for terminal vim 2010-12-20 22:26:45 +10:00
Nate Kane
6d903df6e7 Added early support for terminal vim 2010-12-20 21:51:02 +10:00
Nate Kane
0c0ac44889 Updated the help file and readme 2010-12-12 19:33:16 +10:00
Nate Kane
7727acbb60 Updated last change date in help file 2010-12-12 14:40:01 +10:00
Nate Kane
dae2b598bc Removed error when gvim isn't used 2010-12-12 14:37:52 +10:00
Nate Kane
a1b1818ebb Replaced the color list variable 2010-12-12 14:16:44 +10:00
Nate Kane
26c03c710a Added a check to make sure gvim is being used 2010-12-12 13:08:40 +10:00
Nate Kane
7e4e964eb6 Added more contact details to the help file 2010-12-12 10:14:19 +10:00
Nate Kane
ce150f1188 Updated the help file 2010-12-12 00:25:39 +10:00
Nate Kane
b0a5513065 Updated the readme 2010-12-12 00:14:56 +10:00
Nate Kane
dfa89fd9e2 Updated the help file 2010-12-11 23:13:31 +10:00
Nate Kane
a6bf741951 Lowered the indent levels option default to 30 2010-12-11 23:12:41 +10:00
Nate Kane
8722b7d6e1 Added a check to make sure the plugin isn't loaded more than once 2010-12-11 22:59:10 +10:00
Nate Kane
3bcd403bee Added support for colorschemes that use color names instead of hex codes 2010-12-11 20:45:07 +10:00
Nate Kane
f802cd2fb5 Lowered the color change percent option default down to 0.05 2010-12-10 23:19:39 +10:00
Nate Kane
cc79a2eca9 Refactored the darken formula in the color helper 2010-12-10 23:17:28 +10:00
Nate Kane
f0097b53f5 Updated the help file to be inline with the new changes 2010-12-09 22:49:30 +10:00
Nate Kane
5e91b15edc Refactored heaps of stuff and added autocmds 2010-12-09 22:45:09 +10:00
Nate Kane
51d44e3ebf Refactored the usage of the indent_guides_matches variable 2010-12-08 21:48:00 +10:00
Nate Kane
e1959d2540 Updated the readme yet again 2010-12-07 23:47:48 +10:00
Nate Kane
342a140517 Updated the readme 2010-12-07 23:45:07 +10:00
Nate Kane
3a8ac4e364 Screwed up the screenshot URL 2010-12-07 23:37:21 +10:00
Nate Kane
6ab2814072 Adding a readme file 2010-12-07 23:35:02 +10:00
Nate Kane
af4cf67ea4 Upped the default value of g:indent_guides_auto_colors_change_percent to 0.20 2010-12-07 23:11:09 +10:00
Nate Kane
249e98dc50 Tweaked the help file 2010-12-07 23:05:01 +10:00
Nate Kane
4e438a4338 Documented some new plugin options in the help file 2010-12-07 23:03:11 +10:00
Nate Kane
3050a20673 Rearranged the option defaults 2010-12-07 23:02:48 +10:00
Nate Kane
5666f56a6a Added more function comments and renamed all instances of 'brighten' to 'lighten' 2010-12-07 22:51:31 +10:00
Nate Kane
8d0c589f5c The plugin now automatically calculates indent highlight colors 2010-12-07 22:37:50 +10:00
Nate Kane
e17ed074a0 Changed the way option defaults are defined 2010-12-07 22:37:12 +10:00
Nate Kane
6bd76247a4 Tweaked formatting in the color_helper lib and fixed a bug in the color_helper#hex_color_brighten() function 2010-12-07 22:36:35 +10:00
Nate Kane
9752b569d9 Merge branch 'development' of github.com:nathanaelkane/vim-indent-guides into development 2010-12-07 20:01:51 +10:00
Nate Kane
98b9340c14 Tweaked the help file 2010-12-07 20:01:15 +10:00
Nate Kane
6fd0442a5d Renamed files so they have underscores instead of dashes and moved methods to autoload files 2010-12-07 20:00:59 +10:00
Nate Kane
b25680bd4f Renamed files so have underscores instead of dashes and moved methods to autoload files 2010-12-07 19:41:05 +10:00
Nate Kane
11de60a4fb Slight tweak to a function comment 2010-12-06 21:40:39 +10:00
Nate Kane
2f539bbe1f Added methods for converting between rgb and hex color formats 2010-12-06 21:30:58 +10:00
Nate Kane
8735dac62b Added mappings information to the help file 2010-12-05 20:01:34 +10:00
Nate Kane
f8c227fe78 Merge branch 'master' of git://github.com/nathanaelkane/vim-indent-guides 2010-12-05 19:46:54 +10:00
Nate Kane
b8cbf4d90e Moved help file into the correct directory 2010-12-05 19:46:46 +10:00
Nate Kane
16d8f388bd Fixed bug with highlight colors not working 2010-12-05 19:30:10 +10:00
Nate Kane
3934aba6c0 Added plugin functionality and updated help file 2010-12-05 19:16:14 +10:00
Nate Kane
ddf9cd81c3 Added some test files 2010-12-05 18:06:28 +10:00