Merge remote-tracking branch 'origin/master'

This commit is contained in:
Barak Michener 2021-07-01 13:17:36 -07:00
commit 2e0dabc7f8
37 changed files with 44 additions and 11 deletions

View file

@ -111,7 +111,7 @@ font:
# - (macOS) Menlo
# - (Linux/BSD) monospace
# - (Windows) Consolas
family: "Iosevka Berkeley Light"
family: "Iosevka Berkeley"
# The `style` can be specified to pick a specific face.
style: Light
@ -125,10 +125,10 @@ font:
#family: monospace
# The `style` can be specified to pick a specific face.
style: Light
style: Regular
# Italic font face
#italic:
italic:
# Font family
#
# If the italic family is not specified, it will fall back to the
@ -136,10 +136,10 @@ font:
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Italic
style: Light Oblique
# Bold italic font face
#bold_italic:
bold_italic:
# Font family
#
# If the bold italic family is not specified, it will fall back to the
@ -147,7 +147,7 @@ font:
#family: monospace
# The `style` can be specified to pick a specific face.
#style: Bold Italic
style: Oblique
# Point size
size: 16.0

View file

@ -29,9 +29,44 @@ bar = "force-upright"
question = "corner"
[buildPlans.iosevka-berkeley.variants.italic]
f = "serifless"
capital-a = "curly-serifless"
capital-b = "standard-unilateral-serifed"
capital-d = "standard-unilateral-serifed"
capital-f = "top-left-serifed"
capital-g = "toothed-serifless-hooked"
capital-i = "short-serifed"
capital-j = "serifed-both-sides"
capital-k = "curly-serifless"
capital-m = "flat-bottom"
capital-p = "closed-motion-serifed"
capital-q = "crossing-curly-tailed"
capital-r = "curly"
capital-u = "tailed-motion-serifed"
capital-v = "curly"
capital-w = "curly"
capital-x = "curly-serifless"
capital-y = "curly-serifless"
capital-z = "curly-serifless-with-horizontal-crossbar"
a = "double-storey-tailed"
d = "toothed-serifed"
f = "flat-hook"
g = "single-storey-serifed"
h = "straight-top-left-serifed"
k = "curly-serifless"
n = "straight-top-left-serifed"
p = "motion-serifed"
q = "straight-motion-serifed"
r = "top-serifed"
u = "tailed-motion-serifed"
v = "curly"
w = "curly"
x = "curly-serifless"
y = "cursive-motion-serifed"
z = "curly-serifless-with-horizontal-crossbar"
one = "base-long-top-serif"
two = "straight-neck"
seven = "straight-crossbar"
nine = "open-contour"
paren = "normal"
[buildPlans.iosevka-berkeley.variants.oblique]

Binary file not shown.

View file

@ -25,7 +25,7 @@ k9s:
- all
- default
view:
active: pv
active: pod
featureGates:
nodeShell: false
shellPod:

View file

@ -39,14 +39,12 @@ bind = select-layout even-horizontal
# Status Bar
#set -g status-bg black
set -g status-fg white
set -g status-interval 1
#set -g status-left '#[fg=green]#H#[default]'
#set -g status-left-length 20
#set -g status-right '#[fg=green]#(~/src/tpom/tpom) #[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
set -g status-justify centre # center align window list
set -g status-fg white
set -g status-bg default
set -g status-style fg=white,bg=default
# default window title colors
set-window-option -g window-status-style fg=white,bg=default,dim