nvim-plugins/flatwhite.git
2 years agoAdded nvim-cpm LspKind and Abbr highlights
mofiqul [Thu, 2 Dec 2021 08:10:16 +0000 (13:40 +0530)]
Added nvim-cpm LspKind and Abbr highlights

2 years agoMerge pull request #14 from axieax/main
Mofiqul [Mon, 29 Nov 2021 15:07:38 +0000 (20:37 +0530)]
Merge pull request #14 from axieax/main

Added ColorColumn highlight

2 years agoAdded ColorColumn highlight
Andrew [Mon, 29 Nov 2021 07:00:26 +0000 (18:00 +1100)]
Added ColorColumn highlight

2 years agoMerge pull request #13 from FredeEB/main
Mofiqul [Thu, 18 Nov 2021 10:05:08 +0000 (15:35 +0530)]
Merge pull request #13 from FredeEB/main

updated README.md to reflect recent changes

2 years agoupdated README.md to reflect recent changes
Frederik Braendstrup [Thu, 18 Nov 2021 08:02:28 +0000 (09:02 +0100)]
updated README.md to reflect recent changes

2 years agoMerge pull request #12 from FredeEB/main
Mofiqul [Thu, 18 Nov 2021 02:07:46 +0000 (07:37 +0530)]
Merge pull request #12 from FredeEB/main

Streamline lualine theme

2 years agoallow using a custom background for lualine
Frede Braendstrup [Wed, 17 Nov 2021 23:40:51 +0000 (00:40 +0100)]
allow using a custom background for lualine

2 years agosorted sections in lualine theme
Frede Braendstrup [Wed, 17 Nov 2021 23:34:44 +0000 (00:34 +0100)]
sorted sections in lualine theme

2 years agouse theme colors for lualine theme
Frede Braendstrup [Wed, 17 Nov 2021 23:33:03 +0000 (00:33 +0100)]
use theme colors for lualine theme

2 years agoMerge pull request #11 from FredeEB/fix-namespace-and-type
Mofiqul [Sun, 14 Nov 2021 03:23:10 +0000 (08:53 +0530)]
Merge pull request #11 from FredeEB/fix-namespace-and-type

updated TSType and TSNamespace

2 years agoupdated TSType and TSNamespace
Frede Braendstrup [Sun, 14 Nov 2021 00:53:36 +0000 (01:53 +0100)]
updated TSType and TSNamespace

2 years agoFix typo
mofiqul [Thu, 4 Nov 2021 16:36:56 +0000 (22:06 +0530)]
Fix typo

2 years agoFix typo
mofiqul [Thu, 4 Nov 2021 16:36:07 +0000 (22:06 +0530)]
Fix typo

2 years agoAdded support for transparent background #10
mofiqul [Thu, 4 Nov 2021 16:32:57 +0000 (22:02 +0530)]
Added support for transparent background #10

2 years agoAdded new screenshots
mofiqul [Thu, 4 Nov 2021 09:07:11 +0000 (14:37 +0530)]
Added new screenshots

2 years agoMentioned in README
mofiqul [Wed, 3 Nov 2021 16:36:43 +0000 (22:06 +0530)]
Mentioned  in README

2 years agoMerge pull request #9 from Mofiqul/new-improvements
Mofiqul [Wed, 3 Nov 2021 16:23:52 +0000 (21:53 +0530)]
Merge pull request #9 from Mofiqul/new-improvements

New improvements

2 years agoUpdated README
mofiqul [Wed, 3 Nov 2021 16:20:41 +0000 (21:50 +0530)]
Updated README

2 years agoAdded IndentBlanklineContextChar
mofiqul [Wed, 3 Nov 2021 16:02:27 +0000 (21:32 +0530)]
Added IndentBlanklineContextChar

2 years agoAdded LSPSaga support and consistent Telescope border
mofiqul [Wed, 3 Nov 2021 15:59:20 +0000 (21:29 +0530)]
Added LSPSaga support and consistent Telescope border

