Skip to content

Commit

Permalink
Apply iceberg theme in iterm2
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Aug 23, 2023
1 parent da581cd commit 717a9d5
Show file tree
Hide file tree
Showing 4 changed files with 412 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ tmp/

# macOS
**/AppSupport
.DS_Store
3 changes: 2 additions & 1 deletion dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"excludes": [
".git",
"**/*-lock.json",
"winget*"
"winget*",
"iterm2"
],
"plugins": [
"https://plugins.dprint.dev/json-0.17.4.wasm",
Expand Down
8 changes: 4 additions & 4 deletions home-manager/darwin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ lib.mkMerge [
'';

# Just putting the refererenced file to easy import, applying should be done via GUI and saving to plist
xdg.configFile."iterm2/OneHalfDark.itermcolors".source =
# You can find color schemes at schemes/ directory
xdg.configFile."iterm2/iTerm2-Color-Schemes".source =
pkgs.fetchFromGitHub
{
owner = "mbadolato";
repo = "iTerm2-Color-Schemes";
rev = "3f8a0791ed9a99c10054026c1a8285459117e0f2";
sha256 = "sha256-ixryDwSNdVtD1H+V72V+hbFiL/JNLU4qpKXWflPQwrQ=";
rev = "64184d90e6377dd5dc3902057aff867ad8750bed";
sha256 = "sha256-FJITWlw3iVCdrurlS0Vv/s3Sc8ZKth7qmyIdcpPrDn4";
}
+ "/schemes/OneHalfDark.itermcolors"
;
})
]
Loading

0 comments on commit 717a9d5

Please sign in to comment.