Skip to content

Commit

Permalink
chore: sort config in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
granddaifuku committed Feb 23, 2025
1 parent 12eb872 commit 28cc137
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions private_dot_config/wezterm/wezterm.lua.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,14 @@ return {
},
keys = keys,
-- Appearance --
color_scheme = "Andromeda",
colors = {
compose_cursor = "#696969",
scrollbar_thumb = "#808080",
},
default_cursor_style = 'BlinkingBar',
color_scheme = "Andromeda",
cursor_blink_rate = 575,
line_height = 1.2,
default_cursor_style = 'BlinkingBar',
enable_scroll_bar = true,
{{ if eq .chezmoi.os "darwin" -}}
font = wezterm.font 'Menlo',
font_size = 12.0,
Expand All @@ -192,5 +192,5 @@ return {
font_size = 9.0,
{{- end }}
hide_tab_bar_if_only_one_tab = true,
enable_scroll_bar = true,
line_height = 1.2,
}

0 comments on commit 28cc137

Please sign in to comment.