Skip to content

Commit

Permalink
term: changed theme to tokyonight-night
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tews <[email protected]>
  • Loading branch information
Mewsen committed Aug 30, 2024
1 parent a724ef4 commit 2efed7f
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions .config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
[[colors.indexed_colors]]
color = "0xF8BD96"
index = 16
# TokyoNight Alacritty Colors
# Default colors
[colors.primary]
background = '#1a1b26'
foreground = '#c0caf5'

[[colors.indexed_colors]]
color = "0xF5E0DC"
index = 17
#[colors.cursor]
#cursor = '#c0caf5'
#text = '#1a1b26'

[colors.bright]
black = "0x988BA2"
blue = "0x96CDFB"
cyan = "0x89DCEB"
green = "0xABE9B3"
magenta = "0xF5C2E7"
red = "0xF28FAD"
white = "0xD9E0EE"
yellow = "0xFAE3B0"
# Normal colors
[colors.normal]
black = '#15161e'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#bb9af7'
cyan = '#7dcfff'
white = '#a9b1d6'

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

[colors.normal]
black = "0x6E6C7E"
blue = "0x96CDFB"
cyan = "0x89DCEB"
green = "0xABE9B3"
magenta = "0xF5C2E7"
red = "0xF28FAD"
white = "0xD9E0EE"
yellow = "0xFAE3B0"
# Indexed Colors
[[colors.indexed_colors]]
index = 16
color = '#ff9e64'

[colors.primary]
background = "0x1E1D2F"
foreground = "0xD9E0EE"
[[colors.indexed_colors]]
index = 17
color = '#db4b4b'

[font]
size = 14.0
Expand Down

0 comments on commit 2efed7f

Please sign in to comment.