Compare commits
No commits in common. "e50284111bc0320ec1c7fc56c6f9e06ad250e88c" and "98e69defac5e93cf8f9f4a20e98404e2383674bd" have entirely different histories.
e50284111b
...
98e69defac
@ -7,10 +7,15 @@ draw_bold_text_with_bright_colors = false
|
|||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 9
|
size = 10.5
|
||||||
|
|
||||||
[font.bold]
|
[font.bold]
|
||||||
family = "Fira Code Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Fira Code Nerd Font"
|
family = "Fira Code Nerd Font"
|
||||||
|
|
||||||
|
[keyboard]
|
||||||
|
bindings = [
|
||||||
|
{ key = ";", mods = "Control", chars = "\u001bOR" }
|
||||||
|
]
|
||||||
|
306
alacritty/.config/alacritty/alacritty.yml
Normal file
306
alacritty/.config/alacritty/alacritty.yml
Normal file
@ -0,0 +1,306 @@
|
|||||||
|
# See: /usr/share/doc/alacritty/example/alacritty.yml
|
||||||
|
|
||||||
|
env:
|
||||||
|
TERM: xterm-256color
|
||||||
|
|
||||||
|
# From https://gist.github.com/sainnhe/6432f83181c4520ea87b5211fed27950
|
||||||
|
# Changed only to &dark and YAML &light labels
|
||||||
|
schemes:
|
||||||
|
dark: &dark
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '#2E3440'
|
||||||
|
foreground: '#C8D0E0'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#3B4252'
|
||||||
|
red: '#BF616A'
|
||||||
|
green: '#A3BE8C'
|
||||||
|
yellow: '#EBCB8B'
|
||||||
|
blue: '#81A1C1'
|
||||||
|
magenta: '#B988B0'
|
||||||
|
cyan: '#88C0D0'
|
||||||
|
white: '#E5E9F0'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#4C566A'
|
||||||
|
red: '#BF616A'
|
||||||
|
green: '#A3BE8C'
|
||||||
|
yellow: '#EBCB8B'
|
||||||
|
blue: '#81A1C1'
|
||||||
|
magenta: '#B988B0'
|
||||||
|
cyan: '#8FBCBB'
|
||||||
|
white: '#ECEFF4'
|
||||||
|
|
||||||
|
search:
|
||||||
|
matches:
|
||||||
|
foreground: '#81A1C1'
|
||||||
|
background: '#4C566A'
|
||||||
|
focused_match:
|
||||||
|
foreground: '#EBCB8B'
|
||||||
|
background: '#4C566A'
|
||||||
|
|
||||||
|
footer_bar:
|
||||||
|
background: '#434C5E'
|
||||||
|
foreground: '#88C0D0'
|
||||||
|
|
||||||
|
hints:
|
||||||
|
start:
|
||||||
|
foreground: '#B988B0'
|
||||||
|
background: '#4C566A'
|
||||||
|
|
||||||
|
end:
|
||||||
|
foreground: '#81A1C1'
|
||||||
|
background: '#4C566A'
|
||||||
|
|
||||||
|
selection:
|
||||||
|
text: CellForeground
|
||||||
|
background: '#3F4758'
|
||||||
|
|
||||||
|
light: &light
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '#F7F8FA'
|
||||||
|
foreground: '#2E3440'
|
||||||
|
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#2E3440'
|
||||||
|
red: '#CB4F53'
|
||||||
|
green: '#48A53D'
|
||||||
|
yellow: '#EE5E25'
|
||||||
|
blue: '#3879C5'
|
||||||
|
magenta: '#9F4ACA'
|
||||||
|
cyan: '#3EA1AD'
|
||||||
|
white: '#E5E9F0'
|
||||||
|
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#646A76'
|
||||||
|
red: '#D16366'
|
||||||
|
green: '#5F9E9D'
|
||||||
|
yellow: '#BA793E'
|
||||||
|
blue: '#1B40A6'
|
||||||
|
magenta: '#9665AF'
|
||||||
|
cyan: '#8FBCBB'
|
||||||
|
white: '#ECEFF4'
|
||||||
|
|
||||||
|
search:
|
||||||
|
matches:
|
||||||
|
foreground: '#3879C5'
|
||||||
|
background: '#646A76'
|
||||||
|
focused_match:
|
||||||
|
foreground: '#EE5E25'
|
||||||
|
background: '#646A76'
|
||||||
|
|
||||||
|
footer_bar:
|
||||||
|
background: '#DFE1E4'
|
||||||
|
foreground: '#3EA1AD'
|
||||||
|
|
||||||
|
hints:
|
||||||
|
start:
|
||||||
|
foreground: '#9665AF'
|
||||||
|
background: '#646A76'
|
||||||
|
|
||||||
|
end:
|
||||||
|
foreground: '#3879C5'
|
||||||
|
background: '#646A76'
|
||||||
|
|
||||||
|
selection:
|
||||||
|
text: CellForeground
|
||||||
|
background: '#EAEBED'
|
||||||
|
|
||||||
|
lupan-dark: &lupan-dark
|
||||||
|
primary:
|
||||||
|
background: '#2c393c'
|
||||||
|
foreground: '#b1babd'
|
||||||
|
normal:
|
||||||
|
black: '#232e31'
|
||||||
|
red: '#d8aeb5'
|
||||||
|
green: '#9bc48e'
|
||||||
|
yellow: '#ceb58e'
|
||||||
|
blue: '#94c0ca'
|
||||||
|
magenta: '#ceaed6'
|
||||||
|
cyan: '#93c2bb'
|
||||||
|
white: '#9ea7aa'
|
||||||
|
bright:
|
||||||
|
black: '#597177'
|
||||||
|
red: '#dcb8be'
|
||||||
|
green: '#a2cd94'
|
||||||
|
yellow: '#d7bd95'
|
||||||
|
blue: '#9bc8d3'
|
||||||
|
magenta: '#d4b8da'
|
||||||
|
cyan: '#99cac4'
|
||||||
|
white: '#b9c3c5'
|
||||||
|
lupan-light: &lupan-light
|
||||||
|
primary:
|
||||||
|
background: '#e9f2f5'
|
||||||
|
foreground: '#6d797c'
|
||||||
|
normal:
|
||||||
|
black: '#1b1c1c'
|
||||||
|
red: '#d0426a'
|
||||||
|
green: '#52833e'
|
||||||
|
yellow: '#8e733f'
|
||||||
|
blue: '#44808b'
|
||||||
|
magenta: '#b14cc1'
|
||||||
|
cyan: '#42827a'
|
||||||
|
white: '#c2c7c9'
|
||||||
|
bright:
|
||||||
|
black: '#454748'
|
||||||
|
red: '#e34d76'
|
||||||
|
green: '#5b9146'
|
||||||
|
yellow: '#9d8046'
|
||||||
|
blue: '#4c8d99'
|
||||||
|
magenta: '#c455d5'
|
||||||
|
cyan: '#4a8f87'
|
||||||
|
white: '#eff1f1'
|
||||||
|
everforest_dark_hard: &everforest_dark_hard
|
||||||
|
primary:
|
||||||
|
background: '#272e33'
|
||||||
|
foreground: '#d3c6aa'
|
||||||
|
normal:
|
||||||
|
black: '#414b50'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
bright:
|
||||||
|
black: '#475258'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
everforest_dark_medium: &everforest_dark_medium
|
||||||
|
primary:
|
||||||
|
background: '#2d353b'
|
||||||
|
foreground: '#d3c6aa'
|
||||||
|
normal:
|
||||||
|
black: '#475258'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
bright:
|
||||||
|
black: '#475258'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
everforest_dark_soft: &everforest_dark_soft
|
||||||
|
primary:
|
||||||
|
background: '#333c43'
|
||||||
|
foreground: '#d3c6aa'
|
||||||
|
normal:
|
||||||
|
black: '#4d5960'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
bright:
|
||||||
|
black: '#4d5960'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
everforest_light_hard: &everforest_light_hard
|
||||||
|
primary:
|
||||||
|
background: '#fffbef'
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e8e5d5'
|
||||||
|
bright:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e8e5d5'
|
||||||
|
everforest_light_medium: &everforest_light_medium
|
||||||
|
primary:
|
||||||
|
background: '#fdf6e3'
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e0dcc7'
|
||||||
|
bright:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#e0dcc7'
|
||||||
|
everforest_light_soft: &everforest_light_soft
|
||||||
|
primary:
|
||||||
|
background: '#f3ead3'
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#d8d3ba'
|
||||||
|
bright:
|
||||||
|
black: '#5c6a72'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#d8d3ba'
|
||||||
|
|
||||||
|
draw_bold_text_with_bright_colors: false
|
||||||
|
|
||||||
|
colors: *dark
|
||||||
|
|
||||||
|
font:
|
||||||
|
size: 10.5
|
||||||
|
normal:
|
||||||
|
family: Fira Code Nerd Font
|
||||||
|
bold:
|
||||||
|
family: Fira Code Nerd Font
|
||||||
|
|
||||||
|
key_bindings:
|
||||||
|
- key: F6
|
||||||
|
mods: Control|Shift
|
||||||
|
command: { program: "/bin/sh", args: ["-c", "~/.config/alacritty/set_theme.sh --next"] }
|
30
alacritty/.config/alacritty/set_theme.sh
Executable file
30
alacritty/.config/alacritty/set_theme.sh
Executable file
@ -0,0 +1,30 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
case "$1" in
|
||||||
|
lupan-dark|lupan-dark-blue|lupan-dark-gray|lupan-light|lupan-material-dark|lupan-material-light)
|
||||||
|
sed -i "s/^colors: [*].*/colors: *$1/" ~/.config/alacritty/alacritty.yml
|
||||||
|
;;
|
||||||
|
--next)
|
||||||
|
case $(grep colors: ~/.config/alacritty/alacritty.yml) in
|
||||||
|
'colors: *lupan-dark')
|
||||||
|
THEME=lupan-dark-blue
|
||||||
|
;;
|
||||||
|
'colors: *lupan-dark-blue')
|
||||||
|
THEME=lupan-dark-gray
|
||||||
|
;;
|
||||||
|
'colors: *lupan-dark-gray')
|
||||||
|
THEME=lupan-light
|
||||||
|
;;
|
||||||
|
'colors: *lupan-light')
|
||||||
|
THEME=lupan-material-dark
|
||||||
|
;;
|
||||||
|
'colors: *lupan-material-dark')
|
||||||
|
THEME=lupan-material-light
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
THEME=lupan-dark
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
sed -i "s/^colors: [*].*/colors: *$THEME/" ~/.config/alacritty/alacritty.yml
|
||||||
|
;;
|
||||||
|
esac
|
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: Fira Code Nerd Font;
|
font-family: Fira Code Nerd Font;
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
padding: 0 0.5rem;
|
padding: 0 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
@ -20,6 +20,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#clock {
|
#clock {
|
||||||
padding: 0 0.5rem;
|
padding: 0 1rem;
|
||||||
border-bottom: 3px solid transparent;
|
border-bottom: 3px solid transparent;
|
||||||
}
|
}
|
||||||
|
@ -5,18 +5,6 @@ return {
|
|||||||
show_icons = true,
|
show_icons = true,
|
||||||
leader_key = '<leader>;',
|
leader_key = '<leader>;',
|
||||||
buffer_leader_key = '<leader>m',
|
buffer_leader_key = '<leader>m',
|
||||||
},
|
|
||||||
keys = {
|
|
||||||
{ "<leader>1", function() require("arrow.persist").go_to(1) end },
|
|
||||||
{ "<leader>2", function() require("arrow.persist").go_to(2) end },
|
|
||||||
{ "<leader>3", function() require("arrow.persist").go_to(3) end },
|
|
||||||
{ "<leader>4", function() require("arrow.persist").go_to(4) end },
|
|
||||||
{ "<leader>5", function() require("arrow.persist").go_to(5) end },
|
|
||||||
{ "<leader>6", function() require("arrow.persist").go_to(6) end },
|
|
||||||
{ "<leader>7", function() require("arrow.persist").go_to(7) end },
|
|
||||||
{ "<leader>8", function() require("arrow.persist").go_to(8) end },
|
|
||||||
{ "<leader>9", function() require("arrow.persist").go_to(9) end },
|
|
||||||
{ "<leader>0", function() require("arrow.persist").go_to(10) end },
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user