mirror of
https://github.com/mr0xb/dotfiles.git
synced 2026-08-28 03:44:57 -04:00
updates
This commit is contained in:
parent
8068610b32
commit
7d1a995f13
20 changed files with 2442 additions and 0 deletions
28
.config/ghostty/config
Normal file
28
.config/ghostty/config
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
background-blur-radius = 15
|
||||
background-opacity = 0.9
|
||||
#theme = dark:cyberdream, light:cyberdream-light
|
||||
#theme = challengerdeep
|
||||
theme = "Challenger Deep"
|
||||
|
||||
#window-theme = system
|
||||
|
||||
#font-family = "MesloLGS Nerd Font Mono"
|
||||
font-family = "IBM Plex Mono"
|
||||
font-size = 20
|
||||
|
||||
window-padding-x = 10
|
||||
window-padding-y = 10
|
||||
window-decoration = true
|
||||
cursor-style = block
|
||||
adjust-cell-height = 35%
|
||||
mouse-scroll-multiplier = 2
|
||||
copy-on-select = clipboard
|
||||
window-padding-balance = true
|
||||
window-save-state = always
|
||||
background-opacity = 0.8
|
||||
window-colorspace = "display-p3"
|
||||
background-blur = 30
|
||||
|
||||
macos-option-as-alt = true
|
||||
macos-titlebar-style = transparent
|
||||
macos-titlebar-proxy-icon = hidden
|
||||
23
.config/ghostty/themes/cyberdream
Normal file
23
.config/ghostty/themes/cyberdream
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# cyberdream theme for ghostty
|
||||
palette = 0=#16181a
|
||||
palette = 1=#ff6e5e
|
||||
palette = 2=#5eff6c
|
||||
palette = 3=#f1ff5e
|
||||
palette = 4=#5ea1ff
|
||||
palette = 5=#bd5eff
|
||||
palette = 6=#5ef1ff
|
||||
palette = 7=#ffffff
|
||||
palette = 8=#3c4048
|
||||
palette = 9=#ff6e5e
|
||||
palette = 10=#5eff6c
|
||||
palette = 11=#f1ff5e
|
||||
palette = 12=#5ea1ff
|
||||
palette = 13=#bd5eff
|
||||
palette = 14=#5ef1ff
|
||||
palette = 15=#ffffff
|
||||
|
||||
background = #16181a
|
||||
foreground = #ffffff
|
||||
cursor-color = #ffffff
|
||||
selection-background = #3c4048
|
||||
selection-foreground = #ffffff
|
||||
23
.config/ghostty/themes/cyberdream-light
Normal file
23
.config/ghostty/themes/cyberdream-light
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# cyberdream theme for ghostty
|
||||
palette = 0=#ffffff
|
||||
palette = 1=#d11500
|
||||
palette = 2=#008b0c
|
||||
palette = 3=#997b00
|
||||
palette = 4=#0057d1
|
||||
palette = 5=#a018ff
|
||||
palette = 6=#008c99
|
||||
palette = 7=#16181a
|
||||
palette = 8=#acacac
|
||||
palette = 9=#d11500
|
||||
palette = 10=#008b0c
|
||||
palette = 11=#997b00
|
||||
palette = 12=#0057d1
|
||||
palette = 13=#a018ff
|
||||
palette = 14=#008c99
|
||||
palette = 15=#16181a
|
||||
|
||||
background = #ffffff
|
||||
foreground = #16181a
|
||||
cursor-color = #16181a
|
||||
selection-background = #acacac
|
||||
selection-foreground = #16181a
|
||||
23
.config/ghostty/themes/cyberpunk
Normal file
23
.config/ghostty/themes/cyberpunk
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# cyberpunk theme for ghostty
|
||||
palette = 0=#000000
|
||||
palette = 1=#ff0055
|
||||
palette = 2=#00ff9f
|
||||
palette = 3=#f3e600
|
||||
palette = 4=#00baff
|
||||
palette = 5=#ff00ff
|
||||
palette = 6=#00ffff
|
||||
palette = 7=#e0e0e0
|
||||
palette = 8=#555555
|
||||
palette = 9=#ff5585
|
||||
palette = 10=#55ffbf
|
||||
palette = 11=#ffff55
|
||||
palette = 12=#55ccff
|
||||
palette = 13=#ff55ff
|
||||
palette = 14=#55ffff
|
||||
palette = 15=#ffffff
|
||||
|
||||
background = #0d0d0f
|
||||
foreground = #e0e0e0
|
||||
cursor-color = #f3e600
|
||||
selection-background = #2d2d30
|
||||
selection-foreground = #ffffff
|
||||
Loading…
Reference in a new issue