From 9b1820781e27ec5bd8137483d0c68bb1fc5560f1 Mon Sep 17 00:00:00 2001 From: Kulvir <73885344+Kulvir-parmar@users.noreply.github.com> Date: Mon, 7 Feb 2022 01:56:58 +0530 Subject: [PATCH] iterm config files --- Iterm/gruv.itermcolors | 344 +++++++++++++++++++++++ Iterm/iTermkeys.itermkeymap | 1 + Iterm/turret0p.json | 533 ++++++++++++++++++++++++++++++++++++ 3 files changed, 878 insertions(+) create mode 100644 Iterm/gruv.itermcolors create mode 100644 Iterm/iTermkeys.itermkeymap create mode 100644 Iterm/turret0p.json diff --git a/Iterm/gruv.itermcolors b/Iterm/gruv.itermcolors new file mode 100644 index 0000000..9864df0 --- /dev/null +++ b/Iterm/gruv.itermcolors @@ -0,0 +1,344 @@ + + + + + Ansi 0 Color + + Alpha Component + 1 + Blue Component + 0.11759774386882782 + Color Space + Calibrated + Green Component + 0.11759573966264725 + Red Component + 0.11759927868843079 + + Ansi 1 Color + + Alpha Component + 1 + Blue Component + 0.090684391558170319 + Color Space + Calibrated + Green Component + 0.05879192054271698 + Red Component + 0.74529051780700684 + + Ansi 10 Color + + Alpha Component + 1 + Blue Component + 0.11661489307880402 + Color Space + Calibrated + Green Component + 0.69061970710754395 + Red Component + 0.66574931144714355 + + Ansi 11 Color + + Alpha Component + 1 + Blue Component + 0.1444794088602066 + Color Space + Calibrated + Green Component + 0.6926688551902771 + Red Component + 0.96949708461761475 + + Ansi 12 Color + + Alpha Component + 1 + Blue Component + 0.52537077665328979 + Color Space + Calibrated + Green Component + 0.58534377813339233 + Red Component + 0.44289660453796387 + + Ansi 13 Color + + Alpha Component + 1 + Blue Component + 0.53848373889923096 + Color Space + Calibrated + Green Component + 0.43883562088012695 + Red Component + 0.78096956014633179 + + Ansi 14 Color + + Alpha Component + 1 + Blue Component + 0.41142863035202026 + Color Space + Calibrated + Green Component + 0.71257460117340088 + Red Component + 0.49072420597076416 + + Ansi 15 Color + + Alpha Component + 1 + Blue Component + 0.63873869180679321 + Color Space + Calibrated + Green Component + 0.82989895343780518 + Red Component + 0.90061241388320923 + + Ansi 2 Color + + Alpha Component + 1 + Blue Component + 0.082894742488861084 + Color Space + Calibrated + Green Component + 0.53061914443969727 + Red Component + 0.52591603994369507 + + Ansi 3 Color + + Alpha Component + 1 + Blue Component + 0.10328958928585052 + Color Space + Calibrated + Green Component + 0.53254079818725586 + Red Component + 0.80126690864562988 + + Ansi 4 Color + + Alpha Component + 1 + Blue Component + 0.4586675763130188 + Color Space + Calibrated + Green Component + 0.45008346438407898 + Red Component + 0.21694663166999817 + + Ansi 5 Color + + Alpha Component + 1 + Blue Component + 0.45103743672370911 + Color Space + Calibrated + Green Component + 0.29604318737983704 + Red Component + 0.62685638666152954 + + Ansi 6 Color + + Alpha Component + 1 + Blue Component + 0.34128850698471069 + Color Space + Calibrated + Green Component + 0.55607825517654419 + Red Component + 0.34054014086723328 + + Ansi 7 Color + + Alpha Component + 1 + Blue Component + 0.44320183992385864 + Color Space + Calibrated + Green Component + 0.5310559868812561 + Red Component + 0.5926094651222229 + + Ansi 8 Color + + Alpha Component + 1 + Blue Component + 0.37962067127227783 + Color Space + Calibrated + Green Component + 0.43934443593025208 + Red Component + 0.49889594316482544 + + Ansi 9 Color + + Alpha Component + 1 + Blue Component + 0.15763583779335022 + Color Space + Calibrated + Green Component + 0.18880486488342285 + Red Component + 0.96744710206985474 + + Background Color + + Alpha Component + 1 + Blue Component + 0.11759774386882782 + Color Space + Calibrated + Green Component + 0.11759573966264725 + Red Component + 0.11759927868843079 + + Badge Color + + Alpha Component + 0.5 + Blue Component + 0.056549370288848877 + Color Space + Calibrated + Green Component + 0.28100395202636719 + Red Component + 0.7928692102432251 + + Bold Color + + Alpha Component + 1 + Blue Component + 1 + Color Space + Calibrated + Green Component + 1 + Red Component + 1 + + Cursor Color + + Alpha Component + 1 + Blue Component + 0.63873869180679321 + Color Space + Calibrated + Green Component + 0.82989895343780518 + Red Component + 0.90061241388320923 + + Cursor Guide Color + + Alpha Component + 1 + Blue Component + 0.15993706881999969 + Color Space + Calibrated + Green Component + 0.16613791882991791 + Red Component + 0.17867125570774078 + + Cursor Text Color + + Alpha Component + 1 + Blue Component + 0.11759774386882782 + Color Space + Calibrated + Green Component + 0.11759573966264725 + Red Component + 0.11759927868843079 + + Foreground Color + + Alpha Component + 1 + Blue Component + 0.63873869180679321 + Color Space + Calibrated + Green Component + 0.82989895343780518 + Red Component + 0.90061241388320923 + + Link Color + + Alpha Component + 1 + Blue Component + 0.056549370288848877 + Color Space + Calibrated + Green Component + 0.28100395202636719 + Red Component + 0.7928692102432251 + + Selected Text Color + + Alpha Component + 1 + Blue Component + 0.26041668653488159 + Color Space + Calibrated + Green Component + 0.2891082763671875 + Red Component + 0.32501408457756042 + + Selection Color + + Alpha Component + 1 + Blue Component + 0.63873869180679321 + Color Space + Calibrated + Green Component + 0.82989895343780518 + Red Component + 0.90061241388320923 + + + \ No newline at end of file diff --git a/Iterm/iTermkeys.itermkeymap b/Iterm/iTermkeys.itermkeymap new file mode 100644 index 0000000..b193b28 --- /dev/null +++ b/Iterm/iTermkeys.itermkeymap @@ -0,0 +1 @@ +{"Key Mappings":{"0xf728-0x80000":{"Text":"d","Action":10},"0xf702-0x280000":{"Text":"b","Action":10},"0xf70d-0x20000":{"Text":"[21;2~","Action":10},"0x7f-0x80000":{"Text":"0x1b 0x7f","Action":11},"0xf708-0x20000":{"Text":"[15;2~","Action":10},"0x33-0x40000":{"Text":"0x1b","Action":11},"0xf703-0x260000":{"Text":"[1;6C","Action":10},"0xf729-0x20000":{"Text":"[1;2H","Action":10},"0xf702-0x260000":{"Text":"[1;6D","Action":10},"0x38-0x40000":{"Text":"0x7f","Action":11},"0xf72b-0x40000":{"Text":"[1;5F","Action":10},"0xf70c-0x20000":{"Text":"[20;2~","Action":10},"0xf701-0x260000":{"Text":"[1;6B","Action":10},"0x32-0x40000":{"Text":"0x00","Action":11},"0xf707-0x20000":{"Text":"[1;2S","Action":10},"0xf703-0x240000":{"Text":"[1;5C","Action":10},"0xf700-0x260000":{"Text":"[1;6A","Action":10},"0xf702-0x240000":{"Text":"[1;5D","Action":10},"0xf703-0x300000":{"Text":"0x5","Action":11},"0x37-0x40000":{"Text":"0x1f","Action":11},"0x3-0x200000":{"Text":"0xd","Action":11},"0xf701-0x240000":{"Text":"[1;5B","Action":10},"0xf702-0x300000":{"Text":"0x1","Action":11},"0xf703-0x220000":{"Text":"[1;2C","Action":10},"0xf739-0x0":{"Text":"","Action":13},"0xf70b-0x20000":{"Text":"[19;2~","Action":10},"0xf728-0x0":{"Text":"0x4","Action":11},"0xf706-0x20000":{"Text":"[1;2R","Action":10},"0xf700-0x240000":{"Text":"[1;5A","Action":10},"0xf702-0x220000":{"Text":"[1;2D","Action":10},"0x36-0x40000":{"Text":"0x1e","Action":11},"0xf70f-0x20000":{"Text":"[24;2~","Action":10},"0xf701-0x220000":{"Text":"[1;2B","Action":10},"0xf70a-0x20000":{"Text":"[18;2~","Action":10},"0xf729-0x40000":{"Text":"[1;5H","Action":10},"0xf72b-0x20000":{"Text":"[1;2F","Action":10},"0xf700-0x220000":{"Text":"[1;2A","Action":10},"0x30-0x200000":{"Text":"0","Action":12},"0xf705-0x20000":{"Text":"[1;2Q","Action":10},"0x31-0x200000":{"Text":"1","Action":12},"0x33-0x200000":{"Text":"3","Action":12},"0x35-0x40000":{"Text":"0x1d","Action":11},"0x34-0x200000":{"Text":"4","Action":12},"0x32-0x200000":{"Text":"2","Action":12},"0x35-0x200000":{"Text":"5","Action":12},"0x36-0x200000":{"Text":"6","Action":12},"0x37-0x200000":{"Text":"7","Action":12},"0x2d-0x40000":{"Text":"0x1f","Action":11},"0x38-0x200000":{"Text":"8","Action":12},"0x2a-0x200000":{"Text":"*","Action":12},"0x39-0x200000":{"Text":"9","Action":12},"0x2b-0x200000":{"Text":"+","Action":12},"0xf70e-0x20000":{"Text":"[23;2~","Action":10},"0x2e-0x200000":{"Text":".","Action":12},"0x2d-0x200000":{"Text":"-","Action":12},"0xf709-0x20000":{"Text":"[17;2~","Action":10},"0x7f-0x100000":{"Text":"0x15","Action":11},"0x2f-0x200000":{"Text":"\/","Action":12},"0xf704-0x20000":{"Text":"[1;2P","Action":10},"0x34-0x40000":{"Text":"0x1c","Action":11},"0xf703-0x280000":{"Text":"f","Action":10}},"Touch Bar Items":[]} \ No newline at end of file diff --git a/Iterm/turret0p.json b/Iterm/turret0p.json new file mode 100644 index 0000000..df47295 --- /dev/null +++ b/Iterm/turret0p.json @@ -0,0 +1,533 @@ +{ + "Use Cursor Guide" : false, + "Bold Color" : { + "Red Component" : 1, + "Color Space" : "Calibrated", + "Blue Component" : 1, + "Alpha Component" : 1, + "Green Component" : 1 + }, + "Columns" : 100, + "Use Bright Bold" : true, + "Background Color" : { + "Red Component" : 0.074509803921568626, + "Color Space" : "sRGB", + "Blue Component" : 0.074509803921568626, + "Alpha Component" : 1, + "Green Component" : 0.074509803921568626 + }, + "Ansi 8 Color" : { + "Red Component" : 0.49889594316482544, + "Color Space" : "Calibrated", + "Blue Component" : 0.37962067127227783, + "Alpha Component" : 1, + "Green Component" : 0.43934443593025208 + }, + "Badge Text" : "", + "Right Option Key Sends" : 0, + "Blinking Cursor" : true, + "Badge Max Width" : 0.14999999999999999, + "Cursor Boost" : 0, + "Space" : 0, + "Use Underline Color" : false, + "Use Tab Color" : false, + "Badge Max Height" : 0.14999999999999999, + "Cursor Type" : 1, + "Keyboard Map" : { + "0xf728-0x80000" : { + "Text" : "d", + "Action" : 10 + }, + "0xf702-0x280000" : { + "Text" : "b", + "Action" : 10 + }, + "0xf70d-0x20000" : { + "Text" : "[21;2~", + "Action" : 10 + }, + "0x7f-0x80000" : { + "Text" : "0x1b 0x7f", + "Action" : 11 + }, + "0xf708-0x20000" : { + "Text" : "[15;2~", + "Action" : 10 + }, + "0x33-0x40000" : { + "Text" : "0x1b", + "Action" : 11 + }, + "0xf703-0x260000" : { + "Text" : "[1;6C", + "Action" : 10 + }, + "0xf729-0x20000" : { + "Text" : "[1;2H", + "Action" : 10 + }, + "0xf702-0x260000" : { + "Text" : "[1;6D", + "Action" : 10 + }, + "0x38-0x40000" : { + "Text" : "0x7f", + "Action" : 11 + }, + "0xf72b-0x40000" : { + "Text" : "[1;5F", + "Action" : 10 + }, + "0xf70c-0x20000" : { + "Text" : "[20;2~", + "Action" : 10 + }, + "0xf701-0x260000" : { + "Text" : "[1;6B", + "Action" : 10 + }, + "0x32-0x40000" : { + "Text" : "0x00", + "Action" : 11 + }, + "0xf707-0x20000" : { + "Text" : "[1;2S", + "Action" : 10 + }, + "0xf703-0x240000" : { + "Text" : "[1;5C", + "Action" : 10 + }, + "0xf700-0x260000" : { + "Text" : "[1;6A", + "Action" : 10 + }, + "0xf702-0x240000" : { + "Text" : "[1;5D", + "Action" : 10 + }, + "0xf703-0x300000" : { + "Text" : "0x5", + "Action" : 11 + }, + "0x37-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x3-0x200000" : { + "Text" : "0xd", + "Action" : 11 + }, + "0xf701-0x240000" : { + "Text" : "[1;5B", + "Action" : 10 + }, + "0xf702-0x300000" : { + "Text" : "0x1", + "Action" : 11 + }, + "0xf703-0x220000" : { + "Text" : "[1;2C", + "Action" : 10 + }, + "0xf739-0x0" : { + "Text" : "", + "Action" : 13 + }, + "0xf70b-0x20000" : { + "Text" : "[19;2~", + "Action" : 10 + }, + "0xf728-0x0" : { + "Text" : "0x4", + "Action" : 11 + }, + "0xf706-0x20000" : { + "Text" : "[1;2R", + "Action" : 10 + }, + "0xf700-0x240000" : { + "Text" : "[1;5A", + "Action" : 10 + }, + "0xf702-0x220000" : { + "Text" : "[1;2D", + "Action" : 10 + }, + "0x36-0x40000" : { + "Text" : "0x1e", + "Action" : 11 + }, + "0xf70f-0x20000" : { + "Text" : "[24;2~", + "Action" : 10 + }, + "0xf701-0x220000" : { + "Text" : "[1;2B", + "Action" : 10 + }, + "0xf70a-0x20000" : { + "Text" : "[18;2~", + "Action" : 10 + }, + "0xf729-0x40000" : { + "Text" : "[1;5H", + "Action" : 10 + }, + "0xf72b-0x20000" : { + "Text" : "[1;2F", + "Action" : 10 + }, + "0xf700-0x220000" : { + "Text" : "[1;2A", + "Action" : 10 + }, + "0x30-0x200000" : { + "Text" : "0", + "Action" : 12 + }, + "0xf705-0x20000" : { + "Text" : "[1;2Q", + "Action" : 10 + }, + "0x31-0x200000" : { + "Text" : "1", + "Action" : 12 + }, + "0x33-0x200000" : { + "Text" : "3", + "Action" : 12 + }, + "0x35-0x40000" : { + "Text" : "0x1d", + "Action" : 11 + }, + "0x34-0x200000" : { + "Text" : "4", + "Action" : 12 + }, + "0x32-0x200000" : { + "Text" : "2", + "Action" : 12 + }, + "0x35-0x200000" : { + "Text" : "5", + "Action" : 12 + }, + "0x36-0x200000" : { + "Text" : "6", + "Action" : 12 + }, + "0x37-0x200000" : { + "Text" : "7", + "Action" : 12 + }, + "0x2d-0x40000" : { + "Text" : "0x1f", + "Action" : 11 + }, + "0x38-0x200000" : { + "Text" : "8", + "Action" : 12 + }, + "0x2a-0x200000" : { + "Text" : "*", + "Action" : 12 + }, + "0x39-0x200000" : { + "Text" : "9", + "Action" : 12 + }, + "0x2b-0x200000" : { + "Text" : "+", + "Action" : 12 + }, + "0xf70e-0x20000" : { + "Text" : "[23;2~", + "Action" : 10 + }, + "0x2e-0x200000" : { + "Text" : ".", + "Action" : 12 + }, + "0x2d-0x200000" : { + "Text" : "-", + "Action" : 12 + }, + "0xf709-0x20000" : { + "Text" : "[17;2~", + "Action" : 10 + }, + "0x7f-0x100000" : { + "Text" : "0x15", + "Action" : 11 + }, + "0x2f-0x200000" : { + "Text" : "\/", + "Action" : 12 + }, + "0xf704-0x20000" : { + "Text" : "[1;2P", + "Action" : 10 + }, + "0x34-0x40000" : { + "Text" : "0x1c", + "Action" : 11 + }, + "0xf703-0x280000" : { + "Text" : "f", + "Action" : 10 + } + }, + "Place Prompt at First Column" : true, + "AWDS Pane Option" : "Recycle", + "Open Toolbelt" : false, + "AWDS Window Option" : "No", + "Visual Bell" : true, + "Only The Default BG Color Uses Transparency" : false, + "Cursor Text Color" : { + "Red Component" : 0.11759927868843079, + "Color Space" : "Calibrated", + "Blue Component" : 0.11759774386882782, + "Alpha Component" : 1, + "Green Component" : 0.11759573966264725 + }, + "Allow modifyOtherKeys" : false, + "Scrollback Lines" : 100, + "AWDS Tab Directory" : "", + "Badge Font" : "Helvetica-Bold", + "Ansi 0 Color" : { + "Red Component" : 0.11759927868843079, + "Color Space" : "Calibrated", + "Blue Component" : 0.11759774386882782, + "Alpha Component" : 1, + "Green Component" : 0.11759573966264725 + }, + "Silence Bell" : false, + "Use Custom Tab Title" : false, + "Rows" : 25, + "Draw Powerline Glyphs" : true, + "Guid" : "66A4F1B4-966A-46A9-AA31-72C74BF44213", + "Ambiguous Double Width" : false, + "Option Key Sends" : 0, + "Ansi 3 Color" : { + "Red Component" : 0.80126690864562988, + "Color Space" : "Calibrated", + "Blue Component" : 0.10328958928585052, + "Alpha Component" : 1, + "Green Component" : 0.53254079818725586 + }, + "Use Custom Window Title" : false, + "Window Type" : 0, + "Smart Cursor Color" : false, + "BM Growl" : true, + "Prompt Before Closing 2" : false, + "Command" : "", + "AWDS Tab Option" : "Recycle", + "Selected Text Color" : { + "Red Component" : 0.2627450980392157, + "Color Space" : "sRGB", + "Blue Component" : 0.21176470588235294, + "Alpha Component" : 1, + "Green Component" : 0.23529411764705882 + }, + "Custom Window Title" : "", + "Badge Top Margin" : -20, + "Blend" : 0.36231884057971014, + "ASCII Ligatures" : true, + "Send Code When Idle" : false, + "Ansi 6 Color" : { + "Red Component" : 0.34054014086723328, + "Color Space" : "Calibrated", + "Blue Component" : 0.34128850698471069, + "Alpha Component" : 1, + "Green Component" : 0.55607825517654419 + }, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Cursor Color" : { + "Red Component" : 0.90061241388320923, + "Color Space" : "Calibrated", + "Blue Component" : 0.63873869180679321, + "Alpha Component" : 1, + "Green Component" : 0.82989895343780518 + }, + "Vertical Spacing" : 1.1000000000000001, + "Disable Window Resizing" : true, + "Close Sessions On End" : 0, + "Default Bookmark" : "No", + "Custom Command" : "Yes", + "Ansi 9 Color" : { + "Red Component" : 0.96744710206985474, + "Color Space" : "Calibrated", + "Blue Component" : 0.15763583779335022, + "Alpha Component" : 1, + "Green Component" : 0.18880486488342285 + }, + "Ansi 14 Color" : { + "Red Component" : 0.49072420597076416, + "Color Space" : "Calibrated", + "Blue Component" : 0.41142863035202026, + "Alpha Component" : 1, + "Green Component" : 0.71257460117340088 + }, + "Flashing Bell" : false, + "Use Italic Font" : true, + "Minimum Contrast" : 0, + "Ansi 12 Color" : { + "Red Component" : 0.44289660453796387, + "Color Space" : "Calibrated", + "Blue Component" : 0.52537077665328979, + "Alpha Component" : 1, + "Green Component" : 0.58534377813339233 + }, + "Non-ASCII Anti Aliased" : true, + "Ansi 10 Color" : { + "Red Component" : 0.66574931144714355, + "Color Space" : "Calibrated", + "Blue Component" : 0.11661489307880402, + "Alpha Component" : 1, + "Green Component" : 0.69061970710754395 + }, + "Foreground Color" : { + "Red Component" : 0.90061241388320923, + "Color Space" : "Calibrated", + "Blue Component" : 0.63873869180679321, + "Alpha Component" : 1, + "Green Component" : 0.82989895343780518 + }, + "Blink Allowed" : false, + "Description" : "Default", + "Sync Title" : false, + "Ansi 1 Color" : { + "Red Component" : 0.74529051780700684, + "Color Space" : "Calibrated", + "Blue Component" : 0.090684391558170319, + "Alpha Component" : 1, + "Green Component" : 0.05879192054271698 + }, + "Name" : "turret0p", + "Transparency" : 0, + "Horizontal Spacing" : 1, + "Thin Strokes" : 4, + "Unicode Normalization" : 0, + "Badge Color" : { + "Red Component" : 0.7928692102432251, + "Color Space" : "Calibrated", + "Blue Component" : 0.056549370288848877, + "Alpha Component" : 0.5, + "Green Component" : 0.28100395202636719 + }, + "Idle Code" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.21694663166999817, + "Color Space" : "Calibrated", + "Blue Component" : 0.4586675763130188, + "Alpha Component" : 1, + "Green Component" : 0.45008346438407898 + }, + "Brighten Bold Text" : true, + "Prevent Opening in a Tab" : false, + "Screen" : -1, + "Selection Color" : { + "Red Component" : 0.90061241388320923, + "Color Space" : "Calibrated", + "Blue Component" : 0.63873869180679321, + "Alpha Component" : 1, + "Green Component" : 0.82989895343780518 + }, + "Use Non-ASCII Font" : false, + "Character Encoding" : 4, + "Application Keypad Allowed" : false, + "Icon" : 0, + "Ansi 7 Color" : { + "Red Component" : 0.5926094651222229, + "Color Space" : "Calibrated", + "Blue Component" : 0.44320183992385864, + "Alpha Component" : 1, + "Green Component" : 0.5310559868812561 + }, + "Non Ascii Font" : "Monaco 13", + "Cursor Guide Color" : { + "Red Component" : 0.17867125570774078, + "Color Space" : "Calibrated", + "Blue Component" : 0.15993706881999969, + "Alpha Component" : 1, + "Green Component" : 0.16613791882991791 + }, + "Show Mark Indicators" : true, + "Unicode Version" : 9, + "Title Components" : 2, + "Custom Directory" : "Recycle", + "Working Directory" : "\/Users\/kulvir", + "ASCII Anti Aliased" : true, + "Shortcut" : "", + "Mouse Reporting" : true, + "Tags" : [ + + ], + "Blur Radius" : 0.10000000000000001, + "Set Local Environment Vars" : true, + "Background Image Location" : "", + "Allow Title Setting" : true, + "Use Bold Font" : false, + "Ansi 2 Color" : { + "Red Component" : 0.52591603994369507, + "Color Space" : "Calibrated", + "Blue Component" : 0.082894742488861084, + "Alpha Component" : 1, + "Green Component" : 0.53061914443969727 + }, + "Hide After Opening" : false, + "Background Image Mode" : 0, + "Unlimited Scrollback" : false, + "AWDS Window Directory" : "", + "Movement Keys Scroll Outside Interactive Apps" : false, + "Normal Font" : "Hack-Regular 14", + "Ansi 15 Color" : { + "Red Component" : 0.90061241388320923, + "Color Space" : "Calibrated", + "Blue Component" : 0.63873869180679321, + "Alpha Component" : 1, + "Green Component" : 0.82989895343780518 + }, + "Blur" : false, + "Initial Use Transparency" : false, + "Scrollback in Alternate Screen" : false, + "Terminal Type" : "xterm-256color", + "Ansi 13 Color" : { + "Red Component" : 0.78096956014633179, + "Color Space" : "Calibrated", + "Blue Component" : 0.53848373889923096, + "Alpha Component" : 1, + "Green Component" : 0.43883562088012695 + }, + "Link Color" : { + "Red Component" : 0.7928692102432251, + "Color Space" : "Calibrated", + "Blue Component" : 0.056549370288848877, + "Alpha Component" : 1, + "Green Component" : 0.28100395202636719 + }, + "Ansi 5 Color" : { + "Red Component" : 0.62685638666152954, + "Color Space" : "Calibrated", + "Blue Component" : 0.45103743672370911, + "Alpha Component" : 1, + "Green Component" : 0.29604318737983704 + }, + "Ansi 11 Color" : { + "Red Component" : 0.96949708461761475, + "Color Space" : "Calibrated", + "Blue Component" : 0.1444794088602066, + "Alpha Component" : 1, + "Green Component" : 0.6926688551902771 + }, + "AWDS Pane Directory" : "", + "Initial Text" : "", + "Badge Right Margin" : 5 +} \ No newline at end of file