dev: automated commit
This commit is contained in:
parent
29eb7780bd
commit
20eb437d32
7 changed files with 59 additions and 56 deletions
|
|
@ -1,6 +1,4 @@
|
|||
# Alacritty Configuration
|
||||
# Migrated from Ghostty configuration
|
||||
|
||||
[general]
|
||||
# Import rose-pine theme
|
||||
import = ["~/.config/alacritty/themes/rose-pine.toml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,35 +1,33 @@
|
|||
# Noctalia Theme
|
||||
# Migrated from Ghostty noctalia theme
|
||||
# Colors (Eldritch)
|
||||
|
||||
[colors.bright]
|
||||
black = '#7081d0'
|
||||
blue = '#a48cf2'
|
||||
cyan = '#66e4fd'
|
||||
green = '#69F8B3'
|
||||
magenta = '#FD92CE'
|
||||
red = '#f16c75'
|
||||
white = '#ffffff'
|
||||
yellow = '#f1fc79'
|
||||
|
||||
[colors.cursor]
|
||||
cursor = '#37f499'
|
||||
text = '#f8f8f2'
|
||||
|
||||
[colors.normal]
|
||||
black = '#21222c'
|
||||
blue = '#9071f4'
|
||||
cyan = '#04d1f9'
|
||||
green = '#37f499'
|
||||
magenta = '#f265b5'
|
||||
red = '#f9515d'
|
||||
white = '#ebfafa'
|
||||
yellow = '#e9f941'
|
||||
|
||||
[colors.primary]
|
||||
background = '#212337'
|
||||
foreground = '#ebfafa'
|
||||
|
||||
[colors.selection]
|
||||
text = '#ebfafa'
|
||||
background = '#bf4f8e'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#212337'
|
||||
cursor = '#37f499'
|
||||
|
||||
[colors.normal]
|
||||
black = '#21222c'
|
||||
red = '#f9515d'
|
||||
green = '#37f499'
|
||||
yellow = '#e9f941'
|
||||
blue = '#9071f4'
|
||||
magenta = '#f265b5'
|
||||
cyan = '#04d1f9'
|
||||
white = '#ebfafa'
|
||||
|
||||
[colors.bright]
|
||||
black = '#7081d0'
|
||||
red = '#f16c75'
|
||||
green = '#69F8B3'
|
||||
yellow = '#f1fc79'
|
||||
blue = '#a48cf2'
|
||||
magenta = '#FD92CE'
|
||||
cyan = '#66e4fd'
|
||||
white = '#ffffff'
|
||||
|
||||
text = '#ebfafa'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue