ghostty: update the color theme
This commit is contained in:
@@ -311,6 +311,7 @@ in
|
|||||||
installVimSyntax = true;
|
installVimSyntax = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
theme = "iTerm2 Default";
|
||||||
command = lib.getExe pkgs.tmuxbash;
|
command = lib.getExe pkgs.tmuxbash;
|
||||||
window-decoration = false;
|
window-decoration = false;
|
||||||
font-feature = [
|
font-feature = [
|
||||||
|
|||||||
@@ -50,7 +50,8 @@ mytheme.wallpaper = gears.wallpaper.set("#008080")
|
|||||||
beautiful.init(mytheme)
|
beautiful.init(mytheme)
|
||||||
|
|
||||||
-- This is used later as the default terminal and editor to run.
|
-- This is used later as the default terminal and editor to run.
|
||||||
terminal = "xfce4-terminal"
|
--terminal = "xfce4-terminal"
|
||||||
|
terminal = "ghostty"
|
||||||
editor = os.getenv("EDITOR") or "editor"
|
editor = os.getenv("EDITOR") or "editor"
|
||||||
editor_cmd = terminal .. " -e " .. editor
|
editor_cmd = terminal .. " -e " .. editor
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user