Fuxx
This commit is contained in:
parent
8268fba83d
commit
7ed2a6e110
9565 changed files with 1315332 additions and 90 deletions
29
home/.config/alacritty/colors/cherryblossom.yml
Normal file
29
home/.config/alacritty/colors/cherryblossom.yml
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Colors (Tokyo Night)
|
||||
# Source: https://github.com/zatchheems/tokyo-night-alacritty-theme
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#02131a'
|
||||
foreground: '#b5e8e0'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1a1b26'
|
||||
red: '#653945'
|
||||
green: '#3c4349'
|
||||
yellow: '#4c4c53'
|
||||
blue: '#695861'
|
||||
magenta: '#88374a'
|
||||
cyan: '#985965'
|
||||
white: '#bcb4b9'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#837d81'
|
||||
red: '#653945'
|
||||
green: '#3c4349'
|
||||
yellow: '#4c4c53'
|
||||
blue: '#695861'
|
||||
magenta: '#88374a'
|
||||
cyan: '#985965'
|
||||
white: '#bcb4b9'
|
30
home/.config/alacritty/colors/doom.yml
Normal file
30
home/.config/alacritty/colors/doom.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#282c34'
|
||||
foreground: '#bbc2cf'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#528bff'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
normal:
|
||||
black: '#1c1f24'
|
||||
red: '#ff6c6b'
|
||||
green: '#98be65'
|
||||
yellow: '#da8548'
|
||||
blue: '#51afef'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#5699af'
|
||||
white: '#202328'
|
||||
bright:
|
||||
black: '#5b6268'
|
||||
red: '#da8548'
|
||||
green: '#4db5bd'
|
||||
yellow: '#ecbe7b'
|
||||
blue: '#3071db' # This is 2257a0 in Doom Emacs but I lightened it.
|
||||
magenta: '#a9a1e1'
|
||||
cyan: '#46d9ff'
|
||||
white: '#dfdfdf'
|
||||
|
30
home/.config/alacritty/colors/doomdark.yml
Normal file
30
home/.config/alacritty/colors/doomdark.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#1D1F21"
|
||||
foreground: "#bbc2cf"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#dfdfdf"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#3e4451"
|
||||
normal:
|
||||
black: "#1c1f24"
|
||||
red: "#ff6c6b"
|
||||
green: "#98be65"
|
||||
yellow: "#da8548"
|
||||
blue: "#51afef"
|
||||
magenta: "#c678dd"
|
||||
cyan: "#5699af"
|
||||
white: "#202328"
|
||||
bright:
|
||||
black: "#5b6268"
|
||||
red: "#da8548"
|
||||
green: "#4db5bd"
|
||||
yellow: "#ecbe7b"
|
||||
blue: "#3071db" # This is 2257a0 in Doom Emacs but I lightened it.
|
||||
magenta: "#a9a1e1"
|
||||
cyan: "#46d9ff"
|
||||
white: "#dfdfdf"
|
||||
|
34
home/.config/alacritty/colors/doomone.yml
Normal file
34
home/.config/alacritty/colors/doomone.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#202328'
|
||||
foreground: '#d7d7d7'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#d7d7d7'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1c1f24'
|
||||
red: '#ff6c6b'
|
||||
green: '#98be65'
|
||||
yellow: '#da8548'
|
||||
blue: '#51afef'
|
||||
magenta: '#c678dd'
|
||||
cyan: '#5699af'
|
||||
white: '#202328'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#5b6268'
|
||||
red: '#da8548'
|
||||
green: '#4db5bd'
|
||||
yellow: '#ecbe7b'
|
||||
blue: '#3071db'
|
||||
magenta: '#a9a1e1'
|
||||
cyan: '#46d9ff'
|
||||
white: '#dfdfdf'
|
||||
|
52
home/.config/alacritty/colors/dracula.yml
Normal file
52
home/.config/alacritty/colors/dracula.yml
Normal file
|
@ -0,0 +1,52 @@
|
|||
colors:
|
||||
primary:
|
||||
background: '#282a36'
|
||||
foreground: '#f8f8f2'
|
||||
bright_foreground: '#ffffff'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
vi_mode_cursor:
|
||||
text: CellBackground
|
||||
cursor: CellForeground
|
||||
search:
|
||||
matches:
|
||||
foreground: '#44475a'
|
||||
background: '#50fa7b'
|
||||
focused_match:
|
||||
foreground: '#44475a'
|
||||
background: '#ffb86c'
|
||||
bar:
|
||||
background: '#282a36'
|
||||
foreground: '#f8f8f2'
|
||||
hints:
|
||||
start:
|
||||
foreground: '#282a36'
|
||||
background: '#f1fa8c'
|
||||
end:
|
||||
foreground: '#f1fa8c'
|
||||
background: '#282a36'
|
||||
line_indicator:
|
||||
foreground: None
|
||||
background: None
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#44475a'
|
||||
normal:
|
||||
black: '#21222c'
|
||||
red: '#ff5555'
|
||||
green: '#50fa7b'
|
||||
yellow: '#f1fa8c'
|
||||
blue: '#bd93f9'
|
||||
magenta: '#ff79c6'
|
||||
cyan: '#8be9fd'
|
||||
white: '#f8f8f2'
|
||||
bright:
|
||||
black: '#6272a4'
|
||||
red: '#ff6e6e'
|
||||
green: '#69ff94'
|
||||
yellow: '#ffffa5'
|
||||
blue: '#d6acff'
|
||||
magenta: '#ff92df'
|
||||
cyan: '#a4ffff'
|
||||
white: '#ffffff'
|
34
home/.config/alacritty/colors/gruvbox.yml
Normal file
34
home/.config/alacritty/colors/gruvbox.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1d1f21'
|
||||
foreground: '#d7d7d7'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#d7d7d7'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#282828'
|
||||
red: '#cc241d'
|
||||
green: '#98971a'
|
||||
yellow: '#d79921'
|
||||
blue: '#458588'
|
||||
magenta: '#b16286'
|
||||
cyan: '#689d6a'
|
||||
white: '#a89984'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#928374'
|
||||
red: '#fb4934'
|
||||
green: '#b8bb26'
|
||||
yellow: '#fabd2f'
|
||||
blue: '#83a598'
|
||||
magenta: '#d3869b'
|
||||
cyan: '#8ec07c'
|
||||
white: '#ebdbb2'
|
||||
|
33
home/.config/alacritty/colors/hund.yml
Normal file
33
home/.config/alacritty/colors/hund.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#161616"
|
||||
foreground: "#c5c8c6"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#d7d7d7"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#525252"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#222222"
|
||||
red: "#e84f4f"
|
||||
green: "#b7ce42"
|
||||
yellow: "#fea63c"
|
||||
blue: "#66aabb"
|
||||
magenta: "#b668c7"
|
||||
cyan: "#6d878d"
|
||||
white: "#dddddd"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#666666"
|
||||
red: "#d23d3d"
|
||||
green: "#bde077"
|
||||
yellow: "#ffe863"
|
||||
blue: "#aaccbb"
|
||||
magenta: "#e16a98"
|
||||
cyan: "#42717b"
|
||||
white: "#cccccc"
|
32
home/.config/alacritty/colors/sweetmars.yml
Normal file
32
home/.config/alacritty/colors/sweetmars.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1d1f21'
|
||||
foreground: '#d7d7d7'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#d7d7d7'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1d1f21'
|
||||
red: '#b24040'
|
||||
green: '#2ebe8f'
|
||||
yellow: '#dc8531'
|
||||
blue: '#518fd8'
|
||||
magenta: '#865596'
|
||||
cyan: '#72b7c9'
|
||||
white: '#707880'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#373b41'
|
||||
red: '#cc6666'
|
||||
green: '#b5bd68'
|
||||
yellow: '#f0c674'
|
||||
blue: '#709abe'
|
||||
magenta: '#af85bb'
|
||||
cyan: '#8abeb7'
|
||||
white: '#c5c8c6'
|
33
home/.config/alacritty/colors/tomorrow-dark.yml
Normal file
33
home/.config/alacritty/colors/tomorrow-dark.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#1d1f21"
|
||||
foreground: "#c5c8c6"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#d7d7d7"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#3e4451"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#282a2e"
|
||||
red: "#a54242"
|
||||
green: "#8c9440"
|
||||
yellow: "#de935f"
|
||||
blue: "#5f819d"
|
||||
magenta: "#85678f"
|
||||
cyan: "#5e8d87"
|
||||
white: "#707880"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#373b41"
|
||||
red: "#cc6666"
|
||||
green: "#b5bd68"
|
||||
yellow: "#f0c674"
|
||||
blue: "#81a2be"
|
||||
magenta: "#b294bb"
|
||||
cyan: "#8abeb7"
|
||||
white: "#c5c8c6"
|
32
home/.config/alacritty/colors/tomorrow-night.yml
Normal file
32
home/.config/alacritty/colors/tomorrow-night.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#1d1f21'
|
||||
foreground: '#c5c8c6'
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#ffffff'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#1d1f21'
|
||||
red: '#cc6666'
|
||||
green: '#b5bd68'
|
||||
yellow: '#e6c547'
|
||||
blue: '#81a2be'
|
||||
magenta: '#b294bb'
|
||||
cyan: '#70c0ba'
|
||||
white: '#373b41'
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#666666'
|
||||
red: '#ff3334'
|
||||
green: '#9ec400'
|
||||
yellow: '#f0c674'
|
||||
blue: '#81a2be'
|
||||
magenta: '#b77ee0'
|
||||
cyan: '#54ced6'
|
||||
white: '#282a2e'
|
33
home/.config/alacritty/colors/tomorrow.yml
Normal file
33
home/.config/alacritty/colors/tomorrow.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#1d1f21"
|
||||
foreground: "#c5c8c6"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: '#d7d7d7'
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: '#3e4451'
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#1d1f21"
|
||||
red: "#cc241d"
|
||||
green: "#98971a"
|
||||
yellow: "#d7992a"
|
||||
blue: "#458588"
|
||||
magenta: "#b16286"
|
||||
cyan: "#689d6a"
|
||||
white: "#c5c8c6"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#969896"
|
||||
red: "#fb4934"
|
||||
green: "#b8bb26"
|
||||
yellow: "#fabd2f"
|
||||
blue: "#83a598"
|
||||
magenta: "#d3869b"
|
||||
cyan: "#8ec07c"
|
||||
white: "#d7d7d7"
|
33
home/.config/alacritty/colors/vacuous.yml
Normal file
33
home/.config/alacritty/colors/vacuous.yml
Normal file
|
@ -0,0 +1,33 @@
|
|||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: "#101010"
|
||||
foreground: "#d2c5bc"
|
||||
cursor:
|
||||
text: CellBackground
|
||||
cursor: "#d7d7d7"
|
||||
selection:
|
||||
text: CellForeground
|
||||
background: "#3e4451"
|
||||
|
||||
# Normal colors
|
||||
normal:
|
||||
black: "#202020"
|
||||
red: "#b91e2e"
|
||||
green: "#81957c"
|
||||
yellow: "#f9bb80"
|
||||
blue: "#356579"
|
||||
magenta: "#55365e"
|
||||
cyan: "#0b3452"
|
||||
white: "#909090"
|
||||
|
||||
# Bright colors
|
||||
bright:
|
||||
black: "#606060"
|
||||
red: "#d14548"
|
||||
green: "#a7b79a"
|
||||
yellow: "#fae3a0"
|
||||
blue: "#7491a1"
|
||||
magenta: "#87314e"
|
||||
cyan: "#0f829d"
|
||||
white: "#fff0f0"
|
Loading…
Add table
Add a link
Reference in a new issue