added foot configuration
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
name = "Gruvbox-Plus-Dark";
|
name = "Gruvbox-Plus-Dark";
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
name = "Monoid Nerd Font Retina Regular";
|
name = "Input Sans Narrow Light";
|
||||||
size = 9;
|
size = 10;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,8 +41,8 @@
|
|||||||
ZSH_THEME_RUBY_PROMPT_PREFIX="%F{167}‹"
|
ZSH_THEME_RUBY_PROMPT_PREFIX="%F{167}‹"
|
||||||
ZSH_THEME_RUBY_PROMPT_SUFFIX="›%f"
|
ZSH_THEME_RUBY_PROMPT_SUFFIX="›%f"
|
||||||
|
|
||||||
PROMPT='%F{143}%c%f $(git_prompt_info)$(virtualenv_prompt_info)
|
PROMPT='%F{143}%~%f $(git_prompt_info)$(virtualenv_prompt_info)
|
||||||
%F{143}➜ '
|
%F{143}$ '
|
||||||
|
|
||||||
RPROMPT='$(ruby_prompt_info)'
|
RPROMPT='$(ruby_prompt_info)'
|
||||||
|
|
||||||
|
|||||||
@@ -42,6 +42,12 @@
|
|||||||
# workers=<number of logical CPUs>
|
# workers=<number of logical CPUs>
|
||||||
# utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux)
|
# utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux)
|
||||||
# utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD)
|
# utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD)
|
||||||
|
|
||||||
|
main = {
|
||||||
|
font = "Input Mono Compressed:size=10";
|
||||||
|
dpi-aware = "yes";
|
||||||
|
pad = "3x1";
|
||||||
|
};
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
# name=value
|
# name=value
|
||||||
@@ -51,7 +57,7 @@
|
|||||||
urgent = "no";
|
urgent = "no";
|
||||||
notify = "no";
|
notify = "no";
|
||||||
visual = "no";
|
visual = "no";
|
||||||
command = "";
|
command = "no";
|
||||||
command-focused = "no";
|
command-focused = "no";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -89,50 +95,25 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
colors = {
|
colors = {
|
||||||
# alpha=1.0
|
alpha = "0.9";
|
||||||
# background=242424
|
background = "282828";
|
||||||
# foreground=ffffff
|
foreground = "ebdbb2";
|
||||||
# flash=7f7f00
|
regular0 = "282828";
|
||||||
# flash-alpha=0.5
|
regular1 = "cc241d";
|
||||||
|
regular2 = "98971a";
|
||||||
## Normal/regular colors (color palette 0-7)
|
regular3 = "d79921";
|
||||||
# regular0=242424 # black
|
regular4 = "458588";
|
||||||
# regular1=f62b5a # red
|
regular5 = "b16286";
|
||||||
# regular2=47b413 # green
|
regular6 = "689d6a";
|
||||||
# regular3=e3c401 # yellow
|
regular7 = "a89984";
|
||||||
# regular4=24acd4 # blue
|
bright0 = "928374";
|
||||||
# regular5=f2affd # magenta
|
bright1 = "fb4934";
|
||||||
# regular6=13c299 # cyan
|
bright2 = "b8bb26";
|
||||||
# regular7=e6e6e6 # white
|
bright3 = "fabd2f";
|
||||||
|
bright4 = "83a598";
|
||||||
## Bright colors (color palette 8-15)
|
bright5 = "d3869b";
|
||||||
# bright0=616161 # bright black
|
bright6 = "8ec07c";
|
||||||
# bright1=ff4d51 # bright red
|
bright7 = "ebdbb2";
|
||||||
# bright2=35d450 # bright green
|
|
||||||
# bright3=e9e836 # bright yellow
|
|
||||||
# bright4=5dc5f8 # bright blue
|
|
||||||
# bright5=feabf2 # bright magenta
|
|
||||||
# bright6=24dfc4 # bright cyan
|
|
||||||
# bright7=ffffff # bright white
|
|
||||||
|
|
||||||
## dimmed colors (see foot.ini(5) man page)
|
|
||||||
# dim0=<not set>
|
|
||||||
# ...
|
|
||||||
# dim7=<not-set>
|
|
||||||
|
|
||||||
## The remaining 256-color palette
|
|
||||||
# 16 = <256-color palette #16>
|
|
||||||
# ...
|
|
||||||
# 255 = <256-color palette #255>
|
|
||||||
|
|
||||||
## Misc colors
|
|
||||||
# selection-foreground=<inverse foreground/background>
|
|
||||||
# selection-background=<inverse foreground/background>
|
|
||||||
# jump-labels=<regular0> <regular3> # black-on-yellow
|
|
||||||
# scrollback-indicator=<regular0> <bright4> # black-on-bright-blue
|
|
||||||
# search-box-no-match=<regular0> <regular1> # black-on-red
|
|
||||||
# search-box-match=<regular0> <regular3> # black-on-yellow
|
|
||||||
# urls=<regular3>
|
|
||||||
};
|
};
|
||||||
|
|
||||||
csd = {
|
csd = {
|
||||||
|
|||||||
Reference in New Issue
Block a user