local edits: ghostty config, aerospace mouse toggle, STM32 path, oh-my-posh token, australis theme
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
# Font
|
||||
font-family = VictorMono Nerd Font
|
||||
font-size = 16
|
||||
font-style = Regular
|
||||
font-style-bold = Bold
|
||||
font-style-italic = Italic
|
||||
font-style-bold-italic = Bold Italic
|
||||
adjust-cell-height = 5%
|
||||
font-thicken = true
|
||||
|
||||
# Theme
|
||||
theme = australis
|
||||
|
||||
# Window
|
||||
window-padding-x = 10
|
||||
window-padding-y = 10
|
||||
window-padding-balance = true
|
||||
background-opacity = 0.95
|
||||
background-blur-radius = 20
|
||||
macos-titlebar-style = tabs
|
||||
|
||||
# Cursor
|
||||
cursor-style = bar
|
||||
cursor-style-blink = true
|
||||
|
||||
# Behavior
|
||||
scrollback-limit = 10000
|
||||
mouse-hide-while-typing = true
|
||||
copy-on-select = false
|
||||
confirm-close-surface = false
|
||||
|
||||
# Shell integration
|
||||
shell-integration = detect
|
||||
shell-integration-features = cursor,sudo,title
|
||||
|
||||
# Rendering
|
||||
bold-is-bright = false
|
||||
minimum-contrast = 1.1
|
||||
|
||||
@@ -0,0 +1,37 @@
|
||||
background = #222531
|
||||
foreground = #a9bcc3
|
||||
cursor-color = #51e08a
|
||||
selection-background = #6388d8
|
||||
selection-foreground = #cce7ec
|
||||
|
||||
# Black / Bright Black
|
||||
palette = 0=#222531
|
||||
palette = 8=#373b46
|
||||
|
||||
# Red / Bright Red
|
||||
palette = 1=#ff491a
|
||||
palette = 9=#ff854f
|
||||
|
||||
# Green / Bright Green
|
||||
palette = 2=#16b866
|
||||
palette = 10=#51e08a
|
||||
|
||||
# Yellow / Bright Yellow
|
||||
palette = 3=#e1c631
|
||||
palette = 11=#ffe14e
|
||||
|
||||
# Blue / Bright Blue
|
||||
palette = 4=#6388d8
|
||||
palette = 12=#a4c4ff
|
||||
|
||||
# Magenta / Bright Magenta
|
||||
palette = 5=#9d78ff
|
||||
palette = 13=#d8adff
|
||||
|
||||
# Cyan / Bright Cyan
|
||||
palette = 6=#00b1a8
|
||||
palette = 14=#42dcd1
|
||||
|
||||
# White / Bright White
|
||||
palette = 7=#a9bcc3
|
||||
palette = 15=#cce7ec
|
||||
Reference in New Issue
Block a user