-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ghostty config, kitty dynamic theme config
- Loading branch information
Showing
12 changed files
with
168 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# theming | ||
background-blur-radius = 20 | ||
background-opacity = 0.90 | ||
bold-is-bright = true | ||
font-family = JetBrains Mono | ||
font-size = 14 | ||
theme = dark:OneHalfDark,light:OneHalfLight | ||
|
||
# app behavior | ||
# app settings | ||
auto-update = download | ||
auto-update-channel = stable | ||
cursor-style = block | ||
scrollback-limit = 2147483648 | ||
shell-integration-features = no-cursor | ||
|
||
# OS-specific overrides / non-declarative stuff | ||
config-file = ?local.config | ||
# theme settings | ||
background-blur-radius = 20 | ||
background-opacity = 0.90 | ||
bold-is-bright = true | ||
theme = dark:OneHalfDark,light:OneHalfLight | ||
|
||
# OS-specific overrides | ||
config-file = ?os.conf | ||
|
||
# escape hatch for non-declarative testing | ||
config-file = ?local.conf |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# vim:ft=kitty | ||
## name: One Half Dark | ||
## author: Son A. Pham | ||
## license: MIT | ||
## upstream: https://raw.githubusercontent.com/sonph/onehalf/master/kitty/onehalf-dark.conf | ||
## blurb: Clean, vibrant and pleasing color scheme | ||
|
||
foreground #dcdfe4 | ||
background #282c34 | ||
selection_foreground #000000 | ||
selection_background #FFFACD | ||
url_color #0087BD | ||
|
||
# black | ||
color0 #282c34 | ||
color8 #5d677a | ||
|
||
# red | ||
color1 #e06c75 | ||
color9 #e06c75 | ||
|
||
# green | ||
color2 #98c379 | ||
color10 #98c379 | ||
|
||
# yellow | ||
color3 #e5c07b | ||
color11 #e5c07b | ||
|
||
# blue | ||
color4 #61afef | ||
color12 #61afef | ||
|
||
# magenta | ||
color5 #c678dd | ||
color13 #c678dd | ||
|
||
# cyan | ||
color6 #56b6c2 | ||
color14 #56b6c2 | ||
|
||
# white | ||
color7 #dcdfe4 | ||
color15 #dcdfe4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# vim:ft=kitty | ||
## name: One Half Light | ||
## author: Son A. Pham | ||
## license: MIT | ||
## upstream: https://raw.githubusercontent.com/sonph/onehalf/master/kitty/onehalf-light.conf | ||
## blurb: Clean, vibrant and pleasing color scheme | ||
|
||
foreground #383A42 | ||
background #FAFAFA | ||
selection_foreground #383A42 | ||
selection_background #BFCEFF | ||
url_color #F0F0F0 | ||
|
||
# black | ||
color0 #383A42 | ||
color8 #383A42 | ||
|
||
# red | ||
color1 #E45649 | ||
color9 #E45649 | ||
|
||
# green | ||
color2 #40A14F | ||
color10 #40A14F | ||
|
||
# yellow | ||
color3 #C18401 | ||
color11 #C18401 | ||
|
||
# blue | ||
color4 #0184BC | ||
color12 #0184BC | ||
|
||
# magenta | ||
color5 #A626A4 | ||
color13 #A626A4 | ||
|
||
# cyan | ||
color6 #0997B3 | ||
color14 #0997B3 | ||
|
||
# white | ||
color7 #FAFAFA | ||
color15 #FAFAFA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
font-size = 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
font-size = 14 | ||
|
||
background_opacity 0.9 | ||
background_blur 20 | ||
|
44 changes: 44 additions & 0 deletions
44
modules/home-manager/dotfiles/kitty/no-preference-theme.auto.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# vim:ft=kitty | ||
## name: One Half Dark | ||
## author: Son A. Pham | ||
## license: MIT | ||
## upstream: https://raw.githubusercontent.com/sonph/onehalf/master/kitty/onehalf-dark.conf | ||
## blurb: Clean, vibrant and pleasing color scheme | ||
|
||
foreground #dcdfe4 | ||
background #282c34 | ||
selection_foreground #000000 | ||
selection_background #FFFACD | ||
url_color #0087BD | ||
|
||
# black | ||
color0 #282c34 | ||
color8 #5d677a | ||
|
||
# red | ||
color1 #e06c75 | ||
color9 #e06c75 | ||
|
||
# green | ||
color2 #98c379 | ||
color10 #98c379 | ||
|
||
# yellow | ||
color3 #e5c07b | ||
color11 #e5c07b | ||
|
||
# blue | ||
color4 #61afef | ||
color12 #61afef | ||
|
||
# magenta | ||
color5 #c678dd | ||
color13 #c678dd | ||
|
||
# cyan | ||
color6 #56b6c2 | ||
color14 #56b6c2 | ||
|
||
# white | ||
color7 #dcdfe4 | ||
color15 #dcdfe4 |