alacritty: remove from dotfiles
This commit is contained in:
parent
0404379ed1
commit
6ba930348c
@ -1,49 +0,0 @@
|
|||||||
import = ["/home/trianta/.config/alacritty/catppuccin/catppuccin-mocha.toml"]
|
|
||||||
|
|
||||||
[cursor.style]
|
|
||||||
shape = "Underline"
|
|
||||||
|
|
||||||
[env]
|
|
||||||
TERM = "xterm-256color"
|
|
||||||
|
|
||||||
[font]
|
|
||||||
size = 10
|
|
||||||
|
|
||||||
[colors]
|
|
||||||
footer_bar = { foreground = "#181818", background = "#d8d8d8" }
|
|
||||||
|
|
||||||
[font.normal]
|
|
||||||
family = "HackNerdFont"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
action = "ScrollPageUp"
|
|
||||||
key = "PageUp"
|
|
||||||
mode = "~Alt"
|
|
||||||
mods = "Shift"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
action = "ScrollPageDown"
|
|
||||||
key = "PageDown"
|
|
||||||
mode = "~Alt"
|
|
||||||
mods = "Shift"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
action = "ScrollToTop"
|
|
||||||
key = "Home"
|
|
||||||
mode = "~Alt"
|
|
||||||
mods = "Shift"
|
|
||||||
|
|
||||||
[[keyboard.bindings]]
|
|
||||||
action = "ScrollToBottom"
|
|
||||||
key = "End"
|
|
||||||
mode = "~Alt"
|
|
||||||
mods = "Shift"
|
|
||||||
|
|
||||||
[shell]
|
|
||||||
args = ["--login"]
|
|
||||||
program = "/bin/zsh"
|
|
||||||
|
|
||||||
[window]
|
|
||||||
#opacity = 0.5
|
|
||||||
padding = {x = 0, y = 0}
|
|
||||||
|
|
@ -1,75 +0,0 @@
|
|||||||
[colors.primary]
|
|
||||||
background = "#303446"
|
|
||||||
foreground = "#C6D0F5"
|
|
||||||
dim_foreground = "#C6D0F5"
|
|
||||||
bright_foreground = "#C6D0F5"
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = "#303446"
|
|
||||||
cursor = "#F2D5CF"
|
|
||||||
|
|
||||||
[colors.vi_mode_cursor]
|
|
||||||
text = "#303446"
|
|
||||||
cursor = "#BABBF1"
|
|
||||||
|
|
||||||
[colors.search.matches]
|
|
||||||
foreground = "#303446"
|
|
||||||
background = "#A5ADCE"
|
|
||||||
|
|
||||||
[colors.search.focused_match]
|
|
||||||
foreground = "#303446"
|
|
||||||
background = "#A6D189"
|
|
||||||
|
|
||||||
[colors.footer_bar]
|
|
||||||
foreground = "#303446"
|
|
||||||
background = "#A5ADCE"
|
|
||||||
|
|
||||||
[colors.hints.start]
|
|
||||||
foreground = "#303446"
|
|
||||||
background = "#E5C890"
|
|
||||||
|
|
||||||
[colors.hints.end]
|
|
||||||
foreground = "#303446"
|
|
||||||
background = "#A5ADCE"
|
|
||||||
|
|
||||||
[colors.selection]
|
|
||||||
text = "#303446"
|
|
||||||
background = "#F2D5CF"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#51576D"
|
|
||||||
red = "#E78284"
|
|
||||||
green = "#A6D189"
|
|
||||||
yellow = "#E5C890"
|
|
||||||
blue = "#8CAAEE"
|
|
||||||
magenta = "#F4B8E4"
|
|
||||||
cyan = "#81C8BE"
|
|
||||||
white = "#B5BFE2"
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = "#626880"
|
|
||||||
red = "#E78284"
|
|
||||||
green = "#A6D189"
|
|
||||||
yellow = "#E5C890"
|
|
||||||
blue = "#8CAAEE"
|
|
||||||
magenta = "#F4B8E4"
|
|
||||||
cyan = "#81C8BE"
|
|
||||||
white = "#A5ADCE"
|
|
||||||
|
|
||||||
[colors.dim]
|
|
||||||
black = "#51576D"
|
|
||||||
red = "#E78284"
|
|
||||||
green = "#A6D189"
|
|
||||||
yellow = "#E5C890"
|
|
||||||
blue = "#8CAAEE"
|
|
||||||
magenta = "#F4B8E4"
|
|
||||||
cyan = "#81C8BE"
|
|
||||||
white = "#B5BFE2"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 16
|
|
||||||
color = "#EF9F76"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 17
|
|
||||||
color = "#F2D5CF"
|
|
@ -1,75 +0,0 @@
|
|||||||
[colors.primary]
|
|
||||||
background = "#EFF1F5"
|
|
||||||
foreground = "#4C4F69"
|
|
||||||
dim_foreground = "#4C4F69"
|
|
||||||
bright_foreground = "#4C4F69"
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = "#EFF1F5"
|
|
||||||
cursor = "#DC8A78"
|
|
||||||
|
|
||||||
[colors.vi_mode_cursor]
|
|
||||||
text = "#EFF1F5"
|
|
||||||
cursor = "#7287FD"
|
|
||||||
|
|
||||||
[colors.search.matches]
|
|
||||||
foreground = "#EFF1F5"
|
|
||||||
background = "#6C6F85"
|
|
||||||
|
|
||||||
[colors.search.focused_match]
|
|
||||||
foreground = "#EFF1F5"
|
|
||||||
background = "#40A02B"
|
|
||||||
|
|
||||||
[colors.footer_bar]
|
|
||||||
foreground = "#EFF1F5"
|
|
||||||
background = "#6C6F85"
|
|
||||||
|
|
||||||
[colors.hints.start]
|
|
||||||
foreground = "#EFF1F5"
|
|
||||||
background = "#DF8E1D"
|
|
||||||
|
|
||||||
[colors.hints.end]
|
|
||||||
foreground = "#EFF1F5"
|
|
||||||
background = "#6C6F85"
|
|
||||||
|
|
||||||
[colors.selection]
|
|
||||||
text = "#EFF1F5"
|
|
||||||
background = "#DC8A78"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#5C5F77"
|
|
||||||
red = "#D20F39"
|
|
||||||
green = "#40A02B"
|
|
||||||
yellow = "#DF8E1D"
|
|
||||||
blue = "#1E66F5"
|
|
||||||
magenta = "#EA76CB"
|
|
||||||
cyan = "#179299"
|
|
||||||
white = "#ACB0BE"
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = "#6C6F85"
|
|
||||||
red = "#D20F39"
|
|
||||||
green = "#40A02B"
|
|
||||||
yellow = "#DF8E1D"
|
|
||||||
blue = "#1E66F5"
|
|
||||||
magenta = "#EA76CB"
|
|
||||||
cyan = "#179299"
|
|
||||||
white = "#BCC0CC"
|
|
||||||
|
|
||||||
[colors.dim]
|
|
||||||
black = "#5C5F77"
|
|
||||||
red = "#D20F39"
|
|
||||||
green = "#40A02B"
|
|
||||||
yellow = "#DF8E1D"
|
|
||||||
blue = "#1E66F5"
|
|
||||||
magenta = "#EA76CB"
|
|
||||||
cyan = "#179299"
|
|
||||||
white = "#ACB0BE"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 16
|
|
||||||
color = "#FE640B"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 17
|
|
||||||
color = "#DC8A78"
|
|
@ -1,75 +0,0 @@
|
|||||||
[colors.primary]
|
|
||||||
background = "#24273A"
|
|
||||||
foreground = "#CAD3F5"
|
|
||||||
dim_foreground = "#CAD3F5"
|
|
||||||
bright_foreground = "#CAD3F5"
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = "#24273A"
|
|
||||||
cursor = "#F4DBD6"
|
|
||||||
|
|
||||||
[colors.vi_mode_cursor]
|
|
||||||
text = "#24273A"
|
|
||||||
cursor = "#B7BDF8"
|
|
||||||
|
|
||||||
[colors.search.matches]
|
|
||||||
foreground = "#24273A"
|
|
||||||
background = "#A5ADCB"
|
|
||||||
|
|
||||||
[colors.search.focused_match]
|
|
||||||
foreground = "#24273A"
|
|
||||||
background = "#A6DA95"
|
|
||||||
|
|
||||||
[colors.footer_bar]
|
|
||||||
foreground = "#24273A"
|
|
||||||
background = "#A5ADCB"
|
|
||||||
|
|
||||||
[colors.hints.start]
|
|
||||||
foreground = "#24273A"
|
|
||||||
background = "#EED49F"
|
|
||||||
|
|
||||||
[colors.hints.end]
|
|
||||||
foreground = "#24273A"
|
|
||||||
background = "#A5ADCB"
|
|
||||||
|
|
||||||
[colors.selection]
|
|
||||||
text = "#24273A"
|
|
||||||
background = "#F4DBD6"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#494D64"
|
|
||||||
red = "#ED8796"
|
|
||||||
green = "#A6DA95"
|
|
||||||
yellow = "#EED49F"
|
|
||||||
blue = "#8AADF4"
|
|
||||||
magenta = "#F5BDE6"
|
|
||||||
cyan = "#8BD5CA"
|
|
||||||
white = "#B8C0E0"
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = "#5B6078"
|
|
||||||
red = "#ED8796"
|
|
||||||
green = "#A6DA95"
|
|
||||||
yellow = "#EED49F"
|
|
||||||
blue = "#8AADF4"
|
|
||||||
magenta = "#F5BDE6"
|
|
||||||
cyan = "#8BD5CA"
|
|
||||||
white = "#A5ADCB"
|
|
||||||
|
|
||||||
[colors.dim]
|
|
||||||
black = "#494D64"
|
|
||||||
red = "#ED8796"
|
|
||||||
green = "#A6DA95"
|
|
||||||
yellow = "#EED49F"
|
|
||||||
blue = "#8AADF4"
|
|
||||||
magenta = "#F5BDE6"
|
|
||||||
cyan = "#8BD5CA"
|
|
||||||
white = "#B8C0E0"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 16
|
|
||||||
color = "#F5A97F"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 17
|
|
||||||
color = "#F4DBD6"
|
|
@ -1,75 +0,0 @@
|
|||||||
[colors.primary]
|
|
||||||
background = "#1E1E2E"
|
|
||||||
foreground = "#CDD6F4"
|
|
||||||
dim_foreground = "#CDD6F4"
|
|
||||||
bright_foreground = "#CDD6F4"
|
|
||||||
|
|
||||||
[colors.cursor]
|
|
||||||
text = "#1E1E2E"
|
|
||||||
cursor = "#F5E0DC"
|
|
||||||
|
|
||||||
[colors.vi_mode_cursor]
|
|
||||||
text = "#1E1E2E"
|
|
||||||
cursor = "#B4BEFE"
|
|
||||||
|
|
||||||
[colors.search.matches]
|
|
||||||
foreground = "#1E1E2E"
|
|
||||||
background = "#A6ADC8"
|
|
||||||
|
|
||||||
[colors.search.focused_match]
|
|
||||||
foreground = "#1E1E2E"
|
|
||||||
background = "#A6E3A1"
|
|
||||||
|
|
||||||
[colors.footer_bar]
|
|
||||||
foreground = "#1E1E2E"
|
|
||||||
background = "#A6ADC8"
|
|
||||||
|
|
||||||
[colors.hints.start]
|
|
||||||
foreground = "#1E1E2E"
|
|
||||||
background = "#F9E2AF"
|
|
||||||
|
|
||||||
[colors.hints.end]
|
|
||||||
foreground = "#1E1E2E"
|
|
||||||
background = "#A6ADC8"
|
|
||||||
|
|
||||||
[colors.selection]
|
|
||||||
text = "#1E1E2E"
|
|
||||||
background = "#F5E0DC"
|
|
||||||
|
|
||||||
[colors.normal]
|
|
||||||
black = "#45475A"
|
|
||||||
red = "#F38BA8"
|
|
||||||
green = "#A6E3A1"
|
|
||||||
yellow = "#F9E2AF"
|
|
||||||
blue = "#89B4FA"
|
|
||||||
magenta = "#F5C2E7"
|
|
||||||
cyan = "#94E2D5"
|
|
||||||
white = "#BAC2DE"
|
|
||||||
|
|
||||||
[colors.bright]
|
|
||||||
black = "#585B70"
|
|
||||||
red = "#F38BA8"
|
|
||||||
green = "#A6E3A1"
|
|
||||||
yellow = "#F9E2AF"
|
|
||||||
blue = "#89B4FA"
|
|
||||||
magenta = "#F5C2E7"
|
|
||||||
cyan = "#94E2D5"
|
|
||||||
white = "#A6ADC8"
|
|
||||||
|
|
||||||
[colors.dim]
|
|
||||||
black = "#45475A"
|
|
||||||
red = "#F38BA8"
|
|
||||||
green = "#A6E3A1"
|
|
||||||
yellow = "#F9E2AF"
|
|
||||||
blue = "#89B4FA"
|
|
||||||
magenta = "#F5C2E7"
|
|
||||||
cyan = "#94E2D5"
|
|
||||||
white = "#BAC2DE"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 16
|
|
||||||
color = "#FAB387"
|
|
||||||
|
|
||||||
[[colors.indexed_colors]]
|
|
||||||
index = 17
|
|
||||||
color = "#F5E0DC"
|
|
@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Syncing user with alacritty..."
|
|
||||||
rsync --delete --recursive $(dirname "$0")/alacritty/ ~/.config/alacritty
|
|
||||||
|
|
||||||
echo "Syncing user with dunst..."
|
echo "Syncing user with dunst..."
|
||||||
rsync --delete --recursive $(dirname "$0")/dunst/ ~/.config/dunst
|
rsync --delete --recursive $(dirname "$0")/dunst/ ~/.config/dunst
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "Syncing dotfiles with alacritty..."
|
|
||||||
rsync --delete --recursive ~/.config/alacritty $(dirname "$0")
|
|
||||||
|
|
||||||
echo "Syncing dotfiles with dunst..."
|
echo "Syncing dotfiles with dunst..."
|
||||||
rsync --delete --recursive ~/.config/dunst $(dirname "$0")
|
rsync --delete --recursive ~/.config/dunst $(dirname "$0")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user