update alacritty colors
This commit is contained in:
parent
3f5a5a4819
commit
ba8cc6ca62
4 changed files with 20 additions and 3 deletions
|
|
@ -10,12 +10,19 @@ bindings = [
|
|||
{ key = "Enter", mods = "Super|Shift", action = "CreateNewWindow" }
|
||||
]
|
||||
|
||||
[colors]
|
||||
line_indicator = { foreground = "#ebdbb2", background = "#504945" }
|
||||
footer_bar = { foreground = "#ebdbb2", background = "#504945" }
|
||||
selection = { text = "CellForeground", background = "#665c54" }
|
||||
|
||||
# Default colors
|
||||
[colors.primary]
|
||||
# hard contrast background = = '#1d2021'
|
||||
background = '#282828'
|
||||
# soft contrast background = = '#32302f'
|
||||
foreground = '#ebdbb2'
|
||||
dim_foreground = '#d5c4a1'
|
||||
bright_foreground = '#fbf1c7'
|
||||
|
||||
# Normal colors
|
||||
[colors.normal]
|
||||
|
|
@ -38,3 +45,13 @@ blue = '#83a598'
|
|||
magenta = '#d3869b'
|
||||
cyan = '#8ec07c'
|
||||
white = '#ebdbb2'
|
||||
|
||||
[colors.search]
|
||||
matches = { foreground = "#282828", background = "#fabd2f" }
|
||||
focused_match = { foreground = "#282828", background = "#fe8019" }
|
||||
|
||||
[colors.hints]
|
||||
start = { foreground = "#282828", background = "#fe8019" }
|
||||
end = { foreground = "#282828", background = "#fabd2f" }
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ if status is-interactive
|
|||
set fish_color_error red --underline=curly
|
||||
set fish_color_param normal
|
||||
set fish_color_comment brblack
|
||||
set fish_color_selection normal --background brblack
|
||||
set fish_color_selection --background brblack
|
||||
set fish_color_search_match
|
||||
set fish_color_history_current
|
||||
set fish_color_operator yellow
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ SETUVAR fish_color_param:normal
|
|||
SETUVAR fish_color_quote:green\x1e\x2d\x2ditalics
|
||||
SETUVAR fish_color_redirection:yellow
|
||||
SETUVAR fish_color_search_match:\x1d
|
||||
SETUVAR fish_color_selection:normal\x1e\x2d\x2dbackground\x1ebrblack
|
||||
SETUVAR fish_color_selection:\x2d\x2dbackground\x1ebrblack
|
||||
SETUVAR fish_color_status:red
|
||||
SETUVAR fish_color_user:brgreen
|
||||
SETUVAR fish_color_valid_path:\x2d\x2dunderline
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ output "eDP-1" {
|
|||
// mode "1920x1080@120.030"
|
||||
|
||||
// You can use integer or fractional scale, for example use 1.5 for 150% scale.
|
||||
scale 1.33
|
||||
scale 1.66
|
||||
|
||||
// Transform allows to rotate the output counter-clockwise, valid values are:
|
||||
// normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue