Skip to content

Instantly share code, notes, and snippets.

@smpb
Created June 1, 2024 00:28
Show Gist options
  • Save smpb/d75692ab8f2d055e7fed0965d3ef3219 to your computer and use it in GitHub Desktop.
Save smpb/d75692ab8f2d055e7fed0965d3ef3219 to your computer and use it in GitHub Desktop.
iSh shell Atom One Dark theme.
{
"appearance" : {
"darkOverride" : false,
"lightOverride" : true
},
"shared" : {
"backgroundColor" : "#282c34",
"colorPaletteOverrides" : [
"#282c34",
"#e06c75",
"#98c379",
"#d19a66",
"#56b6c2",
"#c678dd",
"#56b6c2",
"#d0d0d0",
"#808080",
"#e06c75",
"#98c379",
"#d19a66",
"#56b6c2",
"#c678dd",
"#56b6c2",
"#e2e2e2"
],
"cursorColor" : "#abb2bf",
"foregroundColor" : "#abb2bf"
},
"version" : 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment