Skip to content

Commit

Permalink
feat: use alacritty thems
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Nov 4, 2024
1 parent d0fc8c6 commit c83de4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
2 changes: 1 addition & 1 deletion alacritty/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
host.toml
themes
36 changes: 3 additions & 33 deletions alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,8 @@
[general]
live_config_reload = true
import = []

[[colors.indexed_colors]]
color = "0xd18616"
index = 16

[[colors.indexed_colors]]
color = "0xf97583"
index = 17

[colors.bright]
black = "0x959da5"
blue = "0x79b8ff"
cyan = "0x56d4dd"
green = "0x85e89d"
magenta = "0xb392f0"
red = "0xf97583"
white = "0xfafbfc"
yellow = "0xffea7f"

[colors.normal]
black = "0x586069"
blue = "0x2188ff"
cyan = "0x39c5cf"
green = "0x34d058"
magenta = "0xb392f0"
red = "0xea4a5a"
white = "0xd1d5da"
yellow = "0xffea7f"

[colors.primary]
background = "0x24292e"
foreground = "0xd1d5da"
import = [
"themes/themes/dark_pastels.toml"
]

[cursor]
unfocused_hollow = true
Expand Down
2 changes: 2 additions & 0 deletions scripts/alacritty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ main_pacman() {
}

main() {
mkdir -p ~/.config/alacritty/themes
git clone https://github.com/alacritty/alacritty-theme ~/.config/alacritty/themes
configfile alacritty
}

0 comments on commit c83de4f

Please sign in to comment.