Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foreglow Theme for Vim / Neovim

A colorscheme family for Vim and Neovim: Foreglow (dark), Afterglow (light), Airglow (auroral), and Alpenglow (rubescent), sharing one highlight-group layout via autoload/foreglow.vim.

Installation

Using vim-plug

Plug 'Foreglow/vim'
colorscheme foreglow

Using Vundle

Plugin 'Foreglow/vim'
colorscheme foreglow

Using Packer (Neovim)

use 'Foreglow/vim'

Using lazy.nvim

{
  'Foreglow/vim',
  config = function()
    vim.cmd('colorscheme foreglow')
  end
}

Manual install

git clone https://github.com/Foreglow/vim.git
cd vim
./install.sh foreglow

install.sh installs the plugin to a single canonical pack folder, detects Neovim automatically if it's on your $PATH, and configures your .vimrc/init.vim with syntax highlighting, filetype detection, termguicolors, and the colorscheme line, all inside a managed block, so re-running with a different name updates that block in place:

./install.sh airglow

Once installed, you can also switch at runtime without re-running the script:

:colorscheme foreglow
:colorscheme afterglow
:colorscheme airglow
:colorscheme alpenglow

Color Palette

Foreglow (Dark)

Role Hex
Background #161221
Bg (alt) #1D182A
Selection #281F3D
Border #322C44
Comment #3D2556
Foreground #E8E3F2
Variable #C7BCE6
Error #E46772
Warning #F2A65A
String #F2A65A
Number #EFBF6C
Type #75C6D7
Keyword #CB81E4
Function #EC93BF

Afterglow (Light)

Role Hex
Background #F4EEE1
Bg (alt) #ECE5D5
Selection #E6D6C1
Border #CDAEA2
Comment #DFC2AA
Foreground #24163B
Variable #4D3781
Error #B12531
Warning #A25410
String #A25410
Number #955F0F
Type #1D7187
Keyword #8930A6
Function #AE296B

Airglow (Rubescent)

Role Hex
Background #0A1A1F
Bg (alt) #0F2024
Selection #0F2024
Border #2A4A50
Comment #162E34
Foreground #E0F0F5
Variable #8BC4D4
Error #E87070
Warning #D4B870
String #D4B870
Number #D4B870
Type #4AA8D0
Keyword #2EE8C8
Function #C8A0E8

Alpenglow (Auroral)

Role Hex
Background #1A0505
Bg (alt) #2D0A0A
Selection #3D1212
Border #4D1818
Comment #5A1E1E
Foreground #F5E6DC
Variable #FFA07A
Error #FF4444
Warning #FF8844
String #FF8844
Number #FF7E67
Type #E85D75
Keyword #FF6B8A
Function #FFB3C6

License

MIT © Foreglow

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages