mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
fixing iterm2 profiles to be cleaner and correct shells and such
This commit is contained in:
parent
85b4461896
commit
7bff3f4125
2 changed files with 326 additions and 312 deletions
|
@ -14,7 +14,7 @@ import argparse
|
|||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("html_file",
|
||||
help="html file or URL to view in w3m in an iTerm2 split")
|
||||
parser.add_argument("--profile", "-p", type=str, default="Minimal",
|
||||
parser.add_argument("--profile", "-p", type=str, default="Minimal - bash",
|
||||
help="iTerm2 profile you'd like to use in the new split.")
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
"Columns" : 80,
|
||||
"Use Bright Bold" : true,
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.064862652894677797,
|
||||
"Red Component" : 0.1166090965,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.13578462600708008,
|
||||
"Blue Component" : 0.1152772594,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.060594402153128613
|
||||
"Green Component" : 0.1152772594
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.29999999999999999,
|
||||
|
@ -217,7 +217,7 @@
|
|||
"Silence Bell" : false,
|
||||
"Rows" : 25,
|
||||
"Draw Powerline Glyphs" : true,
|
||||
"Guid" : "BFEBED87-8763-4F10-8CB8-BED9B2C49CC5",
|
||||
"Guid" : "4A097641-EC2F-4101-9DBE-BEFD96732A30",
|
||||
"Ambiguous Double Width" : false,
|
||||
"Option Key Sends" : 0,
|
||||
"HotKey Modifier Activation" : 3,
|
||||
|
@ -234,7 +234,7 @@
|
|||
"BM Growl" : true,
|
||||
"Smart Cursor Color" : false,
|
||||
"Prompt Before Closing 2" : false,
|
||||
"Command" : "\/usr\/local\/bin\/bash -i -l",
|
||||
"Command" : "bash --noprofile --rcfile ~\/.config\/bash\/minimal.sh",
|
||||
"Selected Text Color" : {
|
||||
"Red Component" : 0.20000000000000001,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -245,15 +245,15 @@
|
|||
"Custom Window Title" : "neomutt",
|
||||
"HotKey Window Reopens On Activation" : false,
|
||||
"Badge Top Margin" : 0,
|
||||
"Blend" : 1,
|
||||
"Blend" : 0.87280879366225084,
|
||||
"ASCII Ligatures" : false,
|
||||
"Send Code When Idle" : false,
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.52898132780705964,
|
||||
"Red Component" : 0.39365592833519258,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.89664568792519317,
|
||||
"Blue Component" : 0.79289289662391305,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.94189357757568359
|
||||
"Green Component" : 0.84202635288238525
|
||||
},
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
|
@ -276,30 +276,30 @@
|
|||
"Close Sessions On End" : true,
|
||||
"HotKey Activated By Modifier" : true,
|
||||
"Default Bookmark" : "No",
|
||||
"Custom Command" : "No",
|
||||
"Custom Command" : "Yes",
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 0.97080850601196289,
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.60152110730291497,
|
||||
"Blue Component" : 0.44739627838134766,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.63620550760747674
|
||||
"Green Component" : 0.49929818305696572
|
||||
},
|
||||
"Ansi 14 Color" : {
|
||||
"Red Component" : 0.58501361233402349,
|
||||
"Red Component" : 0.43289353807597308,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.91981549250976213,
|
||||
"Blue Component" : 0.87211646444730251,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.95547580718994141
|
||||
"Green Component" : 0.9188988208770752
|
||||
},
|
||||
"Flashing Bell" : true,
|
||||
"Use Italic Font" : true,
|
||||
"Minimum Contrast" : 0.13390426635742186,
|
||||
"Ansi 12 Color" : {
|
||||
"Red Component" : 0.53676455750746754,
|
||||
"Red Component" : 0.51015520095825195,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.98207235336303711,
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.77407708694078625
|
||||
"Green Component" : 0.76129059753652717
|
||||
},
|
||||
"HotKey Window Floats" : true,
|
||||
"Non-ASCII Anti Aliased" : true,
|
||||
|
@ -311,24 +311,24 @@
|
|||
"Green Component" : 0.94509148597717285
|
||||
},
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 0.72139989112292824,
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.930511474609375,
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.82619299783840816
|
||||
"Green Component" : 1
|
||||
},
|
||||
"Blink Allowed" : true,
|
||||
"Description" : "Default",
|
||||
"Sync Title" : false,
|
||||
"Ansi 1 Color" : {
|
||||
"Red Component" : 0.99818778038024902,
|
||||
"Red Component" : 0.94901960784313721,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.63550669536025162,
|
||||
"Blue Component" : 0.54117647058823526,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.55878566719889022
|
||||
"Green Component" : 0.45490196078431372
|
||||
},
|
||||
"Name" : "Spacechalk - bash",
|
||||
"Transparency" : 0.34098754233502332,
|
||||
"Name" : "Minimal - bash",
|
||||
"Transparency" : 0,
|
||||
"Horizontal Spacing" : 1,
|
||||
"Badge Color" : {
|
||||
"Red Component" : 0.20141577219297346,
|
||||
|
@ -340,13 +340,13 @@
|
|||
"HotKey Key Code" : 0,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.43332060955094676,
|
||||
"Red Component" : 0.35241641089987752,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.92718601226806641,
|
||||
"Blue Component" : 0.98678684234619141,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.70355539684526014
|
||||
"Green Component" : 0.69953315003746164
|
||||
},
|
||||
"Screen" : -1,
|
||||
"Screen" : -2,
|
||||
"Selection Color" : {
|
||||
"Green Component" : 0.91148865222930908,
|
||||
"Red Component" : 0.8929295539855957,
|
||||
|
@ -354,14 +354,16 @@
|
|||
},
|
||||
"Use Non-ASCII Font" : true,
|
||||
"Character Encoding" : 4,
|
||||
"Icon" : 0,
|
||||
"Icon" : 1,
|
||||
"HotKey Alternate Shortcuts" : [
|
||||
|
||||
],
|
||||
"Ansi 7 Color" : {
|
||||
"Green Component" : 0.84705883264541626,
|
||||
"Red Component" : 0.82352942228317261,
|
||||
"Blue Component" : 0.85098040103912354
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 1
|
||||
},
|
||||
"Non Ascii Font" : "HackNerdFontComplete-Regular 17",
|
||||
"HotKey Window Animates" : true,
|
||||
|
@ -373,11 +375,11 @@
|
|||
"Green Component" : 0.78851044178009033
|
||||
},
|
||||
"Show Mark Indicators" : false,
|
||||
"Title Components" : 768,
|
||||
"Title Components" : 800,
|
||||
"Semantic History" : {
|
||||
"editor" : "com.github.atom",
|
||||
"action" : "best editor",
|
||||
"text" : ""
|
||||
"text" : "",
|
||||
"action" : "best editor"
|
||||
},
|
||||
"Working Directory" : "~",
|
||||
"ASCII Anti Aliased" : true,
|
||||
|
@ -388,39 +390,40 @@
|
|||
"Non-ASCII Ligatures" : false,
|
||||
"Tags" : [
|
||||
"BASH",
|
||||
"spacechalk"
|
||||
"minimal"
|
||||
],
|
||||
"Blur Radius" : 12.58633909834192,
|
||||
"tmux Pane Title" : "Minimal",
|
||||
"Background Image Location" : "\/Users\/jhitch\/Pictures\/wallpapers\/6393101.jpg",
|
||||
"Allow Title Setting" : false,
|
||||
"Use Bold Font" : true,
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.59334067263375712,
|
||||
"Red Component" : 0.53235447842359918,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.47254882328957137,
|
||||
"Blue Component" : 0.41793219944543125,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.88596057891845703
|
||||
"Green Component" : 0.80954396724700928
|
||||
},
|
||||
"Background Image Mode" : 2,
|
||||
"Normal Font" : "mononoki-Regular 17",
|
||||
"Unlimited Scrollback" : false,
|
||||
"Ansi 15 Color" : {
|
||||
"Red Component" : 0.92104983329772949,
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.98796600108773269
|
||||
"Green Component" : 1
|
||||
},
|
||||
"HotKey Characters Ignoring Modifiers" : "",
|
||||
"Blur" : true,
|
||||
"HotKey Characters" : "",
|
||||
"Terminal Type" : "xterm-256color",
|
||||
"Ansi 13 Color" : {
|
||||
"Red Component" : 0.94542074203491211,
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.94235998553345046,
|
||||
"Blue Component" : 0.99466471744402929,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.67174668447648855
|
||||
"Green Component" : 0.52295398712158203
|
||||
},
|
||||
"Link Color" : {
|
||||
"Red Component" : 0,
|
||||
|
@ -437,114 +440,49 @@
|
|||
"Green Component" : 1
|
||||
},
|
||||
"Ansi 5 Color" : {
|
||||
"Red Component" : 0.93945907584948984,
|
||||
"Red Component" : 0.84645094694922485,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.96783304214477539,
|
||||
"Blue Component" : 0.87289810180664062,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.55943225499902383
|
||||
"Green Component" : 0.49223056412301958
|
||||
},
|
||||
"Initial Text" : "",
|
||||
"Badge Right Margin" : 48
|
||||
},
|
||||
{
|
||||
"Badge Text" : "",
|
||||
"Working Directory" : "~",
|
||||
"Prompt Before Closing 2" : false,
|
||||
"Selected Text Color" : {
|
||||
"Red Component" : 0.20000000000000001,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.20000000000000001,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.20000000000000001
|
||||
},
|
||||
"Rows" : 25,
|
||||
"Ansi 11 Color" : {
|
||||
"Red Component" : 0.99146266069919875,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.51127099990844727,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 1
|
||||
},
|
||||
"Use Italic Font" : true,
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 0.72139989112292824,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.930511474609375,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.82619299783840816
|
||||
},
|
||||
"Use Custom Window Title" : true,
|
||||
"Right Option Key Sends" : 0,
|
||||
"Character Encoding" : 4,
|
||||
"Selection Color" : {
|
||||
"Green Component" : 0.91148865222930908,
|
||||
"Blue Component" : 0.93112045526504517,
|
||||
"Red Component" : 0.8929295539855957
|
||||
},
|
||||
"Blend" : 1,
|
||||
"Show Mark Indicators" : false,
|
||||
"Mouse Reporting" : true,
|
||||
"Cursor Boost" : 0,
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.35241641089987752,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.98678684234619141,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.69953315003746164
|
||||
},
|
||||
"Non-ASCII Anti Aliased" : true,
|
||||
"Sync Title" : false,
|
||||
"Badge Font" : "HackNerdFontCompleteM-Regular",
|
||||
"Disable Window Resizing" : true,
|
||||
"Description" : "Default",
|
||||
"Close Sessions On End" : true,
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
"ssh",
|
||||
"slogin",
|
||||
"telnet"
|
||||
],
|
||||
"Non-ASCII Ligatures" : false,
|
||||
"Scrollback Lines" : 1000,
|
||||
"Draw Powerline Glyphs" : true,
|
||||
"Flashing Bell" : true,
|
||||
"Cursor Guide Color" : {
|
||||
"Red Component" : 0.44125866889953608,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.94925963878631592,
|
||||
"Alpha Component" : 0.02168303728103637,
|
||||
"Green Component" : 0.78851044178009033
|
||||
},
|
||||
"BM Growl" : true,
|
||||
"Ansi 3 Color" : {
|
||||
"Red Component" : 0.9684478997799989,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.41834647836003569,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.97164821624755859
|
||||
},
|
||||
"Open Password Manager Automatically" : false,
|
||||
"Icon" : 0,
|
||||
"Use Non-ASCII Font" : true,
|
||||
"Shortcut" : "",
|
||||
"Link Color" : {
|
||||
"Red Component" : 0,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.73422712087631226,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.35915297269821167
|
||||
},
|
||||
"Use Cursor Guide" : false,
|
||||
"Bold Color" : {
|
||||
"Green Component" : 0.9264177680015564,
|
||||
"Blue Component" : 0.92621010541915894,
|
||||
"Red Component" : 0.92623984813690186
|
||||
},
|
||||
"Use Cursor Guide" : false,
|
||||
"Custom Window Title" : "neomutt",
|
||||
"Unlimited Scrollback" : false,
|
||||
"Allow Title Setting" : false,
|
||||
"Custom Command" : "Yes",
|
||||
"Title Components" : 808,
|
||||
"Columns" : 80,
|
||||
"Use Bright Bold" : true,
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.1166090965,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1152772594,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.1152772594
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.29999999999999999,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.29999999999999999,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.29999999999999999
|
||||
},
|
||||
"Badge Text" : "",
|
||||
"Right Option Key Sends" : 0,
|
||||
"Has Hotkey" : false,
|
||||
"Blinking Cursor" : true,
|
||||
"Cursor Boost" : 0,
|
||||
"Open Password Manager Automatically" : false,
|
||||
"Badge Max Width" : 0.23000000000000001,
|
||||
"Space" : 0,
|
||||
"Badge Max Height" : 0.20000000000000001,
|
||||
"HotKey Modifier Flags" : 0,
|
||||
"Cursor Type" : 2,
|
||||
"Keyboard Map" : {
|
||||
"0xf700-0x260000" : {
|
||||
"Text" : "[1;6A",
|
||||
|
@ -707,52 +645,71 @@
|
|||
"Action" : 10
|
||||
}
|
||||
},
|
||||
"Ansi 14 Color" : {
|
||||
"Red Component" : 0.43289353807597308,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.87211646444730251,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9188988208770752
|
||||
},
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.53235447842359918,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.41793219944543125,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.80954396724700928
|
||||
},
|
||||
"Send Code When Idle" : false,
|
||||
"ASCII Anti Aliased" : true,
|
||||
"Tags" : [
|
||||
"spacechalk",
|
||||
"zsh"
|
||||
],
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.44739627838134766,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.49929818305696572
|
||||
},
|
||||
"Badge Right Margin" : 48,
|
||||
"Use Bold Font" : true,
|
||||
"Silence Bell" : false,
|
||||
"Ansi 12 Color" : {
|
||||
"Red Component" : 0.51015520095825195,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.76129059753652717
|
||||
},
|
||||
"Window Type" : 12,
|
||||
"Use Bright Bold" : true,
|
||||
"Has Hotkey" : false,
|
||||
"Place Prompt at First Column" : false,
|
||||
"Use Tab Color" : true,
|
||||
"Visual Bell" : false,
|
||||
"Only The Default BG Color Uses Transparency" : true,
|
||||
"Cursor Text Color" : {
|
||||
"Green Component" : 0.15575926005840302,
|
||||
"Blue Component" : 0.19370138645172119,
|
||||
"Red Component" : 0
|
||||
},
|
||||
"Default Bookmark" : "No",
|
||||
"Scrollback Lines" : 1000,
|
||||
"Badge Font" : "HackNerdFontCompleteM-Regular",
|
||||
"Ansi 0 Color" : {
|
||||
"Red Component" : 0.1166090965,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1152772594,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.1152772594
|
||||
},
|
||||
"Silence Bell" : false,
|
||||
"Rows" : 25,
|
||||
"Draw Powerline Glyphs" : true,
|
||||
"Guid" : "267A3CDD-63C0-403D-BFB6-A2FCB452DD0A",
|
||||
"Ambiguous Double Width" : false,
|
||||
"Option Key Sends" : 0,
|
||||
"HotKey Modifier Activation" : 3,
|
||||
"Ansi 3 Color" : {
|
||||
"Red Component" : 0.9684478997799989,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.41834647836003569,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.97164821624755859
|
||||
},
|
||||
"Use Custom Window Title" : true,
|
||||
"Window Type" : 12,
|
||||
"HotKey Window Dock Click Action" : 0,
|
||||
"BM Growl" : true,
|
||||
"Smart Cursor Color" : false,
|
||||
"Prompt Before Closing 2" : false,
|
||||
"Command" : "zsh -l",
|
||||
"Selected Text Color" : {
|
||||
"Red Component" : 0.20000000000000001,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.20000000000000001,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.20000000000000001
|
||||
},
|
||||
"Custom Window Title" : "neomutt",
|
||||
"HotKey Window Reopens On Activation" : false,
|
||||
"Badge Top Margin" : 0,
|
||||
"Blend" : 1,
|
||||
"ASCII Ligatures" : false,
|
||||
"Send Code When Idle" : false,
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.39365592833519258,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.79289289662391305,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.84202635288238525
|
||||
},
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
"ssh",
|
||||
"slogin",
|
||||
"telnet"
|
||||
],
|
||||
"Cursor Color" : {
|
||||
"Red Component" : 0.035039237813407453,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -760,6 +717,58 @@
|
|||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.56004715856940013
|
||||
},
|
||||
"Vertical Spacing" : 1,
|
||||
"Bound Hosts" : [
|
||||
|
||||
],
|
||||
"Disable Window Resizing" : true,
|
||||
"Close Sessions On End" : true,
|
||||
"HotKey Activated By Modifier" : true,
|
||||
"Default Bookmark" : "No",
|
||||
"Custom Command" : "Yes",
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.44739627838134766,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.49929818305696572
|
||||
},
|
||||
"Ansi 14 Color" : {
|
||||
"Red Component" : 0.43289353807597308,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.87211646444730251,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9188988208770752
|
||||
},
|
||||
"Flashing Bell" : true,
|
||||
"Use Italic Font" : true,
|
||||
"Minimum Contrast" : 0.13390426635742186,
|
||||
"Ansi 12 Color" : {
|
||||
"Red Component" : 0.51015520095825195,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.76129059753652717
|
||||
},
|
||||
"HotKey Window Floats" : true,
|
||||
"Non-ASCII Anti Aliased" : true,
|
||||
"Ansi 10 Color" : {
|
||||
"Red Component" : 0.62841771892272524,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.55606282539882557,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.94509148597717285
|
||||
},
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 0.72139989112292824,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.930511474609375,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.82619299783840816
|
||||
},
|
||||
"Blink Allowed" : true,
|
||||
"Description" : "Default",
|
||||
"Sync Title" : false,
|
||||
"Ansi 1 Color" : {
|
||||
"Red Component" : 0.94901960784313721,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -768,24 +777,8 @@
|
|||
"Green Component" : 0.45490196078431372
|
||||
},
|
||||
"Name" : "Spacechalk - zsh",
|
||||
"Blinking Cursor" : true,
|
||||
"Guid" : "995B6CB3-2EF3-4302-80E2-C147DE477662",
|
||||
"Badge Max Width" : 0.23000000000000001,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 10 Color" : {
|
||||
"Red Component" : 0.62841771892272524,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.55606282539882557,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.94509148597717285
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.29999999999999999,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.29999999999999999,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.29999999999999999
|
||||
},
|
||||
"Transparency" : 0,
|
||||
"Horizontal Spacing" : 1,
|
||||
"Badge Color" : {
|
||||
"Red Component" : 0.20141577219297346,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -793,69 +786,82 @@
|
|||
"Alpha Component" : 0.43971127271652222,
|
||||
"Green Component" : 0.55755464666375076
|
||||
},
|
||||
"Smart Cursor Color" : false,
|
||||
"Semantic History" : {
|
||||
"editor" : "com.github.atom",
|
||||
"action" : "best editor",
|
||||
"text" : ""
|
||||
},
|
||||
"Ambiguous Double Width" : false,
|
||||
"Blur Radius" : 12.58633909834192,
|
||||
"Badge Max Height" : 0.20000000000000001,
|
||||
"Background Image Mode" : 2,
|
||||
"Cursor Type" : 2,
|
||||
"Ansi 0 Color" : {
|
||||
"Red Component" : 0.1166090965,
|
||||
"HotKey Key Code" : 0,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.35241641089987752,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1152772594,
|
||||
"Blue Component" : 0.98678684234619141,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.1152772594
|
||||
"Green Component" : 0.69953315003746164
|
||||
},
|
||||
"Blur" : true,
|
||||
"Normal Font" : "mononoki-Regular 17",
|
||||
"Vertical Spacing" : 1,
|
||||
"Screen" : -2,
|
||||
"Selection Color" : {
|
||||
"Green Component" : 0.91148865222930908,
|
||||
"Blue Component" : 0.93112045526504517,
|
||||
"Red Component" : 0.8929295539855957
|
||||
},
|
||||
"Use Non-ASCII Font" : true,
|
||||
"Character Encoding" : 4,
|
||||
"Icon" : 0,
|
||||
"HotKey Alternate Shortcuts" : [
|
||||
|
||||
],
|
||||
"Ansi 7 Color" : {
|
||||
"Green Component" : 0.84705883264541626,
|
||||
"Blue Component" : 0.85098040103912354,
|
||||
"Red Component" : 0.82352942228317261
|
||||
},
|
||||
"Place Prompt at First Column" : false,
|
||||
"Space" : 0,
|
||||
"Command" : "zsh -l",
|
||||
"Terminal Type" : "xterm-256color",
|
||||
"Horizontal Spacing" : 1,
|
||||
"Option Key Sends" : 0,
|
||||
"Only The Default BG Color Uses Transparency" : true,
|
||||
"Blink Allowed" : true,
|
||||
"Minimum Contrast" : 0.13390426635742186,
|
||||
"Non Ascii Font" : "HackNerdFontComplete-Regular 17",
|
||||
"HotKey Window Animates" : true,
|
||||
"Cursor Guide Color" : {
|
||||
"Red Component" : 0.44125866889953608,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.94925963878631592,
|
||||
"Alpha Component" : 0.02168303728103637,
|
||||
"Green Component" : 0.78851044178009033
|
||||
},
|
||||
"Show Mark Indicators" : false,
|
||||
"Title Components" : 808,
|
||||
"Semantic History" : {
|
||||
"editor" : "com.github.atom",
|
||||
"text" : "",
|
||||
"action" : "best editor"
|
||||
},
|
||||
"Working Directory" : "~",
|
||||
"ASCII Anti Aliased" : true,
|
||||
"Custom Directory" : "No",
|
||||
"HotKey Window AutoHides" : true,
|
||||
"Shortcut" : "",
|
||||
"Mouse Reporting" : true,
|
||||
"Non-ASCII Ligatures" : false,
|
||||
"Tags" : [
|
||||
"spacechalk",
|
||||
"zsh"
|
||||
],
|
||||
"Blur Radius" : 12.58633909834192,
|
||||
"tmux Pane Title" : "Default",
|
||||
"Allow Title Setting" : false,
|
||||
"Use Bold Font" : true,
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.53235447842359918,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.41793219944543125,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.80954396724700928
|
||||
},
|
||||
"Background Image Mode" : 2,
|
||||
"Normal Font" : "mononoki-Regular 17",
|
||||
"Unlimited Scrollback" : false,
|
||||
"Ansi 15 Color" : {
|
||||
"Green Component" : 0.84705883264541626,
|
||||
"Blue Component" : 0.85098040103912354,
|
||||
"Red Component" : 0.82352942228317261
|
||||
},
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.39365592833519258,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.79289289662391305,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.84202635288238525
|
||||
},
|
||||
"Transparency" : 0,
|
||||
"Badge Top Margin" : 0,
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.1166090965,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1152772594,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.1152772594
|
||||
},
|
||||
"Initial Text" : "",
|
||||
"Screen" : -2,
|
||||
"tmux Pane Title" : "Default",
|
||||
"Bound Hosts" : [
|
||||
|
||||
],
|
||||
"Non Ascii Font" : "HackNerdFontComplete-Regular 17",
|
||||
"HotKey Characters Ignoring Modifiers" : "",
|
||||
"Blur" : true,
|
||||
"HotKey Characters" : "",
|
||||
"Terminal Type" : "xterm-256color",
|
||||
"Ansi 13 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -863,10 +869,20 @@
|
|||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.52295398712158203
|
||||
},
|
||||
"Use Tab Color" : true,
|
||||
"Columns" : 80,
|
||||
"Visual Bell" : false,
|
||||
"ASCII Ligatures" : false,
|
||||
"Link Color" : {
|
||||
"Red Component" : 0,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.73422712087631226,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.35915297269821167
|
||||
},
|
||||
"Ansi 11 Color" : {
|
||||
"Red Component" : 0.99146266069919875,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.51127099990844727,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 1
|
||||
},
|
||||
"Ansi 5 Color" : {
|
||||
"Red Component" : 0.84645094694922485,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -874,7 +890,8 @@
|
|||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.49223056412301958
|
||||
},
|
||||
"Custom Directory" : "No"
|
||||
"Initial Text" : "",
|
||||
"Badge Right Margin" : 48
|
||||
},
|
||||
{
|
||||
"Use Cursor Guide" : false,
|
||||
|
@ -886,11 +903,11 @@
|
|||
"Columns" : 80,
|
||||
"Use Bright Bold" : true,
|
||||
"Background Color" : {
|
||||
"Red Component" : 0.1166090965,
|
||||
"Red Component" : 0.064862652894677811,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.1152772594,
|
||||
"Blue Component" : 0.13578462600708008,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.1152772594
|
||||
"Green Component" : 0.060594402153128633
|
||||
},
|
||||
"Ansi 8 Color" : {
|
||||
"Red Component" : 0.29999999999999999,
|
||||
|
@ -1093,7 +1110,7 @@
|
|||
"Silence Bell" : false,
|
||||
"Rows" : 25,
|
||||
"Draw Powerline Glyphs" : true,
|
||||
"Guid" : "A973038F-FEBE-4A0C-8157-309D6DBEE9B5",
|
||||
"Guid" : "00A3B0CD-A07C-41AA-9808-8E50B0365ABA",
|
||||
"Ambiguous Double Width" : false,
|
||||
"Option Key Sends" : 0,
|
||||
"HotKey Modifier Activation" : 3,
|
||||
|
@ -1110,7 +1127,7 @@
|
|||
"BM Growl" : true,
|
||||
"Smart Cursor Color" : false,
|
||||
"Prompt Before Closing 2" : false,
|
||||
"Command" : "bash --noprofile --rcfile ~\/.config\/bash\/minimal.sh",
|
||||
"Command" : "\/usr\/local\/bin\/bash -i -l",
|
||||
"Selected Text Color" : {
|
||||
"Red Component" : 0.20000000000000001,
|
||||
"Color Space" : "sRGB",
|
||||
|
@ -1121,15 +1138,15 @@
|
|||
"Custom Window Title" : "neomutt",
|
||||
"HotKey Window Reopens On Activation" : false,
|
||||
"Badge Top Margin" : 0,
|
||||
"Blend" : 0.87280879366225084,
|
||||
"Blend" : 1,
|
||||
"ASCII Ligatures" : false,
|
||||
"Send Code When Idle" : false,
|
||||
"Ansi 6 Color" : {
|
||||
"Red Component" : 0.39365592833519258,
|
||||
"Red Component" : 0.52898132780705964,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.79289289662391305,
|
||||
"Blue Component" : 0.89664568792519317,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.84202635288238525
|
||||
"Green Component" : 0.94189357757568359
|
||||
},
|
||||
"Jobs to Ignore" : [
|
||||
"rlogin",
|
||||
|
@ -1152,30 +1169,30 @@
|
|||
"Close Sessions On End" : true,
|
||||
"HotKey Activated By Modifier" : true,
|
||||
"Default Bookmark" : "No",
|
||||
"Custom Command" : "Yes",
|
||||
"Custom Command" : "No",
|
||||
"Ansi 9 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Red Component" : 0.97080850601196289,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.44739627838134766,
|
||||
"Blue Component" : 0.60152110730291497,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.49929818305696572
|
||||
"Green Component" : 0.63620550760747674
|
||||
},
|
||||
"Ansi 14 Color" : {
|
||||
"Red Component" : 0.43289353807597308,
|
||||
"Red Component" : 0.58501361233402349,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.87211646444730251,
|
||||
"Blue Component" : 0.91981549250976213,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.9188988208770752
|
||||
"Green Component" : 0.95547580718994141
|
||||
},
|
||||
"Flashing Bell" : true,
|
||||
"Use Italic Font" : true,
|
||||
"Minimum Contrast" : 0.13390426635742186,
|
||||
"Ansi 12 Color" : {
|
||||
"Red Component" : 0.51015520095825195,
|
||||
"Red Component" : 0.53676455750746754,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Blue Component" : 0.98207235336303711,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.76129059753652717
|
||||
"Green Component" : 0.77407708694078625
|
||||
},
|
||||
"HotKey Window Floats" : true,
|
||||
"Non-ASCII Anti Aliased" : true,
|
||||
|
@ -1187,24 +1204,24 @@
|
|||
"Green Component" : 0.94509148597717285
|
||||
},
|
||||
"Foreground Color" : {
|
||||
"Red Component" : 1,
|
||||
"Red Component" : 0.72139989112292824,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Blue Component" : 0.930511474609375,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 1
|
||||
"Green Component" : 0.82619299783840816
|
||||
},
|
||||
"Blink Allowed" : true,
|
||||
"Description" : "Default",
|
||||
"Sync Title" : false,
|
||||
"Ansi 1 Color" : {
|
||||
"Red Component" : 0.94901960784313721,
|
||||
"Red Component" : 0.99818778038024902,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.54117647058823526,
|
||||
"Blue Component" : 0.63550669536025162,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.45490196078431372
|
||||
"Green Component" : 0.55878566719889022
|
||||
},
|
||||
"Name" : "Minimal",
|
||||
"Transparency" : 0,
|
||||
"Name" : "Spacechalk - bash",
|
||||
"Transparency" : 0.34098754233502332,
|
||||
"Horizontal Spacing" : 1,
|
||||
"Badge Color" : {
|
||||
"Red Component" : 0.20141577219297346,
|
||||
|
@ -1216,13 +1233,13 @@
|
|||
"HotKey Key Code" : 0,
|
||||
"Idle Code" : 0,
|
||||
"Ansi 4 Color" : {
|
||||
"Red Component" : 0.35241641089987752,
|
||||
"Red Component" : 0.43332060955094676,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.98678684234619141,
|
||||
"Blue Component" : 0.92718601226806641,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.69953315003746164
|
||||
"Green Component" : 0.70355539684526014
|
||||
},
|
||||
"Screen" : -2,
|
||||
"Screen" : -1,
|
||||
"Selection Color" : {
|
||||
"Green Component" : 0.91148865222930908,
|
||||
"Red Component" : 0.8929295539855957,
|
||||
|
@ -1230,16 +1247,14 @@
|
|||
},
|
||||
"Use Non-ASCII Font" : true,
|
||||
"Character Encoding" : 4,
|
||||
"Icon" : 1,
|
||||
"Icon" : 0,
|
||||
"HotKey Alternate Shortcuts" : [
|
||||
|
||||
],
|
||||
"Ansi 7 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 1
|
||||
"Green Component" : 0.84705883264541626,
|
||||
"Red Component" : 0.82352942228317261,
|
||||
"Blue Component" : 0.85098040103912354
|
||||
},
|
||||
"Non Ascii Font" : "HackNerdFontComplete-Regular 17",
|
||||
"HotKey Window Animates" : true,
|
||||
|
@ -1251,11 +1266,11 @@
|
|||
"Green Component" : 0.78851044178009033
|
||||
},
|
||||
"Show Mark Indicators" : false,
|
||||
"Title Components" : 800,
|
||||
"Title Components" : 768,
|
||||
"Semantic History" : {
|
||||
"editor" : "com.github.atom",
|
||||
"action" : "best editor",
|
||||
"text" : ""
|
||||
"text" : "",
|
||||
"action" : "best editor"
|
||||
},
|
||||
"Working Directory" : "~",
|
||||
"ASCII Anti Aliased" : true,
|
||||
|
@ -1266,40 +1281,39 @@
|
|||
"Non-ASCII Ligatures" : false,
|
||||
"Tags" : [
|
||||
"BASH",
|
||||
"minimal"
|
||||
"spacechalk"
|
||||
],
|
||||
"Blur Radius" : 12.58633909834192,
|
||||
"tmux Pane Title" : "Minimal",
|
||||
"Background Image Location" : "\/Users\/jhitch\/Pictures\/wallpapers\/6393101.jpg",
|
||||
"tmux Pane Title" : "Spacechalk - bash",
|
||||
"Allow Title Setting" : false,
|
||||
"Use Bold Font" : true,
|
||||
"Ansi 2 Color" : {
|
||||
"Red Component" : 0.53235447842359918,
|
||||
"Red Component" : 0.59334067263375712,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.41793219944543125,
|
||||
"Blue Component" : 0.47254882328957137,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.80954396724700928
|
||||
"Green Component" : 0.88596057891845703
|
||||
},
|
||||
"Background Image Mode" : 2,
|
||||
"Normal Font" : "mononoki-Regular 17",
|
||||
"Unlimited Scrollback" : false,
|
||||
"Ansi 15 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Red Component" : 0.92104983329772949,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 1,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 1
|
||||
"Green Component" : 0.98796600108773269
|
||||
},
|
||||
"HotKey Characters Ignoring Modifiers" : "",
|
||||
"Blur" : true,
|
||||
"HotKey Characters" : "",
|
||||
"Terminal Type" : "xterm-256color",
|
||||
"Ansi 13 Color" : {
|
||||
"Red Component" : 1,
|
||||
"Red Component" : 0.94542074203491211,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.99466471744402929,
|
||||
"Blue Component" : 0.94235998553345046,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.52295398712158203
|
||||
"Green Component" : 0.67174668447648855
|
||||
},
|
||||
"Link Color" : {
|
||||
"Red Component" : 0,
|
||||
|
@ -1316,11 +1330,11 @@
|
|||
"Green Component" : 1
|
||||
},
|
||||
"Ansi 5 Color" : {
|
||||
"Red Component" : 0.84645094694922485,
|
||||
"Red Component" : 0.93945907584948984,
|
||||
"Color Space" : "sRGB",
|
||||
"Blue Component" : 0.87289810180664062,
|
||||
"Blue Component" : 0.96783304214477539,
|
||||
"Alpha Component" : 1,
|
||||
"Green Component" : 0.49223056412301958
|
||||
"Green Component" : 0.55943225499902383
|
||||
},
|
||||
"Initial Text" : "",
|
||||
"Badge Right Margin" : 48
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue