Skip to content

Commit

Permalink
build(alacritty): bump alacritty theme due to v0.13 and switch to tok…
Browse files Browse the repository at this point in the history
…yonight with custom
  • Loading branch information
manawasp committed Jan 30, 2024
1 parent 01be146 commit b29e7ea
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 45 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Additional install:
### Global

```sh
$ rm -f $HOME/.alacritty && ln -s $HOME/.dotfiles/alacritty.yml $HOME/.alacritty.yml
$ rm -f $HOME/.alacritty && ln -s $HOME/.dotfiles/alacritty.toml $HOME/.alacritty.toml
$ rm -f $HOME/.spaceshiprc.zsh && ln -s $HOME/.dotfiles/spaceshiprc.zsh $HOME/.spaceshiprc.zsh
$ rm -f $HOME/.Xdefaults && ln -s $HOME/.dotfiles/.Xdefaults $HOME/.Xdefaults
$ rm -f $HOME/.zshrc && ln -s $HOME/.dotfiles/.zshrc $HOME/.zshrc
Expand Down
53 changes: 53 additions & 0 deletions alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
[window.padding]
x = 10
y = 10

# TokyoNight Alacritty Colors
# Default colors
[colors.primary]
background = '#1a1b26'
foreground = '#c0caf5'

#[colors.cursor]
#cursor = '#c0caf5'
#text = '#1a1b26'

# Normal colors
[colors.normal]
black = '#15161e'
red = '#fa3c71'
green = '#9af26a'
yellow = '#e0af68'
blue = '#2b84f2'
magenta = '#a97ff4' # '#bb9af7'
cyan = '#44dafa'
white = '#a9b1d6'

# Bright colors
[colors.bright]
black = '#414868'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#bb9af7'
cyan = '#7dcfff'
white = '#c0caf5'

# Indexed Colors
[[colors.indexed_colors]]
index = 16
color = '#ff9e64'

[[colors.indexed_colors]]
index = 17
color = '#db4b4b'

[selection]
save_to_clipboard = true

[cursor]
unfocused_hollow = true

[cursor.style]
shape = 'Beam'
44 changes: 0 additions & 44 deletions alacritty.yml

This file was deleted.

0 comments on commit b29e7ea

Please sign in to comment.