summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2024-06-27 17:19:15 -0700
committerTyler Davis <tyler@gluecode.net>2024-06-27 17:19:15 -0700
commit3cd2c1371fe8ca5ceae879b2000597646535a7bc (patch)
tree2db1da5587560a26057919d9e0c8a1251fc586e8 /.local
parent143e92536b0fd374230192a2f6558c4c7ac0e2fd (diff)
downloaddotfiles-3cd2c1371fe8ca5ceae879b2000597646535a7bc.tar.gz
dotfiles-3cd2c1371fe8ca5ceae879b2000597646535a7bc.zip
mac: move to Novel theme
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/terminal-setappearance.script6
1 files changed, 3 insertions, 3 deletions
diff --git a/.local/bin/terminal-setappearance.script b/.local/bin/terminal-setappearance.script
index 5b17e9b..f846a3a 100755
--- a/.local/bin/terminal-setappearance.script
+++ b/.local/bin/terminal-setappearance.script
@@ -10,9 +10,9 @@ if (whatMode = true) then
end tell
else
tell application "Terminal"
- set default settings to settings set "gruvbox-light"
- set current settings of every window whose visible is true to settings set "gruvbox-light"
- set current settings of every window whose visible is false to settings set "gruvbox-light"
+ set default settings to settings set "Novel"
+ set current settings of every window whose visible is true to settings set "Novel"
+ set current settings of every window whose visible is false to settings set "Novel"
end tell
end if