2 years agoAdded more nvim-tree highlights and nvim-com documentation border
mofiqul [Wed, 3 Nov 2021 15:40:40 +0000 (21:10 +0530)]
Added more nvim-tree highlights and nvim-com documentation border

2 years agoAdded to option to display EndOfBuffer
mofiqul [Wed, 3 Nov 2021 15:20:17 +0000 (20:50 +0530)]
Added to option to display EndOfBuffer

The `EndOfBuffer` is hidden with background color and it's intentional, so
I added a `vim.g.dracula_show_end_of_buffer` variable, if set to `true`
then `EndOfBuffer`EndOfBuffer will be shown

2 years agoCode refator
mofiqul [Wed, 3 Nov 2021 14:36:02 +0000 (20:06 +0530)]
Code refator

2 years agoAdded CompeDocumentation highlight
mofiqul [Wed, 3 Nov 2021 13:41:48 +0000 (19:11 +0530)]
Added CompeDocumentation highlight

2 years agoMerge pull request #8 from FredeEB/fix-namespace-and-type
Mofiqul [Tue, 2 Nov 2021 16:10:28 +0000 (21:40 +0530)]
Merge pull request #8 from FredeEB/fix-namespace-and-type

updated type and namespace colors

2 years agoMerge pull request #7 from FredeEB/mention-termguicolors-in-readme
Mofiqul [Tue, 2 Nov 2021 16:08:48 +0000 (21:38 +0530)]
Merge pull request #7 from FredeEB/mention-termguicolors-in-readme

Added mention of termguicolors in README

2 years agoupdated type and namespace colors
Frede Braendstrup [Sun, 31 Oct 2021 20:39:16 +0000 (21:39 +0100)]
updated type and namespace colors

this is minded on cpp, so it would have to be checked against other
filetypes, but the namespace color is very offputting, and the only
color defined inline, which makes me think it was a mistake.

I'm creating another PR here, because this part is more opinionated.

The reason I also changed the type color, is also due to the way C++
is structured. A lot of things can happen inside of template<here> so it
being the same color as keywords and operators, makes it one big
homogenous blob

2 years agoAdded mention of termguicolors in README
Frede Braendstrup [Sun, 31 Oct 2021 20:07:36 +0000 (21:07 +0100)]
Added mention of termguicolors in README

I've been trying to make this work for a couple of hours looking through
other folks configs who also use it, and it would never have occured to
me that this would be the fix for the it showing no colors

3 years agoMerge pull request #4 from ful1e5/main
Mofiqul [Mon, 11 Oct 2021 01:33:29 +0000 (07:03 +0530)]
Merge pull request #4 from ful1e5/main

refactor: dracula.vim -> dracula.lua

3 years agorefactor: dracula.vim -> dracula.lua
ful1e5 [Mon, 27 Sep 2021 05:00:26 +0000 (10:30 +0530)]
refactor: dracula.vim -> dracula.lua

3 years agoMerge pull request #3 from ericem/main
Mofiqul [Fri, 10 Sep 2021 02:08:35 +0000 (07:38 +0530)]
Merge pull request #3 from ericem/main

Add highlights for floating windows

3 years agoAdd highlights for floating windows
Eric Miller [Thu, 9 Sep 2021 13:08:39 +0000 (08:08 -0500)]
Add highlights for floating windows

3 years agoMore telescope highlights
mofiqul [Fri, 4 Jun 2021 13:15:31 +0000 (18:45 +0530)]
More telescope highlights

3 years agoFinish up
mofiqul [Fri, 4 Jun 2021 10:16:24 +0000 (15:46 +0530)]
Finish up

3 years agoFix colorscheme not found
mofiqul [Thu, 3 Jun 2021 16:44:11 +0000 (22:14 +0530)]
Fix colorscheme not found

3 years agofirst commit
mofiqul [Thu, 3 Jun 2021 16:40:15 +0000 (22:10 +0530)]
first commit