Update
This commit is contained in:
@@ -10,7 +10,7 @@ family = "JetBrainsMono Nerd Font"
|
||||
|
||||
[general]
|
||||
import = [
|
||||
"~/.config/alacritty/themes/tokyonight_night.toml"
|
||||
"~/.config/alacritty/themes/catppuccin-mocha.toml"
|
||||
]
|
||||
|
||||
[keyboard]
|
||||
|
||||
+16
-14
@@ -1,30 +1,32 @@
|
||||
gui:
|
||||
# DRACULA
|
||||
theme:
|
||||
activeBorderColor:
|
||||
- "#ff9e64"
|
||||
- "bold"
|
||||
- '#cba6f7'
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- "#27a1b9"
|
||||
- '#a6adc8'
|
||||
searchingActiveBorderColor:
|
||||
- "#ff9e64"
|
||||
- "bold"
|
||||
- '#f9e2af'
|
||||
optionsTextColor:
|
||||
- "#7aa2f7"
|
||||
- '#89b4fa'
|
||||
selectedLineBgColor:
|
||||
- "#283457"
|
||||
- '#313244'
|
||||
inactiveViewSelectedLineBgColor:
|
||||
- '#6c7086'
|
||||
cherryPickedCommitFgColor:
|
||||
- "#7aa2f7"
|
||||
- '#cba6f7'
|
||||
cherryPickedCommitBgColor:
|
||||
- "#bb9af7"
|
||||
- '#45475a'
|
||||
markedBaseCommitFgColor:
|
||||
- "#7aa2f7"
|
||||
- '#89b4fa'
|
||||
markedBaseCommitBgColor:
|
||||
- "#e0af68"
|
||||
- '#f9e2af'
|
||||
unstagedChangesColor:
|
||||
- "#db4b4b"
|
||||
- '#f38ba8'
|
||||
defaultFgColor:
|
||||
- "#c0caf5"
|
||||
- '#cdd6f4'
|
||||
authorColors:
|
||||
'*': '#b4befe'
|
||||
|
||||
showNumstatInFilesView: true
|
||||
nerdFontsVersion: 3
|
||||
|
||||
@@ -36,6 +36,7 @@ set -ag terminal-overrides ",xterm-256color:RGB"
|
||||
|
||||
set -g status-interval 10
|
||||
set -g allow-passthrough on
|
||||
set -g set-clipboard on
|
||||
|
||||
set -ga update-environment TERM
|
||||
set -ga update-environment TERM_PROGRAM
|
||||
|
||||
Reference in New Issue
Block a user