Commit Graph

78 Commits

Author SHA1 Message Date
Jake Bauer 62219d96ea Add TabLine styling 2023-03-07 17:41:08 -05:00
Jake Bauer 720b21cb94 Fix spelling mistake in comment 2022-09-24 13:20:18 -04:00
Jake Bauer 05b0265df4 Remove Troubleshooting section in README
It's no longer necessary since regular 0-15 terminal colours are not
used anymore. Everything is defined in terms of 256-colour numbers so
there shouldn't be any colour conflicts or weird behaviour. (Shouldn't
be™).
2022-08-28 17:30:45 -04:00
Jake Bauer 193ee80037 Re-arrange definition of Diff Mode colours 2022-08-28 17:30:34 -04:00
Jake Bauer fca2d50ce1 Tweak light theme green and blue colours 2022-08-28 17:30:18 -04:00
Jake Bauer 15bc05b951 Improve dark theme colours
Colours are now defined in terms of 256-colour (i.e. >15) codes which
means there shouldn't be any awkwardness with terminal colour schemes.

Colours are also improved to have better contrast and more logical
naming.
2022-08-28 10:06:33 -04:00
Jake Bauer 322e6ef250 Improve light theme colours
Colours are now defined in terms of 256-colour (i.e. >15) codes which
means there shouldn't be any awkwardness with terminal colour schemes.

Colours are also improved to have better contrast and more logical
naming.
2022-08-27 23:37:32 -04:00
Jake Bauer 7dc16d7e47 Fix black borders in monochrome-light screenshot 2022-08-26 22:11:59 -04:00
Jake Bauer 524db080d4 Update README 2022-08-26 22:11:47 -04:00
Jake Bauer 41131630da Add/Fix missing colour definitions 2022-08-26 22:04:03 -04:00
Jake Bauer e264bde93e Update README 2022-08-26 21:22:48 -04:00
Jake Bauer 0ee7374307 Update docs 2022-08-26 20:57:10 -04:00
Jake Bauer ff2fd274b2 Update copyright 2022-08-26 20:56:28 -04:00
Jake Bauer bb50522114 Fix issues with both colourschemes 2022-08-26 20:51:57 -04:00
Jake Bauer 795ea1ea4c Add light version 2022-08-26 18:51:09 -04:00
Jake Bauer 289ae279c5 Make black consistent with hex code 2022-08-26 18:44:43 -04:00
Jake Bauer 85f2e8d0dc Shrink image 2021-10-18 17:12:08 -04:00
Jake Bauer fbf896def8 Fix typo in README 2021-10-18 17:12:03 -04:00
Jake Bauer 187122c3fd Attempt rendering of image in README on sourcehut 2021-10-18 17:09:47 -04:00
Jake Bauer 0781a7ad24 Add LICENSE 2021-10-18 17:06:30 -04:00
Xavier Noria 77017c54b0
Merge pull request #15 from bradens-forks/master
Inverted MatchParen colors
2021-08-27 11:37:00 +02:00
Braden Best 0914b66dc4
Inverted MatchParen colors
This has been driving me crazy ever since I first got this colorscheme: when you go over a bracket, it highlights the opposite bracket, but the cursor's current position turns invisible, which is extremely confusing. Inverting it makes the current cursor position visible as normal while letting the match mostly blend into the background. I added an underline to it to make it slightly more visible. Bold doesn't seem to work.
2021-08-25 09:48:41 -06:00
Xavier Noria 34abe27b75
Merge pull request #12 from jafarlihi/master
Fix default_bg check on guibg/ctermbg if condition
2019-05-08 09:28:17 +02:00
Hikmat Jafarli 88b0b1c077 Fix default_bg check on guibg/ctermbg if condition 2019-05-08 09:38:25 +04:00
Xavier Noria e0140b22fe
Merge pull request #11 from jafarlihi/master
Don't set guibg/ctermbg to default_bg
2019-05-07 20:44:24 +02:00
Hikmat Jafarli 357c560632 Don't set guibg/ctermbg to default_bg 2019-05-07 22:32:27 +04:00
Xavier Noria 2fe7123e81 defines style for signs [closes #9]
Thanks to @saalaa.
2018-09-26 16:33:24 +02:00
Xavier Noria a30f02c1ee
Merge pull request #8 from bradens-forks/master
Changed listchars (:set list) highlight color so it looks more distin…
2018-05-22 14:36:51 +02:00
bradenbest b76da8e6e4 small tweak
Changed SpecialKey background from black to default_bg.
2018-05-21 18:15:59 -06:00
bradenbest dbfbc70b98 Changed listchars (:set list) highlight color so it looks more distinct from regular text and is thus easier to read 2018-05-19 19:53:29 -06:00
Xavier Noria a0a35fe057 revises the color of the cursor line
The color for the cursor line was meant to be just a tad less
darker than the original #00000 background, but the contrast
was no longer visible with the current softened black.

I have been looking for a dark cursor line that is visible
but blends well with the background, I like it to be just a
nuance, a subtle visual hint. To be honest I am still not
totally convinced by this shade of gray, I took it from

    https://www.w3schools.com/colors/colors_shades.asp

I believe I would prefer it to be a little darkish but by
now let's push this so that at least it will work and will
have aesthetics close enough to my taste.

Thanks to @eparreno for feedback on this.
2017-11-23 21:44:08 +01:00
Xavier Noria fbbc4ac6c5 Overwrite the default underline in CursorLine
Thanks to @eparreno for pointing out this one.
2017-11-21 16:05:59 +01:00
Xavier Noria 35dda57931 style for ErrorMsg 2017-11-19 02:24:16 +01:00
Xavier Noria 3df1caac16 reorganizes the code 2017-11-19 01:18:54 +01:00
Xavier Noria 5aaef1786b updates screeshot 2017-11-19 00:23:44 +01:00
Xavier Noria 55bd37f5bc tweaks for Elixir 2017-11-18 22:48:39 +01:00
Xavier Noria db4772b759 no need to set term
term= configures highlighting for non-color terminals, this
scheme does not support them.
2017-11-16 20:19:54 +01:00
Xavier Noria 9c5b62bc09 prefer red/green backgrounds for diffs 2017-11-11 20:02:34 +01:00
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