Swap font configs to use monospace
, remove kitty conf
This commit is contained in:
parent
6578a38dd3
commit
6d33fcf73f
7 changed files with 9 additions and 85 deletions
|
@ -24,8 +24,8 @@
|
||||||
<test name="family">
|
<test name="family">
|
||||||
<string>monospace</string>
|
<string>monospace</string>
|
||||||
</test>
|
</test>
|
||||||
<edit name="family" mode="prepend">
|
<edit name="family" mode="prepend" binding="strong">
|
||||||
<string>Bitstream Vera Sans Mono</string>
|
<string>Hack</string>
|
||||||
<string>Noto Color Emoji</string>
|
<string>Noto Color Emoji</string>
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</match>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-icon-theme-name = Arc
|
gtk-icon-theme-name = Arc
|
||||||
gtk-theme-name = Arc-Dark
|
gtk-theme-name = Arc-Dark
|
||||||
gtk-font-name = DejaVu Sans 11
|
gtk-font-name = monospace 11
|
||||||
gtk-application-prefer-dark-theme = true
|
gtk-application-prefer-dark-theme = true
|
||||||
|
|
|
@ -1,76 +0,0 @@
|
||||||
cursor_blink_interval 0
|
|
||||||
scrollback_lines 2000
|
|
||||||
|
|
||||||
url_style curly
|
|
||||||
|
|
||||||
sync_to_monitor yes
|
|
||||||
|
|
||||||
enable_audio_bell no
|
|
||||||
window_alert_on_bell yes
|
|
||||||
|
|
||||||
map kitty_mod+enter new_window_with_cwd
|
|
||||||
map kitty_mod+j previous_window
|
|
||||||
map kitty_mod+k next_window
|
|
||||||
map kitty_mod+up move_window_forward
|
|
||||||
map kitty_mod+down move_window_backward
|
|
||||||
|
|
||||||
map kitty_mod+] next_tab
|
|
||||||
map kitty_mod+[ previous_tab
|
|
||||||
map kitty_mod+right move_tab_forward
|
|
||||||
map kitty_mod+left move_tab_backward
|
|
||||||
map kitty_mod+t new_tab_with_cwd
|
|
||||||
|
|
||||||
map kitty_mod+equal change_font_size all +1.0
|
|
||||||
map kitty_mod+minus change_font_size all -1.0
|
|
||||||
map kitty_mod+backspace change_font_size all 0
|
|
||||||
|
|
||||||
map kitty_mod+u input_unicode_character
|
|
||||||
map kitty_mod+f2 edit_config_file
|
|
||||||
|
|
||||||
font_size 10
|
|
||||||
font_family DejaVu Sans Mono
|
|
||||||
|
|
||||||
# %%base16_template: kitty##default-256 %%
|
|
||||||
background #000000
|
|
||||||
foreground #f0f0f0
|
|
||||||
selection_background #311647
|
|
||||||
selection_foreground #f0f0f0
|
|
||||||
url_color #b0b0b0
|
|
||||||
cursor #f0f0f0
|
|
||||||
active_border_color #606060
|
|
||||||
inactive_border_color #202020
|
|
||||||
active_tab_background #000000
|
|
||||||
active_tab_foreground #f0f0f0
|
|
||||||
inactive_tab_background #202020
|
|
||||||
inactive_tab_foreground #b0b0b0
|
|
||||||
tab_bar_background #202020
|
|
||||||
|
|
||||||
# normal
|
|
||||||
color0 #000000
|
|
||||||
color1 #ed008c
|
|
||||||
color2 #8dc73f
|
|
||||||
color3 #f7c61d
|
|
||||||
color4 #3f7fff
|
|
||||||
color5 #9f4fdf
|
|
||||||
color6 #65cdcd
|
|
||||||
color7 #f0f0f0
|
|
||||||
|
|
||||||
# bright
|
|
||||||
color8 #606060
|
|
||||||
color9 #ed008c
|
|
||||||
color10 #8dc73f
|
|
||||||
color11 #f7c61d
|
|
||||||
color12 #3f7fff
|
|
||||||
color13 #9f4fdf
|
|
||||||
color14 #65cdcd
|
|
||||||
color15 #ffffff
|
|
||||||
|
|
||||||
# extended base16 colors
|
|
||||||
color16 #f7941d
|
|
||||||
color17 #a16946
|
|
||||||
color18 #202020
|
|
||||||
color19 #311647
|
|
||||||
color20 #b0b0b0
|
|
||||||
color21 #c0c0c0
|
|
||||||
|
|
||||||
# %%base16_template_end%%
|
|
|
@ -303,7 +303,7 @@ c.colors.tabs.selected.even.bg = base02
|
||||||
### END COLOR SCHEME
|
### END COLOR SCHEME
|
||||||
|
|
||||||
c.fonts.default_size = "10pt"
|
c.fonts.default_size = "10pt"
|
||||||
c.fonts.default_family = "DejaVu Sans Mono"
|
c.fonts.default_family = "monospace"
|
||||||
|
|
||||||
# Only show tab bar if there's more than one tab
|
# Only show tab bar if there's more than one tab
|
||||||
c.tabs.show = "multiple"
|
c.tabs.show = "multiple"
|
||||||
|
|
|
@ -19,7 +19,7 @@ set $base0F #a16946
|
||||||
# %%base16_template_end%%
|
# %%base16_template_end%%
|
||||||
|
|
||||||
# Global font config
|
# Global font config
|
||||||
font pango:monospace 11
|
font monospace 11
|
||||||
|
|
||||||
# Property Name Border BG Text Indicator Child Border
|
# Property Name Border BG Text Indicator Child Border
|
||||||
client.focused $base00 $base02 $base05 $base0D $base02
|
client.focused $base00 $base02 $base05 $base0D $base02
|
||||||
|
@ -38,7 +38,7 @@ bar {
|
||||||
status_command "~/bin/statusbar"
|
status_command "~/bin/statusbar"
|
||||||
position bottom
|
position bottom
|
||||||
|
|
||||||
font pango:monospace 11
|
font monospace 11
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background $base00
|
background $base00
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
gtk-icon-theme-name = "Arc"
|
gtk-icon-theme-name = "Arc"
|
||||||
gtk-theme-name = "Arc-Dark"
|
gtk-theme-name = "Arc-Dark"
|
||||||
gtk-font-name = "DejaVu Sans 11"
|
gtk-font-name = "monospace 11"
|
||||||
|
|
|
@ -460,14 +460,14 @@
|
||||||
# Status on success. No content, just an icon. No need to show it if prompt_char is enabled as
|
# Status on success. No content, just an icon. No need to show it if prompt_char is enabled as
|
||||||
# it will signify success by turning green.
|
# it will signify success by turning green.
|
||||||
typeset -g POWERLEVEL9K_STATUS_OK=true
|
typeset -g POWERLEVEL9K_STATUS_OK=true
|
||||||
typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✔'
|
typeset -g POWERLEVEL9K_STATUS_OK_VISUAL_IDENTIFIER_EXPANSION='✓'
|
||||||
# typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=2
|
# typeset -g POWERLEVEL9K_STATUS_OK_FOREGROUND=2
|
||||||
# typeset -g POWERLEVEL9K_STATUS_OK_BACKGROUND=0
|
# typeset -g POWERLEVEL9K_STATUS_OK_BACKGROUND=0
|
||||||
|
|
||||||
# Status when some part of a pipe command fails but the overall exit status is zero. It may look
|
# Status when some part of a pipe command fails but the overall exit status is zero. It may look
|
||||||
# like this: 1|0.
|
# like this: 1|0.
|
||||||
typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true
|
typeset -g POWERLEVEL9K_STATUS_OK_PIPE=true
|
||||||
typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✔'
|
typeset -g POWERLEVEL9K_STATUS_OK_PIPE_VISUAL_IDENTIFIER_EXPANSION='✓'
|
||||||
# typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=2
|
# typeset -g POWERLEVEL9K_STATUS_OK_PIPE_FOREGROUND=2
|
||||||
# typeset -g POWERLEVEL9K_STATUS_OK_PIPE_BACKGROUND=0
|
# typeset -g POWERLEVEL9K_STATUS_OK_PIPE_BACKGROUND=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue