xaizek / dotvim (License: Unspecified) (since 2018-12-07)
Vim configuration and plugins.
Commit 279450a26bbed7630e9356c9b162d4e58bdf5bec

Corrections for lucius color scheme
Author: xaizek
Author date (UTC): 2021-07-04 14:50
Committer name: xaizek
Committer date (UTC): 2021-07-04 14:50
Parent(s): dd685c8011b60dfa814633dcf58c038996846013
Signing key: 99DC5E4DB05F6BE2
Tree: 332c855afc631923f0eafe4bd0cce49617662a10
File Lines added Lines deleted
colors/lucius.vim 6 4
File colors/lucius.vim changed (mode: 100644) (index c707723..16d378c)
... ... hi Question guifg=fg gui=none
247 247 hi Question ctermfg=fg cterm=none hi Question ctermfg=fg cterm=none
248 248 " meta and special keys used with map, unprintable characters " meta and special keys used with map, unprintable characters
249 249 hi SpecialKey guifg=#404040 hi SpecialKey guifg=#404040
250 hi SpecialKey ctermfg=237
250 hi SpecialKey ctermfg=241
251 251 " titles for output from :set all, :autocmd, etc " titles for output from :set all, :autocmd, etc
252 252 hi Title guifg=#62bdde gui=none hi Title guifg=#62bdde gui=none
253 253 hi Title ctermfg=74 cterm=none hi Title ctermfg=74 cterm=none
 
... ... hi PMenuThumb ctermbg=102 cterm=none
315 315 " Status Line " Status Line
316 316 " ----------- " -----------
317 317 " status line for current window " status line for current window
318 hi StatusLine guifg=#e0e0e0 guibg=#363946 gui=bold
318 hi StatusLine guifg=#e0e0e0 guibg=#313441 gui=none
319 319 hi StatusLine ctermfg=254 ctermbg=237 cterm=bold hi StatusLine ctermfg=254 ctermbg=237 cterm=bold
320 320 " status line for non-current windows " status line for non-current windows
321 321 hi StatusLineNC guifg=#767986 guibg=#363946 gui=none hi StatusLineNC guifg=#767986 guibg=#363946 gui=none
322 322 hi StatusLineNC ctermfg=244 ctermbg=237 cterm=none hi StatusLineNC ctermfg=244 ctermbg=237 cterm=none
323 323
324 hi User1 guifg=#e0e0e0 guibg=#313441 gui=none
325 hi StatusLine ctermfg=254 ctermbg=238 cterm=none
324 326
325 327 " Tab Lines " Tab Lines
326 328 " --------- " ---------
327 329 " tab pages line, not active tab page label " tab pages line, not active tab page label
328 330 hi TabLine guifg=#b6bf98 guibg=#363946 gui=none hi TabLine guifg=#b6bf98 guibg=#363946 gui=none
329 hi TabLine ctermfg=244 ctermbg=236 cterm=none
331 hi TabLine ctermfg=246 ctermbg=236 cterm=none
330 332 " tab pages line, where there are no labels " tab pages line, where there are no labels
331 hi TabLineFill guifg=#cfcfaf guibg=#363946 gui=none
333 hi TabLineFill guifg=#ffff55 guibg=#363946 gui=none
332 334 hi TabLineFill ctermfg=187 ctermbg=236 cterm=none hi TabLineFill ctermfg=187 ctermbg=236 cterm=none
333 335 " tab pages line, active tab page label " tab pages line, active tab page label
334 336 hi TabLineSel guifg=#efefef guibg=#414658 gui=bold hi TabLineSel guifg=#efefef guibg=#414658 gui=bold
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvim

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvim

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master