summaryrefslogtreecommitdiff
path: root/.config/nvim/themes
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/themes')
-rw-r--r--.config/nvim/themes/airline.vim20
-rw-r--r--.config/nvim/themes/anderson.vim13
-rw-r--r--.config/nvim/themes/base16.vim18
-rw-r--r--.config/nvim/themes/citylights.vim9
-rw-r--r--.config/nvim/themes/deepspace.vim16
-rw-r--r--.config/nvim/themes/dogrun.vim13
-rw-r--r--.config/nvim/themes/github.vim12
-rw-r--r--.config/nvim/themes/githubsy.vim13
-rw-r--r--.config/nvim/themes/hogwarts.vim12
-rw-r--r--.config/nvim/themes/nord.vim17
-rw-r--r--.config/nvim/themes/onedark.vim23
-rw-r--r--.config/nvim/themes/spaceline.vim2
-rw-r--r--.config/nvim/themes/spaceway.vim19
-rw-r--r--.config/nvim/themes/wal.vim7
14 files changed, 0 insertions, 194 deletions
diff --git a/.config/nvim/themes/airline.vim b/.config/nvim/themes/airline.vim
deleted file mode 100644
index f6f73b4..0000000
--- a/.config/nvim/themes/airline.vim
+++ /dev/null
@@ -1,20 +0,0 @@
-" enable tabline
-let g:airline#extensions#tabline#enabled = 1
-let g:airline#extensions#tabline#left_sep = ''
-let g:airline#extensions#tabline#left_alt_sep = ''
-let g:airline#extensions#tabline#right_sep = ''
-let g:airline#extensions#tabline#right_alt_sep = ''
-
-" enable powerline fonts
-let g:airline_powerline_fonts = 1
-let g:airline_left_sep = ''
-let g:airline_right_sep = ''
-
-" Switch to your current theme
-let g:airline_theme = 'pywal'
-
-" Always show tabs
-set showtabline=2
-
-" We don't need to see things like -- INSERT -- anymore
-set noshowmode
diff --git a/.config/nvim/themes/anderson.vim b/.config/nvim/themes/anderson.vim
deleted file mode 100644
index 6c294e9..0000000
--- a/.config/nvim/themes/anderson.vim
+++ /dev/null
@@ -1,13 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-
-syntax on
-colorscheme anderson
-
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/base16.vim b/.config/nvim/themes/base16.vim
deleted file mode 100644
index 544d9d5..0000000
--- a/.config/nvim/themes/base16.vim
+++ /dev/null
@@ -1,18 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-hi Comment cterm=italic
-
-syntax on
-set background=dark
-colorscheme base16-classic-dark
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- let base16colorspace=256 " Access colors present in 256 colorspace
- let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
- let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
- hi SignColumn ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/citylights.vim b/.config/nvim/themes/citylights.vim
deleted file mode 100644
index a1c496f..0000000
--- a/.config/nvim/themes/citylights.vim
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax on
-colorscheme citylights
-
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/deepspace.vim b/.config/nvim/themes/deepspace.vim
deleted file mode 100644
index ad1c213..0000000
--- a/.config/nvim/themes/deepspace.vim
+++ /dev/null
@@ -1,16 +0,0 @@
-
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-set background=dark
-set termguicolors
-colorscheme deep-space
-
-syntax on
-
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/dogrun.vim b/.config/nvim/themes/dogrun.vim
deleted file mode 100644
index a100cbd..0000000
--- a/.config/nvim/themes/dogrun.vim
+++ /dev/null
@@ -1,13 +0,0 @@
-
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-
-syntax on
-colorscheme dogrun
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/github.vim b/.config/nvim/themes/github.vim
deleted file mode 100644
index 259a086..0000000
--- a/.config/nvim/themes/github.vim
+++ /dev/null
@@ -1,12 +0,0 @@
-
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-syntax on
-colorscheme github
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/githubsy.vim b/.config/nvim/themes/githubsy.vim
deleted file mode 100644
index f825249..0000000
--- a/.config/nvim/themes/githubsy.vim
+++ /dev/null
@@ -1,13 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-syntax on
-colorscheme githubsy
-
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- set t_Co=256
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/hogwarts.vim b/.config/nvim/themes/hogwarts.vim
deleted file mode 100644
index 09058bf..0000000
--- a/.config/nvim/themes/hogwarts.vim
+++ /dev/null
@@ -1,12 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-
-syntax on
-colorscheme hogwarts
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/nord.vim b/.config/nvim/themes/nord.vim
deleted file mode 100644
index a9c980f..0000000
--- a/.config/nvim/themes/nord.vim
+++ /dev/null
@@ -1,17 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-
-hi Comment cterm=italic
-
-syntax on
-colorscheme nord
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- let &t_8f="\<Esc>[38;2;%lu;%lu;%lum"
- let &t_8b="\<Esc>[48;2;%lu;%lu;%lum"
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
- hi SignColumn ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/onedark.vim b/.config/nvim/themes/onedark.vim
deleted file mode 100644
index 99ad7bb..0000000
--- a/.config/nvim/themes/onedark.vim
+++ /dev/null
@@ -1,23 +0,0 @@
-" onedark.vim override: Don't set a background color when running in a terminal;
-if (has("autocmd") && !has("gui_running"))
- augroup colorset
- autocmd!
- let s:white = { "gui": "#ABB2BF", "cterm": "145", "cterm16" : "7" }
- autocmd ColorScheme * call onedark#set_highlight("Normal", { "fg": s:white }) " `bg` will not be styled since there is no `bg` setting
- augroup END
-endif
-
-hi Comment cterm=italic
-let g:onedark_hide_endofbuffer=1
-let g:onedark_terminal_italics=1
-let g:onedark_termcolors=256
-
-syntax on
-colorscheme onedark
-
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/spaceline.vim b/.config/nvim/themes/spaceline.vim
deleted file mode 100644
index 584ca36..0000000
--- a/.config/nvim/themes/spaceline.vim
+++ /dev/null
@@ -1,2 +0,0 @@
-let g:spaceline_seperate_style= 'none'
-let g:spaceline_colorscheme = 'mach2'
diff --git a/.config/nvim/themes/spaceway.vim b/.config/nvim/themes/spaceway.vim
deleted file mode 100644
index 279e716..0000000
--- a/.config/nvim/themes/spaceway.vim
+++ /dev/null
@@ -1,19 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-
-let &t_8f = "\<Esc>[38:2:%lu:%lu:%lum"
-let &t_8b = "\<Esc>[48:2:%lu:%lu:%lum"
-
-hi Comment cterm=italic
-
-syntax on
-colorscheme spaceway
-set background=dark
-
-" checks if your terminal has 24-bit color support
-if (has("termguicolors"))
- set termguicolors
- hi LineNr ctermbg=NONE guibg=NONE
- hi SignColumn ctermbg=NONE guibg=NONE
-endif
diff --git a/.config/nvim/themes/wal.vim b/.config/nvim/themes/wal.vim
deleted file mode 100644
index e5c4937..0000000
--- a/.config/nvim/themes/wal.vim
+++ /dev/null
@@ -1,7 +0,0 @@
-" Prevents the colorscheme from loading a custom bg color.
-autocmd ColorScheme * highlight Normal ctermbg=NONE guibg=NONE
-
-
-syntax on
-colorscheme pywal
-