Skip to content

Commit

Permalink
Use alacritty's default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dalugm committed Jul 16, 2024
1 parent 496167d commit 221080d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 26 deletions.
27 changes: 1 addition & 26 deletions config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,3 @@
# XTerm's colors
[colors.primary]
background = '#000000'
foreground = '#ffffff'

[colors.normal]
black = '#000000'
red = '#cd0000'
green = '#00cd00'
yellow = '#cdcd00'
blue = '#0000ee'
magenta = '#cd00cd'
cyan = '#00cdcd'
white = '#e5e5e5'

[colors.bright]
black = '#7f7f7f'
red = '#ff0000'
green = '#00ff00'
yellow = '#ffff00'
blue = '#5c5cff'
magenta = '#ff00ff'
cyan = '#00ffff'
white = '#ffffff'

[font]
size = 16.0

Expand All @@ -31,7 +6,7 @@ family = "ComicShannsMono Nerd Font"

[window]
decorations = "Buttonless"
opacity = 0.8
opacity = 0.95
option_as_alt = "OnlyLeft"

[window.dimensions]
Expand Down
28 changes: 28 additions & 0 deletions config/alacritty/themes/xterm.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# XTerm's default colors

# Default colors
[colors.primary]
background = '#000000'
foreground = '#ffffff'

# Normal colors
[colors.normal]
black = '#000000'
red = '#cd0000'
green = '#00cd00'
yellow = '#cdcd00'
blue = '#0000ee'
magenta = '#cd00cd'
cyan = '#00cdcd'
white = '#e5e5e5'

# Bright colors
[colors.bright]
black = '#7f7f7f'
red = '#ff0000'
green = '#00ff00'
yellow = '#ffff00'
blue = '#5c5cff'
magenta = '#ff00ff'
cyan = '#00ffff'
white = '#ffffff'

0 comments on commit 221080d

Please sign in to comment.