migrate dotfiles to this repository
This commit is contained in:
parent
b5cb78b445
commit
06ec517e20
42 changed files with 1539 additions and 1 deletions
35
home/.config/alacritty/themes/kanagawa_lotus.toml
Normal file
35
home/.config/alacritty/themes/kanagawa_lotus.toml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[colors.primary]
|
||||
background = '#f2ecbc'
|
||||
foreground = '#545464'
|
||||
|
||||
[colors.normal]
|
||||
black = "#1f1f28"
|
||||
red = "#c84053"
|
||||
green = "#6f894e"
|
||||
yellow = "#77713f"
|
||||
blue = "#4d699b"
|
||||
magenta = "#b35b79"
|
||||
cyan = "#597b75"
|
||||
white = "#545464"
|
||||
|
||||
[colors.bright]
|
||||
black = "#8a8980"
|
||||
red = "#d7474b"
|
||||
green = "#6e915f"
|
||||
yellow = "#836f4a"
|
||||
blue = "#6693bf"
|
||||
magenta = "#624c83"
|
||||
cyan = "#5e857a"
|
||||
white = "#43436c"
|
||||
|
||||
[colors.selection]
|
||||
background = '#c9cbd1'
|
||||
foreground = '#dcd7ba'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 16
|
||||
color = '#e98a00'
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
index = 17
|
||||
color = '#e82424'
|
||||
35
home/.config/alacritty/themes/kanagawa_wave.toml
Normal file
35
home/.config/alacritty/themes/kanagawa_wave.toml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[[colors.indexed_colors]]
|
||||
color = "0xffa066"
|
||||
index = 16
|
||||
|
||||
[[colors.indexed_colors]]
|
||||
color = "0xff5d62"
|
||||
index = 17
|
||||
|
||||
[colors.bright]
|
||||
black = "0x727169"
|
||||
blue = "0x7fb4ca"
|
||||
cyan = "0x7aa89f"
|
||||
green = "0x98bb6c"
|
||||
magenta = "0x938aa9"
|
||||
red = "0xe82424"
|
||||
white = "0xdcd7ba"
|
||||
yellow = "0xe6c384"
|
||||
|
||||
[colors.normal]
|
||||
black = "0x090618"
|
||||
blue = "0x7e9cd8"
|
||||
cyan = "0x6a9589"
|
||||
green = "0x76946a"
|
||||
magenta = "0x957fb8"
|
||||
red = "0xc34043"
|
||||
white = "0xc8c093"
|
||||
yellow = "0xc0a36e"
|
||||
|
||||
[colors.primary]
|
||||
background = "0x1f1f28"
|
||||
foreground = "0xdcd7ba"
|
||||
|
||||
[colors.selection]
|
||||
background = "0x2d4f67"
|
||||
foreground = "0xc8c093"
|
||||
Loading…
Add table
Add a link
Reference in a new issue