vim: move colors to vconf

master
an 2019-10-05 14:23:56 -04:00
parent 654c58a35f
commit b03551152b
2 changed files with 16 additions and 15 deletions

View File

@ -1,6 +1,21 @@
" vim: syntax=vim:
" settings for workstations - servers need not apply ;)
let _agw.colors=[
\ 'badwolf',
\ 'base16-ashes',
\ 'base16-atelier-cave',
\ 'base16-atelier-forest',
\ 'base16-atelier-heath',
\ 'base16-circus',
\ 'base16-dracula',
\ 'base16-material-palenight',
\ 'base16-monokai',
\ 'base16-onedark',
\ 'base16-porple',
\ 'base16-unikitty-dark',
\]
let _agw.cr_scheme=-1
let _agw.g_columns=80
let _agw.g_rows=24

View File

@ -34,20 +34,6 @@ let _agw.mode_map = {
\ 't' : '…!',
\}
let _agw.colors=[
\ 'base16-ashes',
\ 'base16-atelier-cave',
\ 'base16-atelier-forest',
\ 'base16-atelier-heath',
\ 'base16-circus',
\ 'base16-dracula',
\ 'base16-material-palenight',
\ 'base16-monokai',
\ 'base16-onedark',
\ 'base16-porple',
\ 'base16-unikitty-dark',
\]
let _agw.languages=[
\ "c",
\ "cpp",
@ -67,7 +53,7 @@ let _agw.languages=[
\ "zscript",
\]
let _agw.cr_scheme=-2 " color from s:colors, -1=random, -2=default
let _agw.cr_scheme=-2 " color from _agw.colors, -1=random, -2=default
let _agw.g_columns=80 " GUI columns
let _agw.g_rows=24 " GUI rows
let _agw.tab_wid=1 " Tab width