mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-19 05:54:45 +00:00
refactor(config): moves theme import to general
Moves theme import from top-level to the general section for better organization.
This commit is contained in:
@@ -1,8 +1,3 @@
|
|||||||
import = [
|
|
||||||
# Default to night if the copied one doesn't exist.
|
|
||||||
"~/.dotfiles/config/alacritty/theme-night.toml",
|
|
||||||
"~/.config/alacritty/theme-active.toml"
|
|
||||||
]
|
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
@@ -50,3 +45,10 @@ lines = 75
|
|||||||
[window.padding]
|
[window.padding]
|
||||||
x = 5
|
x = 5
|
||||||
y = 5
|
y = 5
|
||||||
|
|
||||||
|
[general]
|
||||||
|
import = [
|
||||||
|
# Default to night if the copied one doesn't exist.
|
||||||
|
"~/.dotfiles/config/alacritty/theme-night.toml",
|
||||||
|
"~/.config/alacritty/theme-active.toml"
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user