Skip to content

Commit

Permalink
Make texts look better on Ghostty
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 1, 2025
1 parent aff74da commit a11929b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions ghostty/.config/ghostty/config
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ font-size = 16
macos-titlebar-proxy-icon = hidden
cursor-style = block
shell-integration-features = no-cursor
adjust-cell-height = -10%
font-thicken = true
window-new-tab-position = "end"
1 change: 0 additions & 1 deletion nvim/.config/nvim/lua/plugins/lualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ return {
color = {
bg = palette.pink,
fg = palette.base,
gui = "bold",
},
padding = 0,
shorting_target = 10,
Expand Down
4 changes: 2 additions & 2 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bind -T root C-z \
set key-table off \;\
set-option -g status-left "\
#[fg=colour1, bg=default]#[fg=colour0, bg=default]\
#[fg=colour0, bg=colour1, bold]$STATUS_OFF#[fg=colour0, bg=default, nobold]\
#[fg=colour0, bg=colour1]$STATUS_OFF#[fg=colour0, bg=default]\
#[fg=colour1, bg=default]#[fg=colour0, bg=default] \
" \;\
refresh-client -S \;\
Expand Down Expand Up @@ -118,7 +118,7 @@ set-option -g status-right "session #S by #{user} on #h"
set -g status-style bg=default,fg=colour5
set-window-option -g window-status-current-format "\
#[fg=colour5, bg=default]#[fg=colour0, bg=default]\
#[fg=colour0, bg=colour5, bold]#I #W#[fg=colour0, bg=default, nobold]\
#[fg=colour0, bg=colour5]#I #W#[fg=colour0, bg=default]\
#[fg=colour5, bg=default]#[fg=colour0, bg=default]\
"
set-window-option -g window-status-format "\
Expand Down
2 changes: 1 addition & 1 deletion zsh/.config/starship.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ${custom.docker}(\n$kubernetes)
$character"""

[directory]
format = "[](fg:purple)[$path](bg:purple fg:black bold)[](fg:purple) "
format = "[](fg:purple)[$path](bg:purple fg:black)[](fg:purple) "

[git_branch]
format = "(• $branch)"
Expand Down

0 comments on commit a11929b

Please sign in to comment.