Skip to content

Commit

Permalink
Add more contrast to visual selection
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigellute committed Jan 26, 2020
1 parent be75d73 commit 56e9680
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion autoload/airline/themes/rigel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL:https://github.com/Rigellute/rigel
" Author: Alexander Keliris
" License: MIT
" Last Change: 2019/07/29 11:45
" Last Change: 2020/01/26 16:33
" ============================================================

let g:airline#themes#rigel#palette = {}
Expand Down
2 changes: 1 addition & 1 deletion autoload/lightline/colorscheme/rigel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: https://github.com/Rigellute/rigel
" Author: Alexander Keliris
" License: MIT
" Last Change: 2019/07/29 11:45
" Last Change: 2020/01/26 16:33
" ============================================================

let s:p = {"normal": {}, "inactive": {}, "insert": {}, "replace": {}, "visual": {}, "tabline": {} }
Expand Down
4 changes: 2 additions & 2 deletions colors/rigel.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
" URL: https://github.com/Rigellute/rigel
" Author: Alexander Keliris
" License: MIT
" Last Change: 2019/11/02 17:09
" Last Change: 2020/01/26 16:33
" ===============================================================

set background=dark
Expand Down Expand Up @@ -58,7 +58,7 @@ hi TabLine guifg=#77929e ctermfg=246 guibg=#00384d ctermbg=23 gui=NONE cterm=NON
hi TabLineFill guifg=NONE ctermfg=NONE guibg=#00384d ctermbg=23 gui=NONE cterm=NONE
hi TabLineSel guifg=#e6e6dc ctermfg=254 guibg=#1c8db2 ctermbg=31 gui=NONE cterm=NONE
hi Title guifg=#00ffff ctermfg=14 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi Visual guifg=NONE ctermfg=NONE guibg=#517f8d ctermbg=66 gui=NONE cterm=NONE
hi Visual guifg=NONE ctermfg=NONE guibg=#194b5e ctermbg=23 gui=NONE cterm=NONE
hi WildMenu guifg=#e6e6dc ctermfg=254 guibg=#517f8d ctermbg=66 gui=NONE cterm=NONE
hi Comment guifg=#77929e ctermfg=246 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
hi Constant guifg=#f08e48 ctermfg=209 guibg=NONE ctermbg=NONE gui=NONE cterm=NONE
Expand Down
42 changes: 21 additions & 21 deletions estilo/palettes/rigel.yml
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
backgroundDark: '#001a25'
backgroundDark: "#001a25"
visualSelection: "#194b5e"

# special
foreground: '#e6e6dc'
background: '#002635'
cursorColor: '#e6e6dc'
foreground: "#e6e6dc"
background: "#002635"
cursorColor: "#e6e6dc"

# black
color0: '#00384d'
color8: '#517f8d'
color0: "#00384d"
color8: "#517f8d"

# red
color1: '#c43060'
color9: '#ff5a67'
color1: "#c43060"
color9: "#ff5a67"

# green
color2: '#7fc06e'
color10: '#9cf087'
color2: "#7fc06e"
color10: "#9cf087"

# yellow
color3: '#f08e48'
color11: '#ffcc1b'
color3: "#f08e48"
color11: "#ffcc1b"

# blue
color4: '#1c8db2'
color12: '#7eb2dd'
color4: "#1c8db2"
color12: "#7eb2dd"

# magenta
color5: '#c694ff'
color13: '#fb94ff'
color5: "#c694ff"
color13: "#fb94ff"

# cyan
color6: '#00cccc'
color14: '#00ffff'
color6: "#00cccc"
color14: "#00ffff"

# white
color7: '#77929e'
color15: '#b7cff9'

