mirror of
https://github.com/pnx/dotfiles
synced 2026-08-16 16:58:11 +02:00
add ghostty config
This commit is contained in:
parent
863c63a84b
commit
2af28c3050
2 changed files with 63 additions and 0 deletions
40
ghostty/config.ghostty
Normal file
40
ghostty/config.ghostty
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
# vim: set ft=ini
|
||||||
|
shell-integration-features = ssh-env, ssh-terminfo, title, no-cursor
|
||||||
|
|
||||||
|
# Fonts
|
||||||
|
font-family = "IosevkaCustom Nerd Font"
|
||||||
|
font-style-bold = "SemiBold"
|
||||||
|
font-style = ""
|
||||||
|
font-size = 15
|
||||||
|
|
||||||
|
adjust-cell-width = 1
|
||||||
|
adjust-cell-height = 8
|
||||||
|
# adjust-icon-height = -40%
|
||||||
|
adjust-icon-height = -16.6%
|
||||||
|
|
||||||
|
|
||||||
|
# window
|
||||||
|
window-padding-x = 4
|
||||||
|
window-padding-y = 4
|
||||||
|
|
||||||
|
# cursor
|
||||||
|
cursor-style = block
|
||||||
|
cursor-style-blink = false
|
||||||
|
|
||||||
|
# Colors
|
||||||
|
theme = skift
|
||||||
|
|
||||||
|
# Behavior
|
||||||
|
copy-on-select=clipboard
|
||||||
|
right-click-action=paste
|
||||||
|
clipboard-trim-trailing-spaces=true
|
||||||
|
desktop-notifications=false
|
||||||
|
# app-notification=no-clipboard-copy
|
||||||
|
|
||||||
|
# Keybinds
|
||||||
|
|
||||||
|
keybind = "ctrl+click" = ignore
|
||||||
|
keybind = "shift+click" = open_url
|
||||||
|
|
||||||
|
# keybind = performable:ctrl+c=copy_to_clipboard
|
||||||
|
# keybind = performable:ctrl+v=paste_from_clipboard
|
||||||
23
ghostty/themes/skift
Normal file
23
ghostty/themes/skift
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
palette = 0=#45475A
|
||||||
|
palette = 1=#F38BA8
|
||||||
|
palette = 2=#A6E3A1
|
||||||
|
palette = 3=#F9E2AF
|
||||||
|
palette = 4=#89B4FA
|
||||||
|
palette = 5=#F5C2E7
|
||||||
|
palette = 6=#94E2D5
|
||||||
|
palette = 7=#a5adce
|
||||||
|
palette = 8=#585B70
|
||||||
|
palette = 9=#F38BA8
|
||||||
|
palette = 10=#A6E3A1
|
||||||
|
palette = 11=#F9E2AF
|
||||||
|
palette = 12=#89B4FA
|
||||||
|
palette = 13=#F5C2E7
|
||||||
|
palette = 14=#94E2D5
|
||||||
|
palette = 15=#A6ADC8
|
||||||
|
background = #0E1019
|
||||||
|
foreground = #eceef4
|
||||||
|
cursor-color = #b4befe
|
||||||
|
cursor-text = #eceef4
|
||||||
|
selection-background = #343959
|
||||||
|
selection-foreground = cell-foreground
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue