Skip to content

Commit

Permalink
Merge pull request #40 from Tanjib-Rafi/patch-1
Browse files Browse the repository at this point in the history
Create alacritty.toml
  • Loading branch information
Roboron3042 authored Jan 7, 2024
2 parents f370b91 + 1d39bae commit 36dac93
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions terminal/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
colors.draw_bold_text_with_bright_colors = true

# Cyberpunk-Neon colours
[colors.primary]
background = '0x000b1e'
foreground = '0x0abdc6'

# Uncomment the following block if you want to specify cursor colors
# [colors.cursor]
# text = '0x2e2e2d'
# cursor = '0xffffff'

[colors.normal]
black = '0x123e7c'
red = '0xff0000'
green = '0xd300c4'
yellow = '0xf57800'
blue = '0x123e7c'
magenta = '0x711c91'
cyan = '0x0abdc6'
white = '0xd7d7d5'

[colors.bright]
black = '0x1c61c2'
red = '0xff0000'
green = '0xd300c4'
yellow = '0xf57800'
blue = '0x00ff00'
magenta = '0x711c91'
cyan = '0x0abdc6'
white = '0xd7d7d5'

[colors.dim]
black = '0x1c61c2'
red = '0xff0000'
green = '0xd300c4'
yellow = '0xf57800'
blue = '0x123e7c'
magenta = '0x711c91'
cyan = '0x0abdc6'
white = '0xd7d7d5'

0 comments on commit 36dac93

Please sign in to comment.