Skip to content

Commit

Permalink
integrate ghostty with pywal
Browse files Browse the repository at this point in the history
  • Loading branch information
avindra committed Jan 28, 2025
1 parent dfbbc6a commit 5730ffe
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/ghostty/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ gtk-single-instance = true
scrollback-limit = 100000000

window-decoration = false

theme = "/home/avindra/.cache/wal/colors-ghostty"
22 changes: 22 additions & 0 deletions .config/wal/templates/colors-ghostty
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
palette = 0={color0}
palette = 1={color1}
palette = 2={color2}
palette = 3={color3}
palette = 4={color4}
palette = 5={color5}
palette = 6={color6}
palette = 7={color7}
palette = 8={color8}
palette = 9={color9}
palette = 10={color10}
palette = 11={color11}
palette = 12={color12}
palette = 13={color13}
palette = 14={color14}
palette = 15={color15}
background = {background}
foreground = {foreground}
cursor-color = {cursor}
selection-background = {background}
selection-foreground = {foreground}

0 comments on commit 5730ffe

Please sign in to comment.