Skip to content

Commit

Permalink
configure theme
Browse files Browse the repository at this point in the history
  • Loading branch information
flovilmart committed Dec 27, 2024
1 parent 292b473 commit 00351a3
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 37 deletions.
40 changes: 3 additions & 37 deletions ghostty/config
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
font-family = "FiraMonoNerdFontCompleteMedium"
background = 212121
foreground = 718384
background-opacity = 0.99
selection-foreground = 718384
selection-background = 708284

# Theme from kitty config
#: black
palette = 0=#073642
palette = 8=#b58900
#: red
palette = 1=#dc322f
palette = 9=#cb4b16

#: green
palette = 2=#719e07
palette = 10=#4e4e4e
#: yellow
palette = 3=#b58900
palette = 11=#585858

#: blue
palette = 4=#268bd2
palette = 12=#808080

#: magenta
palette = 5=#d33682
palette = 13=#6c71c4

#: cyan
palette = 6=#2aa198
palette = 14=#8a8a8a

#: white
palette = 7=#e5e1d8
palette = 15=#ffffd7
font-family = "FiraMono Nerd Font Mono"
font-style = "Medium"
theme = hello_flo
36 changes: 36 additions & 0 deletions ghostty/themes/hello_flo
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
background = 212121
foreground = 718384
background-opacity = 0.99
selection-foreground = 718384
selection-background = 708284

# Theme from kitty config
#: black
palette = 0=#073642
palette = 8=#b58900
#: red
palette = 1=#dc322f
palette = 9=#cb4b16

#: green
palette = 2=#719e07
palette = 10=#4e4e4e
#: yellow
palette = 3=#b58900
palette = 11=#585858

#: blue
palette = 4=#268bd2
palette = 12=#808080

#: magenta
palette = 5=#d33682
palette = 13=#6c71c4

#: cyan
palette = 6=#2aa198
palette = 14=#8a8a8a

#: white
palette = 7=#e5e1d8
palette = 15=#ffffd7
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dotfiles() {
ln -sfn $(pwd)/kitty.conf ${HOME}/.config/kitty
mkdir -p ${HOME}/.config/ghostty;
ln -sfn $(pwd)/ghostty/config ${HOME}/.config/ghostty/config
ln -sfn $(pwd)/ghostty/themes ${HOME}/.config/ghostty/themes
}

fix_nu_path() {
Expand Down

0 comments on commit 00351a3

Please sign in to comment.