Compare commits
2 Commits
c9703e735b
...
306d54c05d
Author | SHA1 | Date | |
---|---|---|---|
306d54c05d | |||
9c03139641 |
@ -5,9 +5,6 @@ shell:
|
||||
- -l
|
||||
window:
|
||||
dynamic_title: true
|
||||
dimensions:
|
||||
columns: 0
|
||||
lines: 0
|
||||
padding:
|
||||
x: 2
|
||||
y: 2
|
||||
@ -40,7 +37,7 @@ debug:
|
||||
bell:
|
||||
animation: EaseOutExpo
|
||||
duration: 0
|
||||
color: '0xffffff'
|
||||
color: "#ffffff"
|
||||
mouse_bindings:
|
||||
- mouse: Middle
|
||||
action: PasteSelection
|
||||
@ -66,7 +63,6 @@ selection:
|
||||
semantic_escape_chars: ',│`|:"'' ()[]{}<>'
|
||||
save_to_clipboard: false
|
||||
cursor:
|
||||
style: Block
|
||||
unfocused_hollow: true
|
||||
live_config_reload: true
|
||||
enable_experimental_conpty_backend: false
|
||||
@ -374,31 +370,5 @@ key_bindings:
|
||||
- key: NumpadEnter
|
||||
chars: "\n"
|
||||
|
||||
# Colors (Darcula)
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282a36'
|
||||
foreground: '0xf8f8f2'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x000000'
|
||||
red: '0xff5555'
|
||||
green: '0x50fa7b'
|
||||
yellow: '0xf1fa8c'
|
||||
blue: '0xcaa9fa'
|
||||
magenta: '0xff79c6'
|
||||
cyan: '0x8be9fd'
|
||||
white: '0xbfbfbf'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x282a35'
|
||||
red: '0xff6e67'
|
||||
green: '0x5af78e'
|
||||
yellow: '0xf4f99d'
|
||||
blue: '0xcaa9fa'
|
||||
magenta: '0xff92d0'
|
||||
cyan: '0x9aedfe'
|
||||
white: '0xe6e6e6'
|
||||
import:
|
||||
- ~/.config/alacritty/themes/themes/tender.yaml
|
||||
|
3
vimrc
3
vimrc
@ -115,8 +115,7 @@ let g:vim_markdown_folding_disabled = 1
|
||||
let g:vim_markdown_frontmatter = 1
|
||||
let g:yapf_style = "pep8"
|
||||
|
||||
packadd! dichromatic
|
||||
colorscheme dichromatic
|
||||
colorscheme dracula
|
||||
|
||||
hi Comment cterm=NONE ctermfg=DarkRed gui=NONE guifg=red2
|
||||
hi minimapCursor ctermbg=59 ctermfg=228 guibg=#5F5F5F guifg=#FFFF87
|
||||
|
Loading…
Reference in New Issue
Block a user