refactor(nix): remove background image HSB adjustments
- Deleted `window_background_image_hsb` configuration for WezTerm. - Simplifies the terminal setup by removing unnecessary brightness, hue, and saturation settings. - Retains the custom background image for consistent aesthetics.
This commit is contained in:
parent
b53c672b51
commit
536ad5a47a
2 changed files with 0 additions and 5 deletions
|
|
@ -80,11 +80,6 @@
|
||||||
config.enable_kitty_keyboard = true
|
config.enable_kitty_keyboard = true
|
||||||
config.enable_scroll_bar = true
|
config.enable_scroll_bar = true
|
||||||
config.window_background_image = '${./terminal-background.png}'
|
config.window_background_image = '${./terminal-background.png}'
|
||||||
config.window_background_image_hsb = {
|
|
||||||
brightness = 0.5,
|
|
||||||
hue = 1.0,
|
|
||||||
saturation = 1.0,
|
|
||||||
}
|
|
||||||
|
|
||||||
config.term = 'wezterm'
|
config.term = 'wezterm'
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 MiB After Width: | Height: | Size: 142 KiB |
Loading…
Add table
Add a link
Reference in a new issue