This commit is contained in:
2026-04-07 07:12:04 -04:00
parent 0c4a2ab0e6
commit 87501280bd
3 changed files with 47 additions and 16 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ family = "JetBrainsMono Nerd Font"
[general] [general]
import = [ import = [
"~/.config/alacritty/themes/dracula-pro.toml" "~/.config/alacritty/themes/tokyonight_night.toml"
] ]
[keyboard] [keyboard]
@@ -0,0 +1,33 @@
# -----------------------------------------------------------------------------
# TokyoNight Alacritty Colors
# Theme: Tokyo Night
# Upstream: https://github.com/folke/tokyonight.nvim/raw/main/extras/alacritty/tokyonight_night.toml
# -----------------------------------------------------------------------------
# Default colors
[colors.primary]
background = '#1a1b26'
foreground = '#c0caf5'
# Normal colors
[colors.normal]
black = '#15161e'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#bb9af7'
cyan = '#7dcfff'
white = '#a9b1d6'
# Bright colors
[colors.bright]
black = '#414868'
red = '#ff899d'
green = '#9fe044'
yellow = '#faba4a'
blue = '#8db0ff'
magenta = '#c7a9ff'
cyan = '#a4daff'
white = '#c0caf5'
+13 -15
View File
@@ -2,31 +2,29 @@ gui:
# DRACULA # DRACULA
theme: theme:
activeBorderColor: activeBorderColor:
- "#FF79C6" - "#ff9e64"
- bold - "bold"
inactiveBorderColor: inactiveBorderColor:
- "#BD93F9" - "#27a1b9"
searchingActiveBorderColor: searchingActiveBorderColor:
- "#8BE9FD" - "#ff9e64"
- bold - "bold"
optionsTextColor: optionsTextColor:
- "#6272A4" - "#7aa2f7"
selectedLineBgColor: selectedLineBgColor:
- "#6272A4" - "#283457"
inactiveViewSelectedLineBgColor:
- bold
cherryPickedCommitFgColor: cherryPickedCommitFgColor:
- "#6272A4" - "#7aa2f7"
cherryPickedCommitBgColor: cherryPickedCommitBgColor:
- "#8BE9FD" - "#bb9af7"
markedBaseCommitFgColor: markedBaseCommitFgColor:
- "#8BE9FD" - "#7aa2f7"
markedBaseCommitBgColor: markedBaseCommitBgColor:
- "#F1FA8C" - "#e0af68"
unstagedChangesColor: unstagedChangesColor:
- "#FF5555" - "#db4b4b"
defaultFgColor: defaultFgColor:
- "#F8F8F2" - "#c0caf5"
showNumstatInFilesView: true showNumstatInFilesView: true
nerdFontsVersion: 3 nerdFontsVersion: 3