color7: "#77929e"
color15: "#b7cff9"
164 changes: 82 additions & 82 deletions estilo/syntax/base.yml
Original file line number Diff line number Diff line change
@@ -1,85 +1,85 @@
# BASE UI
ColorColumn: '- backgroundDark'
Conceal: ''
Cursor: '- color3'
CursorIM: ''
CursorColumn: '- backgroundDark'
CursorLine: '- backgroundDark'
CursorLineNr: 'color15 backgroundDark'
LineNr: 'color7 background'
Directory: ''
DiffAdd: 'color10 background'
DiffChange: 'color6 background u'
DiffDelete: 'color1 background'
DiffText: 'foreground'
ErrorMsg: 'color1'
VertSplit: 'color8 background'
Folded: 'color7 color0'
FoldColumn: ''
SignColumn: 'color15 background'
IncSearch: 'background color11'
MatchParen: 'background color14'
ModeMsg: ''
MoreMsg: ''
NonText: 'color8'
Normal: 'foreground background'
PMenu: 'foreground color0'
PMenuSel: 'color14 color8'
PmenuSbar: ''
PmenuThumb: ''
Question: ''
Search: 'background color3'
SpecialKey: ''
SpellBad: 'color7 - u'
SpellLocal: '@SpellBad'
SpellCap: '@SpellBad'
SpellRare: '@SpellBad'
StatusLine: 'foreground color0'
StatusLineNC: 'foreground color8'
TabLine: 'color7 color0'
TabLineFill: '- color0'
TabLineSel: 'foreground color4'
Title: 'color14'
Visual: '- color8'
VisualNOS: ''
WarningMsg: ''
WildMenu: 'foreground color8'
ColorColumn: "- backgroundDark"
Conceal: ""
Cursor: "- color3"
CursorIM: ""
CursorColumn: "- backgroundDark"
CursorLine: "- backgroundDark"
CursorLineNr: "color15 backgroundDark"
LineNr: "color7 background"
Directory: ""
DiffAdd: "color10 background"
DiffChange: "color6 background u"
DiffDelete: "color1 background"
DiffText: "foreground"
ErrorMsg: "color1"
VertSplit: "color8 background"
Folded: "color7 color0"
FoldColumn: ""
SignColumn: "color15 background"
IncSearch: "background color11"
MatchParen: "background color14"
ModeMsg: ""
MoreMsg: ""
NonText: "color8"
Normal: "foreground background"
PMenu: "foreground color0"
PMenuSel: "color14 color8"
PmenuSbar: ""
PmenuThumb: ""
Question: ""
Search: "background color3"
SpecialKey: ""
SpellBad: "color7 - u"
SpellLocal: "@SpellBad"
SpellCap: "@SpellBad"
SpellRare: "@SpellBad"
StatusLine: "foreground color0"
StatusLineNC: "foreground color8"
TabLine: "color7 color0"
TabLineFill: "- color0"
TabLineSel: "foreground color4"
Title: "color14"
Visual: "- visualSelection"
VisualNOS: ""
WarningMsg: ""
WildMenu: "foreground color8"
# BASE SYNTAX
Comment: 'color7'
Constant: 'color3'
String: 'color10' # Constant
Character: '' # Constant
Boolean: 'color9' # Constant
Number: '@Boolean' # Constant
Float: '@Boolean' # Constant
Identifier: 'color3'
Function: 'color12' # Identifier
Statement: 'color4'
Conditional: '@Keyword' # Statement
Repeat: '@Keyword' # Statement
Label: '@Keyword' # Statement
Operator: '@Constant' # Statement
Keyword: 'color4' # Statement
Exception: 'color1' # Statement
PreProc: '@Constant'
Include: 'color6' # PreProc
Define: '@Include' # PreProc
Macro: '@Include' # PreProc
PreCondit: '' # PreProc
Type: 'color9'
StorageClass: '@Keyword' # Type
Structure: 'color4' # Type
Typedef: 'color4' # Type
Special: '@Keyword'
SpecialChar: '' # Special
Tag: 'color4' # Special
Delimiter: '' # Special
SpecialComment: 'color14' # Special
Debug: 'color13' # Special
Underlined: 'color15 - u'
Ignore: '@Comment'
Error: 'color1'
Todo: 'color13'
Comment: "color7"
Constant: "color3"
String: "color10" # Constant
Character: "" # Constant
Boolean: "color9" # Constant
Number: "@Boolean" # Constant
Float: "@Boolean" # Constant
Identifier: "color3"
Function: "color12" # Identifier
Statement: "color4"
Conditional: "@Keyword" # Statement
Repeat: "@Keyword" # Statement
Label: "@Keyword" # Statement
Operator: "@Constant" # Statement
Keyword: "color4" # Statement
Exception: "color1" # Statement
PreProc: "@Constant"
Include: "color6" # PreProc
Define: "@Include" # PreProc
Macro: "@Include" # PreProc
PreCondit: "" # PreProc
Type: "color9"
StorageClass: "@Keyword" # Type
Structure: "color4" # Type
Typedef: "color4" # Type
Special: "@Keyword"
SpecialChar: "" # Special
Tag: "color4" # Special
Delimiter: "" # Special
SpecialComment: "color14" # Special
Debug: "color13" # Special
Underlined: "color15 - u"
Ignore: "@Comment"
Error: "color1"
Todo: "color13"
# tpope/vim-fugitive
diffAdded: '@DiffAdd'
diffRemoved: '@DiffDelete'
diffAdded: "@DiffAdd"
diffRemoved: "@DiffDelete"

0 comments on commit 56e9680

Please sign in to comment.