whitespace....
This commit is contained in:
parent
4b28dd83a0
commit
31e50b2111
2 changed files with 69 additions and 71 deletions
|
@ -1,78 +1,78 @@
|
||||||
colors:
|
colors:
|
||||||
primary:
|
primary:
|
||||||
background: "#1E1E2E" # base
|
background: "#1E1E2E" # base
|
||||||
foreground: "#CDD6F4" # text
|
foreground: "#CDD6F4" # text
|
||||||
# Bright and dim foreground colors
|
# Bright and dim foreground colors
|
||||||
dim_foreground: "#CDD6F4" # text
|
dim_foreground: "#CDD6F4" # text
|
||||||
bright_foreground: "#CDD6F4" # text
|
bright_foreground: "#CDD6F4" # text
|
||||||
|
|
||||||
# Cursor colors
|
# Cursor colors
|
||||||
cursor:
|
cursor:
|
||||||
text: "#1E1E2E" # base
|
text: "#1E1E2E" # base
|
||||||
cursor: "#F5E0DC" # rosewater
|
cursor: "#F5E0DC" # rosewater
|
||||||
vi_mode_cursor:
|
vi_mode_cursor:
|
||||||
text: "#1E1E2E" # base
|
text: "#1E1E2E" # base
|
||||||
cursor: "#B4BEFE" # lavender
|
cursor: "#B4BEFE" # lavender
|
||||||
|
|
||||||
# Search colors
|
# Search colors
|
||||||
search:
|
search:
|
||||||
matches:
|
matches:
|
||||||
foreground: "#1E1E2E" # base
|
foreground: "#1E1E2E" # base
|
||||||
background: "#A6ADC8" # subtext0
|
background: "#A6ADC8" # subtext0
|
||||||
focused_match:
|
focused_match:
|
||||||
foreground: "#1E1E2E" # base
|
foreground: "#1E1E2E" # base
|
||||||
background: "#A6E3A1" # green
|
background: "#A6E3A1" # green
|
||||||
footer_bar:
|
footer_bar:
|
||||||
foreground: "#1E1E2E" # base
|
foreground: "#1E1E2E" # base
|
||||||
background: "#A6ADC8" # subtext0
|
background: "#A6ADC8" # subtext0
|
||||||
|
|
||||||
# Keyboard regex hints
|
# Keyboard regex hints
|
||||||
hints:
|
hints:
|
||||||
start:
|
start:
|
||||||
foreground: "#1E1E2E" # base
|
foreground: "#1E1E2E" # base
|
||||||
background: "#F9E2AF" # yellow
|
background: "#F9E2AF" # yellow
|
||||||
end:
|
end:
|
||||||
foreground: "#1E1E2E" # base
|
foreground: "#1E1E2E" # base
|
||||||
background: "#A6ADC8" # subtext0
|
background: "#A6ADC8" # subtext0
|
||||||
|
|
||||||
# Selection colors
|
# Selection colors
|
||||||
selection:
|
selection:
|
||||||
text: "#1E1E2E" # base
|
text: "#1E1E2E" # base
|
||||||
background: "#F5E0DC" # rosewater
|
background: "#F5E0DC" # rosewater
|
||||||
|
|
||||||
# Normal colors
|
# Normal colors
|
||||||
normal:
|
normal:
|
||||||
black: "#45475A" # surface1
|
black: "#45475A" # surface1
|
||||||
red: "#F38BA8" # red
|
red: "#F38BA8" # red
|
||||||
green: "#A6E3A1" # green
|
green: "#A6E3A1" # green
|
||||||
yellow: "#F9E2AF" # yellow
|
yellow: "#F9E2AF" # yellow
|
||||||
blue: "#89B4FA" # blue
|
blue: "#89B4FA" # blue
|
||||||
magenta: "#F5C2E7" # pink
|
magenta: "#F5C2E7" # pink
|
||||||
cyan: "#94E2D5" # teal
|
cyan: "#94E2D5" # teal
|
||||||
white: "#BAC2DE" # subtext1
|
white: "#BAC2DE" # subtext1
|
||||||
|
|
||||||
# Bright colors
|
# Bright colors
|
||||||
bright:
|
bright:
|
||||||
black: "#585B70" # surface2
|
black: "#585B70" # surface2
|
||||||
red: "#F38BA8" # red
|
red: "#F38BA8" # red
|
||||||
green: "#A6E3A1" # green
|
green: "#A6E3A1" # green
|
||||||
yellow: "#F9E2AF" # yellow
|
yellow: "#F9E2AF" # yellow
|
||||||
blue: "#89B4FA" # blue
|
blue: "#89B4FA" # blue
|
||||||
magenta: "#F5C2E7" # pink
|
magenta: "#F5C2E7" # pink
|
||||||
cyan: "#94E2D5" # teal
|
cyan: "#94E2D5" # teal
|
||||||
white: "#A6ADC8" # subtext0
|
white: "#A6ADC8" # subtext0
|
||||||
|
|
||||||
# Dim colors
|
# Dim colors
|
||||||
dim:
|
dim:
|
||||||
black: "#45475A" # surface1
|
black: "#45475A" # surface1
|
||||||
red: "#F38BA8" # red
|
red: "#F38BA8" # red
|
||||||
green: "#A6E3A1" # green
|
green: "#A6E3A1" # green
|
||||||
yellow: "#F9E2AF" # yellow
|
yellow: "#F9E2AF" # yellow
|
||||||
blue: "#89B4FA" # blue
|
blue: "#89B4FA" # blue
|
||||||
magenta: "#F5C2E7" # pink
|
magenta: "#F5C2E7" # pink
|
||||||
cyan: "#94E2D5" # teal
|
cyan: "#94E2D5" # teal
|
||||||
white: "#BAC2DE" # subtext1
|
white: "#BAC2DE" # subtext1
|
||||||
|
|
||||||
indexed_colors:
|
indexed_colors:
|
||||||
- { index: 16, color: "#FAB387" }
|
- { index: 16, color: "#FAB387" }
|
||||||
- { index: 17, color: "#F5E0DC" }
|
- { index: 17, color: "#F5E0DC" }
|
||||||
|
|
|
@ -2,5 +2,3 @@
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue