forked from poz/niksos
I fucking hate how nvim puts a comment at the beginning of the line no matter where on the line I am
This commit is contained in:
parent
5a62295396
commit
52bfbb43cd
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@
|
|||
alpha = 0.85;
|
||||
foreground = "dee1e6";
|
||||
background = "101419";
|
||||
# Normal/regular colors (color palette 0-7)
|
||||
# Normal/regular colors (color palette 0-7)
|
||||
regular0 = "c5c8cd"; # black
|
||||
regular1 = "bd3c42"; # red
|
||||
regular2 = "69b373"; # green
|
||||
|
@ -73,7 +73,7 @@
|
|||
regular5 = "a367cb"; # magenta
|
||||
regular6 = "519bc6"; # cyan
|
||||
regular7 = "101419"; # white
|
||||
# Bright colors (color palette 8-15)
|
||||
# Bright colors (color palette 8-15)
|
||||
bright0 = "989ba0"; # bright black
|
||||
bright1 = "c24147"; # bright red
|
||||
bright2 = "6eb878"; # bright green
|
||||
|
|
Loading…
Reference in a new issue