mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 11:54:57 -04:00
initial commit
This commit is contained in:
commit
c4ff3550e4
36 changed files with 2380 additions and 0 deletions
34
.config/alacritty/themes/twdark.toml
Normal file
34
.config/alacritty/themes/twdark.toml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# hardhacker colorscheme for alacritty
|
||||
# by xin wu, https//github.com/hardhackerlabs/theme-alacritty
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
background = '#282433'
|
||||
foreground = '#eee9fc'
|
||||
|
||||
[colors.cursor]
|
||||
text = '#eee9fc'
|
||||
cursor = '#eee9fc'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
black = '#282433'
|
||||
red = '#ff5452'
|
||||
green = '#bdde6e'
|
||||
yellow = '#ffff00'
|
||||
blue = '#5509ab'
|
||||
magenta = '#9147ff'
|
||||
cyan = '#6fc9ff'
|
||||
white = '#eee9fc'
|
||||
|
||||
# Bright colors
|
||||
[colors.bright]
|
||||
black = '#3f3951'
|
||||
red = '#ff5452'
|
||||
green = '#bdde6e'
|
||||
yellow = '#ffff00'
|
||||
blue = '#5509ab'
|
||||
magenta = '#9147ff'
|
||||
cyan = '#6fc9ff'
|
||||
white = '#eee9fc'
|
||||
|
||||
Loading…
Reference in a new issue