bryant-the-coder / astron.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

astron.nvim

About

A dark colorscheme based on Onedark

Showcase

Features

  • Support for multiple plugins :)
  • Bold and italic support
  • Customizable

Requirements

  • Neovim >= 0.5.0

Installation

Install the theme with your preferred package manager:

packer

use "bryant-the-coder/astron.nvim"

vim-plug

Plug "bryant-the-coder/astron.nvim"

Configurations

Configuration needs to be set BEFORE loading the color scheme with colorscheme astron

Option Default Description
astron_italic_comments true Make comments italic
astron_italic_keywords false Make keywords italic
astron_italic_booleans false Make booleans italic
astron_italic_functions false Make functions italic
astron_italic_variables false Make variables italic
-- Example in lua :)
vim.g.astron_italic_comments = true

vim.cmd[[colorscheme astron]]
" Example config in Vim Script
let g:astron_italic_functions = 1

" Load the colorscheme
colorscheme astron

Credits

This theme won't be create if it wasnt because of this wonderful peoples colorscheme

The author has written this colorscheme and I have permission to borrow this theme and modify it. The author will also use this colorscheme in the future

About

License:MIT License


Languages

Language:Lua 98.5%Language:Vim Script 1.5%