mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-29 12:14: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/hardhacker.yml
Normal file
34
.config/alacritty/themes/hardhacker.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# hardhacker colorscheme for alacritty
|
||||
# by xin wu, https://github.com/hardhackerlabs/theme-alacritty
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '0x282433'
|
||||
foreground: '0xeee9fc'
|
||||
|
||||
# Colors the cursor will use if `custom_cursor_colors` is true
|
||||
cursor:
|
||||
text: '0xeee9fc'
|
||||
cursor: '0xeee9fc'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '0x282433'
|
||||
red: '0xe965a5'
|
||||
green: '0xb1f2a7'
|
||||
yellow: '0xebde76'
|
||||
blue: '0xb1baf4'
|
||||
magenta: '0xe192ef'
|
||||
cyan: '0xb3f4f3'
|
||||
white: '0xeee9fc'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '0x3f3951'
|
||||
red: '0xe965a5'
|
||||
green: '0xb1f2a7'
|
||||
yellow: '0xebde76'
|
||||
blue: '0xb1baf4'
|
||||
magenta: '0xe192ef'
|
||||
cyan: '0xb3f4f3'
|
||||
white: '0xeee9fc'
|
||||
Loading…
Reference in a new issue