mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-21 23:23:34 +00:00
Compare commits
2 commits
1b64bed845
...
de9125dae2
Author | SHA1 | Date | |
---|---|---|---|
de9125dae2 | |||
fdc4b587f7 |
3 changed files with 22 additions and 27 deletions
|
@ -50,7 +50,7 @@ then
|
|||
fi
|
||||
|
||||
echo "== zplug"
|
||||
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh || true
|
||||
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh || true
|
||||
|
||||
echo "== starship"
|
||||
if ! starship --help > /dev/null
|
||||
|
|
|
@ -6,44 +6,39 @@ bold_italic_font Liga Operator Mono SSm MediumItalic Nerd Font
|
|||
disable_ligatures never
|
||||
wayland_titlebar_color system
|
||||
|
||||
# Onehalf Light Colorscheme for Kitty
|
||||
# Based on https://github.com/sonph/onehalf
|
||||
# By https://github.com/dbinary
|
||||
|
||||
foreground #383A42
|
||||
background #FAFAFA
|
||||
selection_foreground #383A42
|
||||
selection_background #BFCEFF
|
||||
url_color #F0F0F0
|
||||
# https://github.com/sainnhe/edge-extras/blob/master/kitty/edge-light.conf
|
||||
foreground #4b505b
|
||||
background #fafafa
|
||||
|
||||
# black
|
||||
color0 #383A42
|
||||
color8 #383A42
|
||||
color0 #4b505b
|
||||
color8 #4b505b
|
||||
|
||||
# red
|
||||
color1 #E45649
|
||||
color9 #E45649
|
||||
color1 #d05858
|
||||
color9 #d05858
|
||||
|
||||
# green
|
||||
color2 #40A14F
|
||||
color10 #40A14F
|
||||
color2 #608e32
|
||||
color10 #608e32
|
||||
|
||||
# yellow
|
||||
color3 #C18401
|
||||
color11 #C18401
|
||||
color3 #be7e05
|
||||
color11 #be7e05
|
||||
|
||||
# blue
|
||||
color4 #0184BC
|
||||
color12 #0184BC
|
||||
color4 #5079be
|
||||
color12 #5079be
|
||||
url_color #5079be
|
||||
|
||||
# magenta
|
||||
color5 #A626A4
|
||||
color13 #A626A4
|
||||
color5 #b05ccc
|
||||
color13 #b05ccc
|
||||
|
||||
# cyan
|
||||
color6 #0997B3
|
||||
color14 #0997B3
|
||||
color6 #3a8b84
|
||||
color14 #3a8b84
|
||||
|
||||
# white
|
||||
color7 #FAFAFA
|
||||
color15 #FAFAFA
|
||||
color7 #fafafa
|
||||
color15 #fafafa
|
||||
|
|
|
@ -313,7 +313,7 @@ endif
|
|||
let g:airline_symbols.branch = ''
|
||||
let g:airline_symbols.dirty=' '
|
||||
let g:airline_symbols.linenr = '☰ '
|
||||
let g:airline_symbols.maxlinenr = ' '
|
||||
let g:airline_symbols.maxlinenr = ''
|
||||
let g:airline_left_sep=''
|
||||
let g:airline_right_sep=''
|
||||
|
||||
|
|
Loading…
Reference in a new issue