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