more visible visual selection

This commit is contained in:
Michael Chris Lopez
2021-10-22 18:52:22 +08:00
parent 23800763b6
commit e4f235fe80
56 changed files with 86 additions and 86 deletions

View File

@@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#D1E0DA", "#1F2E37" ] ]
let s:p.insert.left = [ [ "#7BA9C5", "#343F6D", "bold" ], [ "#7BA9C5", "#334A57" ] ]
let s:p.replace.left = [ [ "#7BA9C5", "#3B2023", "bold" ], [ "#7BA9C5", "#334A57" ] ]
let s:p.visual.left = [ [ "#7BA9C5", "#222423", "bold" ], [ "#7BA9C5", "#334A57" ] ]
let s:p.visual.left = [ [ "#7BA9C5", "#3A3E3D", "bold" ], [ "#7BA9C5", "#334A57" ] ]
let s:p.tabline.left = [ [ "#C6D5CF", "#334A57", "italic" ] ]
let s:p.tabline.middle = [ [ "#D1E0DA", "#1F2E37" ] ]

View File

@@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#4B663C", "#C8D5C9" ] ]
let s:p.insert.left = [ [ "#4A4F4A", "#A6BBCF", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ]
let s:p.replace.left = [ [ "#4A4F4A", "#EAD5D7", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ]
let s:p.visual.left = [ [ "#4A4F4A", "#B1EA90", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ]
let s:p.visual.left = [ [ "#4A4F4A", "#ADE48C", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ]
let s:p.tabline.left = [ [ "#202E18", "#ADB9AF", "italic" ] ]
let s:p.tabline.middle = [ [ "#4B663C", "#C8D5C9" ] ]

View File

@@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#596A76", "#DAD3CF" ] ]
let s:p.insert.left = [ [ "#564E4A", "#A9BED1", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
let s:p.replace.left = [ [ "#564E4A", "#EBD8DA", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
let s:p.visual.left = [ [ "#564E4A", "#D2DFE7", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
let s:p.visual.left = [ [ "#564E4A", "#CBD9E3", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
let s:p.tabline.left = [ [ "#2C363C", "#C4B6AF", "italic" ] ]
let s:p.tabline.middle = [ [ "#596A76", "#DAD3CF" ] ]

View File

@@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#CAD0D4", "#322D2B" ] ]
let s:p.insert.left = [ [ "#AFA099", "#324757", "bold" ], [ "#AFA099", "#4F4844" ] ]
let s:p.replace.left = [ [ "#AFA099", "#3E2225", "bold" ], [ "#AFA099", "#4F4844" ] ]
let s:p.visual.left = [ [ "#AFA099", "#242627", "bold" ], [ "#AFA099", "#4F4844" ] ]
let s:p.visual.left = [ [ "#AFA099", "#3D4042", "bold" ], [ "#AFA099", "#4F4844" ] ]
let s:p.tabline.left = [ [ "#B4BDC3", "#4F4844", "italic" ] ]
let s:p.tabline.middle = [ [ "#CAD0D4", "#322D2B" ] ]

View File

@@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#CFCFCF", "#2E2E2E" ] ]
let s:p.insert.left = [ [ "#A3A3A3", "#324757", "bold" ], [ "#A3A3A3", "#494949" ] ]
let s:p.replace.left = [ [ "#A3A3A3", "#3E2225", "bold" ], [ "#A3A3A3", "#494949" ] ]
let s:p.visual.left = [ [ "#A3A3A3", "#262626", "bold" ], [ "#A3A3A3", "#494949" ] ]
let s:p.visual.left = [ [ "#A3A3A3", "#404040", "bold" ], [ "#A3A3A3", "#494949" ] ]
let s:p.tabline.left = [ [ "#BBBBBB", "#494949", "italic" ] ]
let s:p.tabline.middle = [ [ "#CFCFCF", "#2E2E2E" ] ]

View File

@@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#686868", "#D4D4D4" ] ]
let s:p.insert.left = [ [ "#505050", "#A9BED1", "bold" ], [ "#505050", "#B9B9B9" ] ]
let s:p.replace.left = [ [ "#505050", "#EBD8DA", "bold" ], [ "#505050", "#B9B9B9" ] ]
let s:p.visual.left = [ [ "#505050", "#DDDDDD", "bold" ], [ "#505050", "#B9B9B9" ] ]
let s:p.visual.left = [ [ "#505050", "#D7D7D7", "bold" ], [ "#505050", "#B9B9B9" ] ]
let s:p.tabline.left = [ [ "#353535", "#B9B9B9", "italic" ] ]
let s:p.tabline.middle = [ [ "#686868", "#D4D4D4" ] ]

View File

@@ -113,7 +113,7 @@ highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline
highlight Type guifg=#6A5549 guibg=NONE guisp=NONE gui=NONE
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline
highlight VertSplit guifg=#A79891 guibg=NONE guisp=NONE gui=NONE
highlight Visual guifg=NONE guibg=#D2DFE7 guisp=NONE gui=NONE
highlight Visual guifg=NONE guibg=#CBD9E3 guisp=NONE gui=NONE
highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE
highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE

View File

@@ -113,7 +113,7 @@ highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline
highlight Type guifg=#A1938C guibg=NONE guisp=NONE gui=NONE
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline
highlight VertSplit guifg=#5C534F guibg=NONE guisp=NONE gui=NONE
highlight Visual guifg=NONE guibg=#242627 guisp=NONE gui=NONE
highlight Visual guifg=NONE guibg=#3D4042 guisp=NONE gui=NONE
highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE
highlight WildMenu guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=NONE
highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1372549019607843</real>
<real>0.2392156862745098</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1411764705882353</real>
<real>0.2431372549019608</real>
<key>Red Component</key>
<real>0.1333333333333333</real>
<real>0.2274509803921569</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.5647058823529412</real>
<real>0.5490196078431373</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.9176470588235294</real>
<real>0.8941176470588236</real>
<key>Red Component</key>
<real>0.6941176470588235</real>
<real>0.6784313725490196</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9058823529411765</real>
<real>0.8901960784313725</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8745098039215686</real>
<real>0.8509803921568627</real>
<key>Red Component</key>
<real>0.8235294117647058</real>
<real>0.7960784313725490</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9294117647058824</real>
<real>0.9137254901960784</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.9058823529411765</real>
<real>0.8823529411764706</real>
<key>Red Component</key>
<real>0.8705882352941177</real>
<real>0.8392156862745098</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8862745098039215</real>
<real>0.8705882352941177</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8431372549019608</real>
<real>0.8196078431372549</real>
<key>Red Component</key>
<real>0.7803921568627451</real>
<real>0.7529411764705882</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1529411764705882</real>
<real>0.2588235294117647</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1490196078431373</real>
<real>0.2509803921568627</real>
<key>Red Component</key>
<real>0.1411764705882353</real>
<real>0.2392156862745098</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1294117647058824</real>
<real>0.2313725490196079</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1254901960784314</real>
<real>0.2235294117647059</real>
<key>Red Component</key>
<real>0.1176470588235294</real>
<real>0.2156862745098039</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1803921568627451</real>
<real>0.2862745098039216</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1725490196078431</real>
<real>0.2784313725490196</real>
<key>Red Component</key>
<real>0.1647058823529412</real>
<real>0.2666666666666667</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.1490196078431373</real>
<real>0.2509803921568627</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.1490196078431373</real>
<real>0.2509803921568627</real>
<key>Red Component</key>
<real>0.1490196078431373</real>
<real>0.2509803921568627</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -332,13 +332,13 @@
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8666666666666667</real>
<real>0.8431372549019608</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.8666666666666667</real>
<real>0.8431372549019608</real>
<key>Red Component</key>
<real>0.8666666666666667</real>
<real>0.8431372549019608</real>
</dict>
<key>Tab Color</key>
<dict>

View File

@@ -7,7 +7,7 @@
background #0F191F
foreground #C6D5CF
selection_background #222423
selection_background #3A3E3D
selection_foreground #C6D5CF
url_color #92A0E2
cursor #C6D5CF

View File

@@ -7,7 +7,7 @@
background #E5EDE6
foreground #202E18
selection_background #B1EA90
selection_background #ADE48C
selection_foreground #202E18
url_color #1D5573
cursor #202E18

View File

@@ -7,7 +7,7 @@
background #F0EDEC
foreground #2C363C
selection_background #D2DFE7
selection_background #CBD9E3
selection_foreground #2C363C
url_color #1D5573
cursor #2C363C

View File

@@ -7,7 +7,7 @@
background #F8F6F5
foreground #2C363C
selection_background #DEE7ED
selection_background #D6E1E9
selection_foreground #2C363C
url_color #1D5573
cursor #2C363C

View File

@@ -7,7 +7,7 @@
background #E8E4E3
foreground #2C363C
selection_background #C7D7E2
selection_background #C0D1DE
selection_foreground #2C363C
url_color #1D5573
cursor #2C363C

View File

@@ -7,7 +7,7 @@
background #1C1917
foreground #B4BDC3
selection_background #242627
selection_background #3D4042
selection_foreground #B4BDC3
url_color #61ABDA
cursor #B4BDC3

View File

@@ -7,7 +7,7 @@
background #171210
foreground #B4BDC3
selection_background #1E2021
selection_background #37393B
selection_foreground #B4BDC3
url_color #61ABDA
cursor #B4BDC3

View File

@@ -7,7 +7,7 @@
background #221F1D
foreground #B4BDC3
selection_background #2A2C2E
selection_background #444749
selection_foreground #B4BDC3
url_color #61ABDA
cursor #B4BDC3

View File

@@ -7,7 +7,7 @@
background #191919
foreground #BBBBBB
selection_background #262626
selection_background #404040
selection_foreground #BBBBBB
url_color #61ABDA
cursor #BBBBBB

View File

@@ -7,7 +7,7 @@
background #EEEEEE
foreground #353535
selection_background #DDDDDD
selection_background #D7D7D7
selection_foreground #353535
url_color #1D5573
cursor #353535

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#C6D5CF',bold
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#0F191F',bg='#222423'
set -g message-style fg='#0F191F',bg='#3A3E3D'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#0F191F',bg='#222423'
set -g mode-style fg='#0F191F',bg='#3A3E3D'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#202E18',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#E5EDE6',bg='#B1EA90'
set -g message-style fg='#E5EDE6',bg='#ADE48C'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#E5EDE6',bg='#B1EA90'
set -g mode-style fg='#E5EDE6',bg='#ADE48C'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#2C363C',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#F0EDEC',bg='#D2DFE7'
set -g message-style fg='#F0EDEC',bg='#CBD9E3'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#F0EDEC',bg='#D2DFE7'
set -g mode-style fg='#F0EDEC',bg='#CBD9E3'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#2C363C',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#F0EDEC',bg='#DEE7ED'
set -g message-style fg='#F0EDEC',bg='#D6E1E9'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#F0EDEC',bg='#DEE7ED'
set -g mode-style fg='#F0EDEC',bg='#D6E1E9'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#2C363C',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#F0EDEC',bg='#C7D7E2'
set -g message-style fg='#F0EDEC',bg='#C0D1DE'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#F0EDEC',bg='#C7D7E2'
set -g mode-style fg='#F0EDEC',bg='#C0D1DE'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#1C1917',bg='#242627'
set -g message-style fg='#1C1917',bg='#3D4042'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#1C1917',bg='#242627'
set -g mode-style fg='#1C1917',bg='#3D4042'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#1C1917',bg='#1E2021'
set -g message-style fg='#1C1917',bg='#37393B'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#1C1917',bg='#1E2021'
set -g mode-style fg='#1C1917',bg='#37393B'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#1C1917',bg='#2A2C2E'
set -g message-style fg='#1C1917',bg='#444749'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#1C1917',bg='#2A2C2E'
set -g mode-style fg='#1C1917',bg='#444749'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#BBBBBB',bold
set -g pane-border-style fg='#B279A7'
set -g pane-active-border-style fg='#B279A7'
set -g message-style fg='#191919',bg='#262626'
set -g message-style fg='#191919',bg='#404040'
set -g display-panes-active-colour '#B279A7'
set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#191919',bg='#262626'
set -g mode-style fg='#191919',bg='#404040'

View File

@@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#353535',bold
set -g pane-border-style fg='#88507D'
set -g pane-active-border-style fg='#88507D'
set -g message-style fg='#EEEEEE',bg='#DDDDDD'
set -g message-style fg='#EEEEEE',bg='#D7D7D7'
set -g display-panes-active-colour '#88507D'
set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#EEEEEE',bg='#DDDDDD'
set -g mode-style fg='#EEEEEE',bg='#D7D7D7'

View File

@@ -6,7 +6,7 @@ background = "#0F191F"
cursor_bg = "#CEDDD7"
cursor_border = "#0F191F"
cursor_fg = "#0F191F"
selection_bg = "#222423"
selection_bg = "#3A3E3D"
selection_fg = "#C6D5CF"
ansi = ["#0F191F", "#DE6E7C", "#90FF6B", "#B77E64", "#8190D4", "#B279A7", "#66A5AD", "#C6D5CF"]

View File

@@ -6,7 +6,7 @@ background = "#E5EDE6"
cursor_bg = "#202E18"
cursor_border = "#E5EDE6"
cursor_fg = "#E5EDE6"
selection_bg = "#B1EA90"
selection_bg = "#ADE48C"
selection_fg = "#202E18"
ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]

View File

@@ -6,7 +6,7 @@ background = "#F0EDEC"
cursor_bg = "#2C363C"
cursor_border = "#F0EDEC"
cursor_fg = "#F0EDEC"
selection_bg = "#D2DFE7"
selection_bg = "#CBD9E3"
selection_fg = "#2C363C"
ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]

View File

@@ -6,7 +6,7 @@ background = "#F8F6F5"
cursor_bg = "#2C363C"
cursor_border = "#F0EDEC"
cursor_fg = "#F0EDEC"
selection_bg = "#DEE7ED"
selection_bg = "#D6E1E9"
selection_fg = "#2C363C"
ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]

View File

@@ -6,7 +6,7 @@ background = "#E8E4E3"
cursor_bg = "#2C363C"
cursor_border = "#F0EDEC"
cursor_fg = "#F0EDEC"
selection_bg = "#C7D7E2"
selection_bg = "#C0D1DE"
selection_fg = "#2C363C"
ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]

View File

@@ -6,7 +6,7 @@ background = "#1C1917"
cursor_bg = "#C4CACF"
cursor_border = "#1C1917"
cursor_fg = "#1C1917"
selection_bg = "#242627"
selection_bg = "#3D4042"
selection_fg = "#B4BDC3"
ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"]

View File

@@ -6,7 +6,7 @@ background = "#171210"
cursor_bg = "#C4CACF"
cursor_border = "#1C1917"
cursor_fg = "#1C1917"
selection_bg = "#1E2021"
selection_bg = "#37393B"
selection_fg = "#B4BDC3"
ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"]

View File

@@ -6,7 +6,7 @@ background = "#221F1D"
cursor_bg = "#C4CACF"
cursor_border = "#1C1917"
cursor_fg = "#1C1917"
selection_bg = "#2A2C2E"
selection_bg = "#444749"
selection_fg = "#B4BDC3"
ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"]

View File

@@ -6,7 +6,7 @@ background = "#191919"
cursor_bg = "#C9C9C9"
cursor_border = "#191919"
cursor_fg = "#191919"
selection_bg = "#262626"
selection_bg = "#404040"
selection_fg = "#BBBBBB"
ansi = ["#191919", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#BBBBBB"]

View File

@@ -6,7 +6,7 @@ background = "#EEEEEE"
cursor_bg = "#353535"
cursor_border = "#EEEEEE"
cursor_fg = "#EEEEEE"
selection_bg = "#DDDDDD"
selection_bg = "#D7D7D7"
selection_fg = "#353535"
ansi = ["#EEEEEE", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#353535"]

View File

@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#222423", fg = common_fg, gui = "bold" },
a = { bg = "#3A3E3D", fg = common_fg, gui = "bold" },
},
replace = {

View File

@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#B1EA90", fg = common_fg, gui = "bold" },
a = { bg = "#ADE48C", fg = common_fg, gui = "bold" },
},
replace = {

View File

@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#D2DFE7", fg = common_fg, gui = "bold" },
a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" },
},
replace = {

View File

@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#242627", fg = common_fg, gui = "bold" },
a = { bg = "#3D4042", fg = common_fg, gui = "bold" },
},
replace = {

View File

@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#262626", fg = common_fg, gui = "bold" },
a = { bg = "#404040", fg = common_fg, gui = "bold" },
},
replace = {

View File

@@ -19,7 +19,7 @@ return {
},
visual = {
a = { bg = "#DDDDDD", fg = common_fg, gui = "bold" },
a = { bg = "#D7D7D7", fg = common_fg, gui = "bold" },
},
replace = {

View File

@@ -91,7 +91,7 @@ local function generate(p, opt)
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows
Visual { bg = p.fg.de(18).lightness(Normal.bg.l + 6) }, -- Visual mode selection
Visual { bg = p.fg.de(18).lightness(Normal.bg.l + 18) }, -- Visual mode selection
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
NonText { fg = Normal.bg.li(26) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.

View File

@@ -91,7 +91,7 @@ local function generate(p, opt)
TabLineSel { gui = "bold" }, -- tab pages line, active tab page label
VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows
Visual { bg = p.fg.lightness(Normal.bg.l - 6) }, -- Visual mode selection
Visual { bg = p.fg.lightness(Normal.bg.l - 8) }, -- Visual mode selection
-- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection".
NonText { fg = Normal.bg.da(22) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.