vashcheulov / astronvim_config

AstroNvim user config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My AstroNvim configuration

Some differences with base AstroNvim config

  • I changed colors for default theme, because I don't like red colored variables, I want them to be #abb2bf

Full list of changed colors (if corresponding color exists in default theme, I use it, if not - I use hex color code in README I use only hex to give better understanding of color):

  • @variable - #abb2bf #abb2bf
  • @boolean - #1BF9C4 #1BF9C4
  • @attribute - #ffcc00 #ffcc00
  • @float - #d19a66 #d19a66
  • @type.builtin - #40d9ff #40d9ff
  • @keyword - #c678dd #c678dd

About

AstroNvim user config

License:MIT License


Languages

Language:Lua 100.0%