Commit Graph

40 Commits

Author SHA1 Message Date
Xavier Noria e65478131e revises README 2017-11-11 19:47:43 +01:00
Xavier Noria 18f3893271 a couple of tweaks for Elixir 2017-11-11 19:06:28 +01:00
Xavier Noria 543410f1e7 picks colors for diffs and :Gstatus
Green and red are copied from the title bar in the respective Todoist themes.
2017-11-11 18:07:28 +01:00
Xavier Noria 1fd4c97a58 softens the GUI black just a bit
I find #00000 to be a little too hard, trying this softened back I took from

    http://www.color-hex.com/color-palette/1405
2017-11-10 14:53:45 +01:00
Xavier Noria 4a03611255 fixes default comparison [fixes #6] 2017-10-31 08:56:23 +01:00
Xavier Noria 906eb7abb7 line under cursor preserves style 2017-10-27 11:11:08 +02:00
Xavier Noria cb8ca67160 updates screenshots 2017-10-26 22:51:15 +02:00
Xavier Noria 3f92f99506 updates screenshots 2017-10-26 22:35:55 +02:00
Xavier Noria 953f0180cc style for Elixir doctests 2017-10-26 22:17:52 +02:00
Xavier Noria 5319abcee7 defines a flag to configure comments in italics 2017-10-26 22:08:13 +02:00
Xavier Noria 21e4cd7b73 updates installation instructions 2017-10-26 22:06:00 +02:00
Xavier Noria 63fed4c57f rewritten in VimL 2017-10-26 19:44:30 +02:00
Xavier Noria 38d82fed1c regenerate the color scheme with last changes 2017-08-12 21:17:16 +02:00
Xavier Noria 1af3186b01 do not change the fg of current line highlighting 2017-08-12 21:16:41 +02:00
Xavier Noria 0850177801 let the normal color be a tad whiter 2017-08-12 21:15:53 +02:00
Xavier Noria 374d8ce8b8 let the blackish gray be darker 2017-08-12 21:15:17 +02:00
Xavier Noria 40da7ce72f update link to colors reference 2017-08-12 21:14:35 +02:00
Xavier Noria 42f90e611b Merge pull request #5 from ernesto-jimenez/master
Add Neomake styles
2017-02-07 03:41:53 -08:00
Ernesto Jiménez 2f73281da7 Add Neomake styles 2017-02-07 11:36:09 +00:00
Xavier Noria f91c9849cb pushes new scheme with ColorColumn 2016-06-07 21:15:02 +02:00
Xavier Noria 783b4a63e3 Merge pull request #4 from raphael/patch-2
Add ColorColumn colors
2016-06-07 10:32:21 -07:00
Raphaël Simon 222af44b81 Add ColorColumn colors
Use same colors as Cursor line.
2016-06-07 10:16:24 -07:00
Xavier Noria 34a4e00aa6 Merge pull request #2 from gjuniioor/master
Fix show screenshot on readme
2015-10-14 18:06:21 +02:00
Gildásio Júnior c6ac5d61c8 Update README.md
Fix git url mistake
2015-10-14 12:30:58 -03:00
Gildásio Júnior d43aafe184 Update README.md
Remove "./"s
2015-10-13 14:27:27 -03:00
gjuniioor dbd14fa762 Remove needless screenshot file 2015-10-13 03:58:57 -03:00
gjuniioor 60bb27b346 Fix bug to show screenshots 2015-10-13 03:57:58 -03:00
Xavier Noria a963ce3f46 styles for popup menus 2014-01-30 10:22:51 +01:00
Xavier Noria 801f32a5c5 better sblue equivalent for cterm
Thanks to @badshark.
2014-01-06 00:54:42 +01:00
Xavier Noria 5128bf7130 simplify generator 2014-01-04 23:34:05 +01:00
Xavier Noria 64a33d97cb use slate blue for Elixir delimiters 2014-01-04 01:44:59 +01:00
Xavier Noria 7a2fb41e88 descrease heading levels in README 2014-01-04 00:50:04 +01:00
Xavier Noria ee9617d4c1 add screenshots for several programming languages 2014-01-04 00:45:23 +01:00
Xavier Noria 347a28aedf let function in JavaScript be highlited 2014-01-04 00:28:16 +01:00
Xavier Noria 5df8598514 let Types stand out
The initial style for Type was influenced by Ruby. But editing C code wih no
highlighting for types does not feel right to me. Let's do it the other way
around, silence rubyConstant which are clear because they start with an upper
case letter and there are so many that they would become noisy, and highlight
types by default.

Let's see how it works for other languages.
2014-01-03 17:32:43 +01:00
Xavier Noria def831aaea fixes the style of helpNote
helpNote is linked to Todo and regular English like "Note such and such" get
highligthed in help files, which is wrong.

Since cTodo, rubyTodo, etc. link to Todo, it seems it is better to add a
dedicated style for helpNote, rather than removing Todo and adding style
to all possible *Todo groups out there.
2014-01-02 16:51:54 +01:00
Xavier Noria 88776a194e generated comment about the generation 2014-01-01 18:10:56 +01:00
Xavier Noria 19cf02d176 add support for folding 2014-01-01 17:58:20 +01:00
Xavier Noria e014c89fd2 revises the style of the groups Search and Todo
The Search group conflicted with the cursor colors and you just could not see
which was the match the cursor was on. We are going to switch to the slate blue
here.

Because of that we revise the background of the less common Todo notes. Since
they need to be apparent this patch introduces a strong bold black on yellow.
2014-01-01 15:16:07 +01:00
Xavier Noria c1c00a287d initial draft 2013-12-31 19:23:33 +01:00