From 7de714161c826f95f547f434be618c4b7dde623a Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Thu, 27 Apr 2023 11:56:11 +0300 Subject: [PATCH] Feat: Update iTerm2 config, add itermcolors --- config/iterm2/catppuccin-mocha.itermcolors | 331 ++++++ config/iterm2/com.googlecode.iterm2.plist | 1187 ++++++++++++++++++++ config/iterm2/iterm2-config.json | 417 +++++++ config/misc/iterm2-config.json | 428 ------- 4 files changed, 1935 insertions(+), 428 deletions(-) create mode 100644 config/iterm2/catppuccin-mocha.itermcolors create mode 100644 config/iterm2/com.googlecode.iterm2.plist create mode 100644 config/iterm2/iterm2-config.json delete mode 100644 config/misc/iterm2-config.json diff --git a/config/iterm2/catppuccin-mocha.itermcolors b/config/iterm2/catppuccin-mocha.itermcolors new file mode 100644 index 0000000..60a0261 --- /dev/null +++ b/config/iterm2/catppuccin-mocha.itermcolors @@ -0,0 +1,331 @@ + + + + + Ansi 0 Color + + Color Space + sRGB + Red Component + 0.27058823529411763 + Green Component + 0.2784313725490196 + Blue Component + 0.35294117647058826 + Alpha Component + 1 + + Ansi 1 Color + + Color Space + sRGB + Red Component + 0.9529411764705882 + Green Component + 0.5450980392156862 + Blue Component + 0.6588235294117647 + Alpha Component + 1 + + Ansi 2 Color + + Color Space + sRGB + Red Component + 0.6509803921568628 + Green Component + 0.8901960784313725 + Blue Component + 0.6313725490196078 + Alpha Component + 1 + + Ansi 3 Color + + Color Space + sRGB + Red Component + 0.9764705882352941 + Green Component + 0.8862745098039215 + Blue Component + 0.6862745098039216 + Alpha Component + 1 + + Ansi 4 Color + + Color Space + sRGB + Red Component + 0.5372549019607843 + Green Component + 0.7058823529411765 + Blue Component + 0.9803921568627451 + Alpha Component + 1 + + Ansi 5 Color + + Color Space + sRGB + Red Component + 0.9607843137254902 + Green Component + 0.7607843137254902 + Blue Component + 0.9058823529411765 + Alpha Component + 1 + + Ansi 6 Color + + Color Space + sRGB + Red Component + 0.5803921568627451 + Green Component + 0.8862745098039215 + Blue Component + 0.8352941176470589 + Alpha Component + 1 + + Ansi 7 Color + + Color Space + sRGB + Red Component + 0.7294117647058823 + Green Component + 0.7607843137254902 + Blue Component + 0.8705882352941177 + Alpha Component + 1 + + Ansi 8 Color + + Color Space + sRGB + Red Component + 0.34509803921568627 + Green Component + 0.3568627450980392 + Blue Component + 0.4392156862745098 + Alpha Component + 1 + + Ansi 9 Color + + Color Space + sRGB + Red Component + 0.9529411764705882 + Green Component + 0.5450980392156862 + Blue Component + 0.6588235294117647 + Alpha Component + 1 + + Ansi 10 Color + + Color Space + sRGB + Red Component + 0.6509803921568628 + Green Component + 0.8901960784313725 + Blue Component + 0.6313725490196078 + Alpha Component + 1 + + Ansi 11 Color + + Color Space + sRGB + Red Component + 0.9764705882352941 + Green Component + 0.8862745098039215 + Blue Component + 0.6862745098039216 + Alpha Component + 1 + + Ansi 12 Color + + Color Space + sRGB + Red Component + 0.5372549019607843 + Green Component + 0.7058823529411765 + Blue Component + 0.9803921568627451 + Alpha Component + 1 + + Ansi 13 Color + + Color Space + sRGB + Red Component + 0.9607843137254902 + Green Component + 0.7607843137254902 + Blue Component + 0.9058823529411765 + Alpha Component + 1 + + Ansi 14 Color + + Color Space + sRGB + Red Component + 0.5803921568627451 + Green Component + 0.8862745098039215 + Blue Component + 0.8352941176470589 + Alpha Component + 1 + + Ansi 15 Color + + Color Space + sRGB + Red Component + 0.6509803921568628 + Green Component + 0.6784313725490196 + Blue Component + 0.7843137254901961 + Alpha Component + 1 + + Background Color + + Color Space + sRGB + Red Component + 0.11764705882352941 + Green Component + 0.11764705882352941 + Blue Component + 0.1803921568627451 + Alpha Component + 1 + + Foreground Color + + Color Space + sRGB + Red Component + 0.803921568627451 + Green Component + 0.8392156862745098 + Blue Component + 0.9568627450980393 + Alpha Component + 1 + + Link Color + + Color Space + sRGB + Red Component + 0.5372549019607843 + Green Component + 0.8627450980392157 + Blue Component + 0.9215686274509803 + Alpha Component + 1 + + Bold Color + + Color Space + sRGB + Red Component + 0.803921568627451 + Green Component + 0.8392156862745098 + Blue Component + 0.9568627450980393 + Alpha Component + 1 + + Cursor Color + + Color Space + sRGB + Red Component + 0.9607843137254902 + Green Component + 0.8784313725490196 + Blue Component + 0.8627450980392157 + Alpha Component + 1 + + Cursor Text Color + + Color Space + sRGB + Red Component + 0.803921568627451 + Green Component + 0.8392156862745098 + Blue Component + 0.9568627450980393 + Alpha Component + 1 + + Cursor Guide Color + + Color Space + sRGB + Red Component + 0.803921568627451 + Green Component + 0.8392156862745098 + Blue Component + 0.9568627450980393 + Alpha Component + 0.07 + + Selection Color + + Color Space + sRGB + Red Component + 0.34509803921568627 + Green Component + 0.3568627450980392 + Blue Component + 0.4392156862745098 + Alpha Component + 1 + + Selected Text Color + + Color Space + sRGB + Red Component + 0.803921568627451 + Green Component + 0.8392156862745098 + Blue Component + 0.9568627450980393 + Alpha Component + 1 + + + \ No newline at end of file diff --git a/config/iterm2/com.googlecode.iterm2.plist b/config/iterm2/com.googlecode.iterm2.plist new file mode 100644 index 0000000..babb67d --- /dev/null +++ b/config/iterm2/com.googlecode.iterm2.plist @@ -0,0 +1,1187 @@ + + + + + AboutToPasteTabsWithCancel + + AboutToPasteTabsWithCancel_selection + 0 + AllowClipboardAccess + + AlternateMouseScroll + + AppleAntiAliasingThreshold + 1 + ApplePressAndHoldEnabled + + AppleScrollAnimationEnabled + 0 + AppleSmoothFixedFontsSizeThreshold + 1 + AppleWindowTabbingMode + manual + Custom Color Presets + + catppuccin-mocha + + Ansi 0 Color + + Alpha Component + 1 + Blue Component + 0.35294117647058826 + Color Space + sRGB + Green Component + 0.27843137254901962 + Red Component + 0.27058823529411763 + + Ansi 1 Color + + Alpha Component + 1 + Blue Component + 0.6588235294117647 + Color Space + sRGB + Green Component + 0.54509803921568623 + Red Component + 0.95294117647058818 + + Ansi 10 Color + + Alpha Component + 1 + Blue Component + 0.63137254901960782 + Color Space + sRGB + Green Component + 0.8901960784313725 + Red Component + 0.65098039215686276 + + Ansi 11 Color + + Alpha Component + 1 + Blue Component + 0.68627450980392157 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.97647058823529409 + + Ansi 12 Color + + Alpha Component + 1 + Blue Component + 0.98039215686274506 + Color Space + sRGB + Green Component + 0.70588235294117652 + Red Component + 0.53725490196078429 + + Ansi 13 Color + + Alpha Component + 1 + Blue Component + 0.90588235294117647 + Color Space + sRGB + Green Component + 0.76078431372549016 + Red Component + 0.96078431372549022 + + Ansi 14 Color + + Alpha Component + 1 + Blue Component + 0.83529411764705885 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.58039215686274515 + + Ansi 15 Color + + Alpha Component + 1 + Blue Component + 0.78431372549019607 + Color Space + sRGB + Green Component + 0.67843137254901964 + Red Component + 0.65098039215686276 + + Ansi 2 Color + + Alpha Component + 1 + Blue Component + 0.63137254901960782 + Color Space + sRGB + Green Component + 0.8901960784313725 + Red Component + 0.65098039215686276 + + Ansi 3 Color + + Alpha Component + 1 + Blue Component + 0.68627450980392157 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.97647058823529409 + + Ansi 4 Color + + Alpha Component + 1 + Blue Component + 0.98039215686274506 + Color Space + sRGB + Green Component + 0.70588235294117652 + Red Component + 0.53725490196078429 + + Ansi 5 Color + + Alpha Component + 1 + Blue Component + 0.90588235294117647 + Color Space + sRGB + Green Component + 0.76078431372549016 + Red Component + 0.96078431372549022 + + Ansi 6 Color + + Alpha Component + 1 + Blue Component + 0.83529411764705885 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.58039215686274515 + + Ansi 7 Color + + Alpha Component + 1 + Blue Component + 0.87058823529411766 + Color Space + sRGB + Green Component + 0.76078431372549016 + Red Component + 0.72941176470588232 + + Ansi 8 Color + + Alpha Component + 1 + Blue Component + 0.4392156862745098 + Color Space + sRGB + Green Component + 0.35686274509803922 + Red Component + 0.34509803921568627 + + Ansi 9 Color + + Alpha Component + 1 + Blue Component + 0.6588235294117647 + Color Space + sRGB + Green Component + 0.54509803921568623 + Red Component + 0.95294117647058818 + + Background Color + + Alpha Component + 1 + Blue Component + 0.1803921568627451 + Color Space + sRGB + Green Component + 0.11764705882352941 + Red Component + 0.11764705882352941 + + Bold Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Cursor Color + + Alpha Component + 1 + Blue Component + 0.86274509803921573 + Color Space + sRGB + Green Component + 0.8784313725490196 + Red Component + 0.96078431372549022 + + Cursor Guide Color + + Alpha Component + 0.070000000000000007 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Cursor Text Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Foreground Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Link Color + + Alpha Component + 1 + Blue Component + 0.92156862745098034 + Color Space + sRGB + Green Component + 0.86274509803921573 + Red Component + 0.53725490196078429 + + Selected Text Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Selection Color + + Alpha Component + 1 + Blue Component + 0.4392156862745098 + Color Space + sRGB + Green Component + 0.35686274509803922 + Red Component + 0.34509803921568627 + + + + Default Bookmark Guid + 82636119-EA17-4A26-9AA7-408172F4A9C8 + DimBackgroundWindows + + DimOnlyText + + DisableFullscreenTransparency + + HapticFeedbackForEsc + + HotkeyMigratedFromSingleToMulti + + IRMemory + 4 + MaxVertically + + NeverWarnAboutShortLivedSessions_82636119-EA17-4A26-9AA7-408172F4A9C8 + + NeverWarnAboutShortLivedSessions_82636119-EA17-4A26-9AA7-408172F4A9C8_selection + 0 + New Bookmarks + + + ASCII Anti Aliased + + ASCII Ligatures + + Ambiguous Double Width + + Ansi 0 Color + + Alpha Component + 1 + Blue Component + 0.35294117647058826 + Color Space + sRGB + Green Component + 0.27843137254901962 + Red Component + 0.27058823529411763 + + Ansi 1 Color + + Alpha Component + 1 + Blue Component + 0.6588235294117647 + Color Space + sRGB + Green Component + 0.54509803921568623 + Red Component + 0.95294117647058818 + + Ansi 10 Color + + Alpha Component + 1 + Blue Component + 0.63137254901960782 + Color Space + sRGB + Green Component + 0.8901960784313725 + Red Component + 0.65098039215686276 + + Ansi 11 Color + + Alpha Component + 1 + Blue Component + 0.68627450980392157 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.97647058823529409 + + Ansi 12 Color + + Alpha Component + 1 + Blue Component + 0.98039215686274506 + Color Space + sRGB + Green Component + 0.70588235294117652 + Red Component + 0.53725490196078429 + + Ansi 13 Color + + Alpha Component + 1 + Blue Component + 0.90588235294117647 + Color Space + sRGB + Green Component + 0.76078431372549016 + Red Component + 0.96078431372549022 + + Ansi 14 Color + + Alpha Component + 1 + Blue Component + 0.83529411764705885 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.58039215686274515 + + Ansi 15 Color + + Alpha Component + 1 + Blue Component + 0.78431372549019607 + Color Space + sRGB + Green Component + 0.67843137254901964 + Red Component + 0.65098039215686276 + + Ansi 2 Color + + Alpha Component + 1 + Blue Component + 0.63137254901960782 + Color Space + sRGB + Green Component + 0.8901960784313725 + Red Component + 0.65098039215686276 + + Ansi 3 Color + + Alpha Component + 1 + Blue Component + 0.68627450980392157 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.97647058823529409 + + Ansi 4 Color + + Alpha Component + 1 + Blue Component + 0.98039215686274506 + Color Space + sRGB + Green Component + 0.70588235294117652 + Red Component + 0.53725490196078429 + + Ansi 5 Color + + Alpha Component + 1 + Blue Component + 0.90588235294117647 + Color Space + sRGB + Green Component + 0.76078431372549016 + Red Component + 0.96078431372549022 + + Ansi 6 Color + + Alpha Component + 1 + Blue Component + 0.83529411764705885 + Color Space + sRGB + Green Component + 0.88627450980392153 + Red Component + 0.58039215686274515 + + Ansi 7 Color + + Alpha Component + 1 + Blue Component + 0.87058823529411766 + Color Space + sRGB + Green Component + 0.76078431372549016 + Red Component + 0.72941176470588232 + + Ansi 8 Color + + Alpha Component + 1 + Blue Component + 0.4392156862745098 + Color Space + sRGB + Green Component + 0.35686274509803922 + Red Component + 0.34509803921568627 + + Ansi 9 Color + + Alpha Component + 1 + Blue Component + 0.6588235294117647 + Color Space + sRGB + Green Component + 0.54509803921568623 + Red Component + 0.95294117647058818 + + BM Growl + + Background Color + + Alpha Component + 1 + Blue Component + 0.1803921568627451 + Color Space + sRGB + Green Component + 0.11764705882352941 + Red Component + 0.11764705882352941 + + Background Image Location + + Badge Color + + Alpha Component + 0.5 + Blue Component + 0.0 + Color Space + sRGB + Green Component + 0.14910030364990234 + Red Component + 1 + + Badge Font + JetBrainsMonoNerdFontCompleteM-Bold + Badge Max Height + 0.10000000000000001 + Badge Max Width + 0.45000000000000001 + Badge Right Margin + 10 + Badge Text + + Badge Top Margin + 10 + Blend + 0.24709154211956524 + Blinking Cursor + + Blur + + Blur Radius + 9.5927277260638313 + Bold Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Character Encoding + 4 + Close Sessions On End + + Columns + 120 + Command + + Cursor Boost + 0.0 + Cursor Color + + Alpha Component + 1 + Blue Component + 0.86274509803921573 + Color Space + sRGB + Green Component + 0.8784313725490196 + Red Component + 0.96078431372549022 + + Cursor Guide Color + + Alpha Component + 0.070000000000000007 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Cursor Text Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Custom Command + No + Custom Directory + Yes + Default Bookmark + No + Description + Default + Disable Window Resizing + + Draw Powerline Glyphs + + Flashing Bell + + Foreground Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Guid + 82636119-EA17-4A26-9AA7-408172F4A9C8 + Horizontal Spacing + 1 + Icon + 1 + Idle Code + 0 + Jobs to Ignore + + rlogin + ssh + slogin + telnet + + Keyboard Map + + 0x2d-0x40000 + + Action + 11 + Text + 0x1f + + 0x32-0x40000 + + Action + 11 + Text + 0x00 + + 0x33-0x40000 + + Action + 11 + Text + 0x1b + + 0x34-0x40000 + + Action + 11 + Text + 0x1c + + 0x35-0x40000 + + Action + 11 + Text + 0x1d + + 0x36-0x40000 + + Action + 11 + Text + 0x1e + + 0x37-0x40000 + + Action + 11 + Text + 0x1f + + 0x38-0x40000 + + Action + 11 + Text + 0x7f + + 0xf700-0x220000 + + Action + 10 + Text + [1;2A + + 0xf700-0x240000 + + Action + 10 + Text + [1;5A + + 0xf700-0x260000 + + Action + 10 + Text + [1;6A + + 0xf700-0x280000 + + Action + 11 + Text + 0x1b 0x1b 0x5b 0x41 + + 0xf701-0x220000 + + Action + 10 + Text + [1;2B + + 0xf701-0x240000 + + Action + 10 + Text + [1;5B + + 0xf701-0x260000 + + Action + 10 + Text + [1;6B + + 0xf701-0x280000 + + Action + 11 + Text + 0x1b 0x1b 0x5b 0x42 + + 0xf702-0x220000 + + Action + 10 + Text + [1;2D + + 0xf702-0x240000 + + Action + 10 + Text + [1;5D + + 0xf702-0x260000 + + Action + 10 + Text + [1;6D + + 0xf702-0x280000 + + Action + 11 + Text + 0x1b 0x1b 0x5b 0x44 + + 0xf703-0x220000 + + Action + 10 + Text + [1;2C + + 0xf703-0x240000 + + Action + 10 + Text + [1;5C + + 0xf703-0x260000 + + Action + 10 + Text + [1;6C + + 0xf703-0x280000 + + Action + 11 + Text + 0x1b 0x1b 0x5b 0x43 + + 0xf704-0x20000 + + Action + 10 + Text + [1;2P + + 0xf705-0x20000 + + Action + 10 + Text + [1;2Q + + 0xf706-0x20000 + + Action + 10 + Text + [1;2R + + 0xf707-0x20000 + + Action + 10 + Text + [1;2S + + 0xf708-0x20000 + + Action + 10 + Text + [15;2~ + + 0xf709-0x20000 + + Action + 10 + Text + [17;2~ + + 0xf70a-0x20000 + + Action + 10 + Text + [18;2~ + + 0xf70b-0x20000 + + Action + 10 + Text + [19;2~ + + 0xf70c-0x20000 + + Action + 10 + Text + [20;2~ + + 0xf70d-0x20000 + + Action + 10 + Text + [21;2~ + + 0xf70e-0x20000 + + Action + 10 + Text + [23;2~ + + 0xf70f-0x20000 + + Action + 10 + Text + [24;2~ + + 0xf729-0x20000 + + Action + 10 + Text + [1;2H + + 0xf729-0x40000 + + Action + 10 + Text + [1;5H + + 0xf72b-0x20000 + + Action + 10 + Text + [1;2F + + 0xf72b-0x40000 + + Action + 10 + Text + [1;5F + + + Link Color + + Alpha Component + 1 + Blue Component + 0.92156862745098034 + Color Space + sRGB + Green Component + 0.86274509803921573 + Red Component + 0.53725490196078429 + + Minimum Contrast + 0.14973958333333334 + Mouse Reporting + + Name + Default + Non Ascii Font + Monaco 12 + Non-ASCII Anti Aliased + + Normal Font + JetBrainsMonoNerdFontCompleteM-Light 15 + Only The Default BG Color Uses Transparency + + Option Key Sends + 0 + Prompt Before Closing 2 + + Right Option Key Sends + 0 + Rows + 25 + Screen + -2 + Scrollback Lines + 0 + Selected Text Color + + Alpha Component + 1 + Blue Component + 0.95686274509803926 + Color Space + sRGB + Green Component + 0.83921568627450982 + Red Component + 0.80392156862745101 + + Selection Color + + Alpha Component + 1 + Blue Component + 0.4392156862745098 + Color Space + sRGB + Green Component + 0.35686274509803922 + Red Component + 0.34509803921568627 + + Send Code When Idle + + Shortcut + + Silence Bell + + Smart Cursor Color + + Sync Title + + Tags + + Terminal Type + xterm-256color + Title Components + 512 + Transparency + 0.10293218085106381 + Unlimited Scrollback + + Use Bold Font + + Use Bright Bold + + Use Cursor Guide + + Use Italic Font + + Use Non-ASCII Font + + Vertical Spacing + 1 + Visual Bell + + Window Type + 0 + Working Directory + /Users/ivuorinen/Code + + + OpenArrangementAtStartup + + OpenNoWindowsAtStartup + + OpenTmuxWindowsIn + 1 + PointerActions + + Button,1,1,, + + Action + kContextMenuPointerAction + + Button,2,1,, + + Action + kPasteFromClipboardPointerAction + + Gesture,ThreeFingerSwipeDown,, + + Action + kPrevWindowPointerAction + + Gesture,ThreeFingerSwipeLeft,, + + Action + kPrevTabPointerAction + + Gesture,ThreeFingerSwipeRight,, + + Action + kNextTabPointerAction + + Gesture,ThreeFingerSwipeUp,, + + Action + kNextWindowPointerAction + + + SmartPlacement + + SoundForEsc + + SplitPaneDimmingAmount + 0.59999999999999998 + TabStyleWithAutomaticOption + 5 + VisualIndicatorForEsc + + kCPKSelectionViewPreferredModeKey + 0 + kCPKSelectionViewShowHSBTextFieldsKey + + + diff --git a/config/iterm2/iterm2-config.json b/config/iterm2/iterm2-config.json new file mode 100644 index 0000000..8bc7f33 --- /dev/null +++ b/config/iterm2/iterm2-config.json @@ -0,0 +1,417 @@ +{ + "Badge Text" : "", + "Working Directory" : "\/Users\/ivuorinen\/Code", + "Prompt Before Closing 2" : false, + "Selected Text Color" : { + "Red Component" : 0.80392156862745101, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274509803926, + "Alpha Component" : 1, + "Green Component" : 0.83921568627450982 + }, + "Rows" : 25, + "Ansi 11 Color" : { + "Red Component" : 0.97647058823529409, + "Color Space" : "sRGB", + "Blue Component" : 0.68627450980392157, + "Alpha Component" : 1, + "Green Component" : 0.88627450980392153 + }, + "Use Italic Font" : true, + "Foreground Color" : { + "Red Component" : 0.80392156862745101, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274509803926, + "Alpha Component" : 1, + "Green Component" : 0.83921568627450982 + }, + "Right Option Key Sends" : 0, + "Character Encoding" : 4, + "Selection Color" : { + "Red Component" : 0.34509803921568627, + "Color Space" : "sRGB", + "Blue Component" : 0.4392156862745098, + "Alpha Component" : 1, + "Green Component" : 0.35686274509803922 + }, + "Blend" : 0.24709154211956524, + "Mouse Reporting" : true, + "Cursor Boost" : 0, + "Ansi 4 Color" : { + "Red Component" : 0.53725490196078429, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215686274506, + "Alpha Component" : 1, + "Green Component" : 0.70588235294117652 + }, + "Non-ASCII Anti Aliased" : true, + "Sync Title" : false, + "Badge Font" : "JetBrainsMonoNerdFontCompleteM-Bold", + "Disable Window Resizing" : true, + "Description" : "Default", + "Close Sessions On End" : true, + "Jobs to Ignore" : [ + "rlogin", + "ssh", + "slogin", + "telnet" + ], + "Scrollback Lines" : 0, + "Draw Powerline Glyphs" : true, + "Flashing Bell" : true, + "Cursor Guide Color" : { + "Red Component" : 0.80392156862745101, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274509803926, + "Alpha Component" : 0.070000000000000007, + "Green Component" : 0.83921568627450982 + }, + "BM Growl" : true, + "Ansi 3 Color" : { + "Red Component" : 0.97647058823529409, + "Color Space" : "sRGB", + "Blue Component" : 0.68627450980392157, + "Alpha Component" : 1, + "Green Component" : 0.88627450980392153 + }, + "Icon" : 1, + "Use Non-ASCII Font" : false, + "Link Color" : { + "Red Component" : 0.53725490196078429, + "Color Space" : "sRGB", + "Blue Component" : 0.92156862745098034, + "Alpha Component" : 1, + "Green Component" : 0.86274509803921573 + }, + "Shortcut" : "", + "Background Image Location" : "", + "Bold Color" : { + "Red Component" : 0.80392156862745101, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274509803926, + "Alpha Component" : 1, + "Green Component" : 0.83921568627450982 + }, + "Use Cursor Guide" : false, + "Unlimited Scrollback" : true, + "Custom Command" : "No", + "Title Components" : 512, + "Keyboard Map" : { + "0xf700-0x260000" : { + "Action" : 10, + "Text" : "[1;6A" + }, + "0x37-0x40000" : { + "Action" : 11, + "Text" : "0x1f" + }, + "0x32-0x40000" : { + "Action" : 11, + "Text" : "0x00" + }, + "0xf709-0x20000" : { + "Action" : 10, + "Text" : "[17;2~" + }, + "0xf70c-0x20000" : { + "Action" : 10, + "Text" : "[20;2~" + }, + "0xf729-0x20000" : { + "Action" : 10, + "Text" : "[1;2H" + }, + "0xf72b-0x40000" : { + "Action" : 10, + "Text" : "[1;5F" + }, + "0xf705-0x20000" : { + "Action" : 10, + "Text" : "[1;2Q" + }, + "0xf703-0x260000" : { + "Action" : 10, + "Text" : "[1;6C" + }, + "0xf700-0x220000" : { + "Action" : 10, + "Text" : "[1;2A" + }, + "0xf701-0x280000" : { + "Action" : 11, + "Text" : "0x1b 0x1b 0x5b 0x42" + }, + "0x38-0x40000" : { + "Action" : 11, + "Text" : "0x7f" + }, + "0x33-0x40000" : { + "Action" : 11, + "Text" : "0x1b" + }, + "0xf703-0x220000" : { + "Action" : 10, + "Text" : "[1;2C" + }, + "0xf701-0x240000" : { + "Action" : 10, + "Text" : "[1;5B" + }, + "0xf70d-0x20000" : { + "Action" : 10, + "Text" : "[21;2~" + }, + "0xf702-0x260000" : { + "Action" : 10, + "Text" : "[1;6D" + }, + "0xf729-0x40000" : { + "Action" : 10, + "Text" : "[1;5H" + }, + "0xf706-0x20000" : { + "Action" : 10, + "Text" : "[1;2R" + }, + "0x34-0x40000" : { + "Action" : 11, + "Text" : "0x1c" + }, + "0xf700-0x280000" : { + "Action" : 11, + "Text" : "0x1b 0x1b 0x5b 0x41" + }, + "0x2d-0x40000" : { + "Action" : 11, + "Text" : "0x1f" + }, + "0xf70e-0x20000" : { + "Action" : 10, + "Text" : "[23;2~" + }, + "0xf702-0x220000" : { + "Action" : 10, + "Text" : "[1;2D" + }, + "0xf703-0x280000" : { + "Action" : 11, + "Text" : "0x1b 0x1b 0x5b 0x43" + }, + "0xf700-0x240000" : { + "Action" : 10, + "Text" : "[1;5A" + }, + "0xf707-0x20000" : { + "Action" : 10, + "Text" : "[1;2S" + }, + "0xf70a-0x20000" : { + "Action" : 10, + "Text" : "[18;2~" + }, + "0x35-0x40000" : { + "Action" : 11, + "Text" : "0x1d" + }, + "0xf70f-0x20000" : { + "Action" : 10, + "Text" : "[24;2~" + }, + "0xf703-0x240000" : { + "Action" : 10, + "Text" : "[1;5C" + }, + "0xf701-0x260000" : { + "Action" : 10, + "Text" : "[1;6B" + }, + "0xf702-0x280000" : { + "Action" : 11, + "Text" : "0x1b 0x1b 0x5b 0x44" + }, + "0xf72b-0x20000" : { + "Action" : 10, + "Text" : "[1;2F" + }, + "0x36-0x40000" : { + "Action" : 11, + "Text" : "0x1e" + }, + "0xf708-0x20000" : { + "Action" : 10, + "Text" : "[15;2~" + }, + "0xf701-0x220000" : { + "Action" : 10, + "Text" : "[1;2B" + }, + "0xf70b-0x20000" : { + "Action" : 10, + "Text" : "[19;2~" + }, + "0xf702-0x240000" : { + "Action" : 10, + "Text" : "[1;5D" + }, + "0xf704-0x20000" : { + "Action" : 10, + "Text" : "[1;2P" + } + }, + "Ansi 14 Color" : { + "Red Component" : 0.58039215686274515, + "Color Space" : "sRGB", + "Blue Component" : 0.83529411764705885, + "Alpha Component" : 1, + "Green Component" : 0.88627450980392153 + }, + "Ansi 2 Color" : { + "Red Component" : 0.65098039215686276, + "Color Space" : "sRGB", + "Blue Component" : 0.63137254901960782, + "Alpha Component" : 1, + "Green Component" : 0.8901960784313725 + }, + "Send Code When Idle" : false, + "ASCII Anti Aliased" : true, + "Tags" : [ + + ], + "Ansi 9 Color" : { + "Red Component" : 0.95294117647058818, + "Color Space" : "sRGB", + "Blue Component" : 0.6588235294117647, + "Alpha Component" : 1, + "Green Component" : 0.54509803921568623 + }, + "Badge Right Margin" : 10, + "Use Bold Font" : true, + "Silence Bell" : false, + "Ansi 12 Color" : { + "Red Component" : 0.53725490196078429, + "Color Space" : "sRGB", + "Blue Component" : 0.98039215686274506, + "Alpha Component" : 1, + "Green Component" : 0.70588235294117652 + }, + "Window Type" : 0, + "Use Bright Bold" : true, + "Cursor Text Color" : { + "Red Component" : 0.80392156862745101, + "Color Space" : "sRGB", + "Blue Component" : 0.95686274509803926, + "Alpha Component" : 1, + "Green Component" : 0.83921568627450982 + }, + "Default Bookmark" : "No", + "Cursor Color" : { + "Red Component" : 0.96078431372549022, + "Color Space" : "sRGB", + "Blue Component" : 0.86274509803921573, + "Alpha Component" : 1, + "Green Component" : 0.8784313725490196 + }, + "Ansi 1 Color" : { + "Red Component" : 0.95294117647058818, + "Color Space" : "sRGB", + "Blue Component" : 0.6588235294117647, + "Alpha Component" : 1, + "Green Component" : 0.54509803921568623 + }, + "Name" : "Default", + "Blinking Cursor" : false, + "Guid" : "82636119-EA17-4A26-9AA7-408172F4A9C8", + "Badge Max Width" : 0.45000000000000001, + "Idle Code" : 0, + "Ansi 10 Color" : { + "Red Component" : 0.65098039215686276, + "Color Space" : "sRGB", + "Blue Component" : 0.63137254901960782, + "Alpha Component" : 1, + "Green Component" : 0.8901960784313725 + }, + "Ansi 8 Color" : { + "Red Component" : 0.34509803921568627, + "Color Space" : "sRGB", + "Blue Component" : 0.4392156862745098, + "Alpha Component" : 1, + "Green Component" : 0.35686274509803922 + }, + "Badge Color" : { + "Red Component" : 1, + "Color Space" : "sRGB", + "Blue Component" : 0, + "Alpha Component" : 0.5, + "Green Component" : 0.14910030364990234 + }, + "Smart Cursor Color" : true, + "Ambiguous Double Width" : false, + "Blur Radius" : 9.5927277260638313, + "Badge Max Height" : 0.10000000000000001, + "Ansi 0 Color" : { + "Red Component" : 0.27058823529411763, + "Color Space" : "sRGB", + "Blue Component" : 0.35294117647058826, + "Alpha Component" : 1, + "Green Component" : 0.27843137254901962 + }, + "Blur" : true, + "Normal Font" : "JetBrainsMonoNerdFontCompleteM-Light 15", + "Vertical Spacing" : 1, + "Ansi 7 Color" : { + "Red Component" : 0.72941176470588232, + "Color Space" : "sRGB", + "Blue Component" : 0.87058823529411766, + "Alpha Component" : 1, + "Green Component" : 0.76078431372549016 + }, + "Command" : "", + "Terminal Type" : "xterm-256color", + "Horizontal Spacing" : 1, + "Option Key Sends" : 0, + "Only The Default BG Color Uses Transparency" : true, + "Minimum Contrast" : 0.14973958333333334, + "Ansi 15 Color" : { + "Red Component" : 0.65098039215686276, + "Color Space" : "sRGB", + "Blue Component" : 0.78431372549019607, + "Alpha Component" : 1, + "Green Component" : 0.67843137254901964 + }, + "Ansi 6 Color" : { + "Red Component" : 0.58039215686274515, + "Color Space" : "sRGB", + "Blue Component" : 0.83529411764705885, + "Alpha Component" : 1, + "Green Component" : 0.88627450980392153 + }, + "Badge Top Margin" : 10, + "Transparency" : 0.10293218085106381, + "Background Color" : { + "Red Component" : 0.11764705882352941, + "Color Space" : "sRGB", + "Blue Component" : 0.1803921568627451, + "Alpha Component" : 1, + "Green Component" : 0.11764705882352941 + }, + "Screen" : -2, + "Non Ascii Font" : "Monaco 12", + "Ansi 13 Color" : { + "Red Component" : 0.96078431372549022, + "Color Space" : "sRGB", + "Blue Component" : 0.90588235294117647, + "Alpha Component" : 1, + "Green Component" : 0.76078431372549016 + }, + "Columns" : 120, + "Visual Bell" : true, + "ASCII Ligatures" : false, + "Ansi 5 Color" : { + "Red Component" : 0.96078431372549022, + "Color Space" : "sRGB", + "Blue Component" : 0.90588235294117647, + "Alpha Component" : 1, + "Green Component" : 0.76078431372549016 + }, + "Custom Directory" : "Yes" +} \ No newline at end of file diff --git a/config/misc/iterm2-config.json b/config/misc/iterm2-config.json deleted file mode 100644 index 05642d2..0000000 --- a/config/misc/iterm2-config.json +++ /dev/null @@ -1,428 +0,0 @@ -{ - "Ansi 7 Color" : { - "Green Component" : 0.73333334922790527, - "Red Component" : 0.73333334922790527, - "Blue Component" : 0.73333334922790527 - }, - "Tags" : [ - - ], - "Ansi 12 Color" : { - "Green Component" : 0.3333333432674408, - "Red Component" : 0.3333333432674408, - "Blue Component" : 1 - }, - "Ansi 8 Color" : { - "Green Component" : 0.3333333432674408, - "Red Component" : 0.3333333432674408, - "Blue Component" : 0.3333333432674408 - }, - "Reduce Flicker" : true, - "Bold Color" : { - "Green Component" : 1, - "Red Component" : 1, - "Blue Component" : 1 - }, - "Draw Powerline Glyphs" : true, - "Ansi 9 Color" : { - "Green Component" : 0.3333333432674408, - "Red Component" : 1, - "Blue Component" : 0.3333333432674408 - }, - "Right Option Key Sends" : 0, - "Rows" : 25, - "Default Bookmark" : "No", - "Ansi 6 Color" : { - "Green Component" : 0.73333334922790527, - "Red Component" : 0, - "Blue Component" : 0.73333334922790527 - }, - "Non-ASCII Anti Aliased" : true, - "Use Bright Bold" : true, - "Ansi 10 Color" : { - "Green Component" : 1, - "Red Component" : 0.3333333432674408, - "Blue Component" : 0.3333333432674408 - }, - "Ambiguous Double Width" : false, - "Jobs to Ignore" : [ - "rlogin", - "ssh", - "slogin", - "telnet" - ], - "Show Status Bar" : true, - "Ansi 15 Color" : { - "Green Component" : 1, - "Red Component" : 1, - "Blue Component" : 1 - }, - "Foreground Color" : { - "Green Component" : 0.73333334922790527, - "Red Component" : 0.73333334922790527, - "Blue Component" : 0.73333334922790527 - }, - "Working Directory" : "\/Users\/ivuorinen", - "Blinking Cursor" : false, - "Disable Window Resizing" : true, - "Sync Title" : false, - "Prompt Before Closing 2" : false, - "BM Growl" : true, - "Command" : "", - "Description" : "Default", - "Mouse Reporting" : true, - "Screen" : -1, - "Selection Color" : { - "Green Component" : 0.8353000283241272, - "Red Component" : 0.70980000495910645, - "Blue Component" : 1 - }, - "Only The Default BG Color Uses Transparency" : true, - "Columns" : 130, - "Idle Code" : 0, - "Ansi 13 Color" : { - "Green Component" : 0.3333333432674408, - "Red Component" : 1, - "Blue Component" : 1 - }, - "Custom Command" : "No", - "ASCII Anti Aliased" : true, - "Non Ascii Font" : "Monaco 12", - "Vertical Spacing" : 1, - "Use Bold Font" : true, - "Option Key Sends" : 0, - "Selected Text Color" : { - "Green Component" : 0, - "Red Component" : 0, - "Blue Component" : 0 - }, - "Background Color" : { - "Red Component" : 0.11764705882352941, - "Color Space" : "sRGB", - "Blue Component" : 0.17647058823529413, - "Alpha Component" : 1, - "Green Component" : 0.11764705882352941 - }, - "Character Encoding" : 4, - "Ansi 11 Color" : { - "Green Component" : 1, - "Red Component" : 1, - "Blue Component" : 0.3333333432674408 - }, - "Use Italic Font" : true, - "Unlimited Scrollback" : true, - "Keyboard Map" : { - "0xf700-0x260000" : { - "Text" : "[1;6A", - "Action" : 10 - }, - "0x37-0x40000" : { - "Text" : "0x1f", - "Action" : 11 - }, - "0x32-0x40000" : { - "Text" : "0x00", - "Action" : 11 - }, - "0xf709-0x20000" : { - "Text" : "[17;2~", - "Action" : 10 - }, - "0xf70c-0x20000" : { - "Text" : "[20;2~", - "Action" : 10 - }, - "0xf729-0x20000" : { - "Text" : "[1;2H", - "Action" : 10 - }, - "0xf72b-0x40000" : { - "Text" : "[1;5F", - "Action" : 10 - }, - "0xf705-0x20000" : { - "Text" : "[1;2Q", - "Action" : 10 - }, - "0xf703-0x260000" : { - "Text" : "[1;6C", - "Action" : 10 - }, - "0xf700-0x220000" : { - "Text" : "[1;2A", - "Action" : 10 - }, - "0xf701-0x280000" : { - "Text" : "0x1b 0x1b 0x5b 0x42", - "Action" : 11 - }, - "0x38-0x40000" : { - "Text" : "0x7f", - "Action" : 11 - }, - "0x33-0x40000" : { - "Text" : "0x1b", - "Action" : 11 - }, - "0xf703-0x220000" : { - "Text" : "[1;2C", - "Action" : 10 - }, - "0xf701-0x240000" : { - "Text" : "[1;5B", - "Action" : 10 - }, - "0xf70d-0x20000" : { - "Text" : "[21;2~", - "Action" : 10 - }, - "0xf702-0x260000" : { - "Text" : "[1;6D", - "Action" : 10 - }, - "0xf729-0x40000" : { - "Text" : "[1;5H", - "Action" : 10 - }, - "0xf706-0x20000" : { - "Text" : "[1;2R", - "Action" : 10 - }, - "0x34-0x40000" : { - "Text" : "0x1c", - "Action" : 11 - }, - "0xf700-0x280000" : { - "Text" : "0x1b 0x1b 0x5b 0x41", - "Action" : 11 - }, - "0x2d-0x40000" : { - "Text" : "0x1f", - "Action" : 11 - }, - "0xf70e-0x20000" : { - "Text" : "[23;2~", - "Action" : 10 - }, - "0xf702-0x220000" : { - "Text" : "[1;2D", - "Action" : 10 - }, - "0xf703-0x280000" : { - "Text" : "0x1b 0x1b 0x5b 0x43", - "Action" : 11 - }, - "0xf700-0x240000" : { - "Text" : "[1;5A", - "Action" : 10 - }, - "0xf707-0x20000" : { - "Text" : "[1;2S", - "Action" : 10 - }, - "0xf70a-0x20000" : { - "Text" : "[18;2~", - "Action" : 10 - }, - "0x35-0x40000" : { - "Text" : "0x1d", - "Action" : 11 - }, - "0xf70f-0x20000" : { - "Text" : "[24;2~", - "Action" : 10 - }, - "0xf703-0x240000" : { - "Text" : "[1;5C", - "Action" : 10 - }, - "0xf701-0x260000" : { - "Text" : "[1;6B", - "Action" : 10 - }, - "0xf702-0x280000" : { - "Text" : "0x1b 0x1b 0x5b 0x44", - "Action" : 11 - }, - "0xf72b-0x20000" : { - "Text" : "[1;2F", - "Action" : 10 - }, - "0x36-0x40000" : { - "Text" : "0x1e", - "Action" : 11 - }, - "0xf708-0x20000" : { - "Text" : "[15;2~", - "Action" : 10 - }, - "0xf701-0x220000" : { - "Text" : "[1;2B", - "Action" : 10 - }, - "0xf70b-0x20000" : { - "Text" : "[19;2~", - "Action" : 10 - }, - "0xf702-0x240000" : { - "Text" : "[1;5D", - "Action" : 10 - }, - "0xf704-0x20000" : { - "Text" : "[1;2P", - "Action" : 10 - } - }, - "Window Type" : 0, - "Blur Radius" : 10, - "Background Image Location" : "", - "Blur" : true, - "Scrollback Lines" : 0, - "Send Code When Idle" : false, - "Close Sessions On End" : true, - "Terminal Type" : "xterm-256color", - "Visual Bell" : true, - "Flashing Bell" : true, - "Status Bar Layout" : { - "components" : [ - { - "class" : "iTermStatusBarClockComponent", - "configuration" : { - "knobs" : { - "maxwidth" : 150, - "localize" : 0, - "base: priority" : 5, - "minwidth" : 150, - "base: compression resistance" : 1, - "format" : "YYYY-MM-dd HH:mm" - }, - "layout advanced configuration dictionary value" : { - "algorithm" : 0, - "remove empty components" : false, - "auto-rainbow style" : 0 - } - } - }, - { - "class" : "iTermStatusBarHostnameComponent", - "configuration" : { - "knobs" : { - "abbreviate-localhost" : "", - "maxwidth" : 1.7976931348623157e+308, - "base: priority" : 5, - "minwidth" : "0", - "base: compression resistance" : 1, - "shared text color" : { - "Red Component" : 0, - "Color Space" : "sRGB", - "Blue Component" : 0.43218994140625, - "Alpha Component" : 1, - "Green Component" : 0.34513998031616211 - } - }, - "layout advanced configuration dictionary value" : { - "remove empty components" : true, - "font" : ".AppleSystemUIFont 12", - "algorithm" : 0, - "auto-rainbow style" : 0 - } - } - }, - { - "class" : "iTermStatusBarSpringComponent", - "configuration" : { - "knobs" : { - "base: priority" : 5, - "iTermStatusBarSpringComponentSpringConstantKey" : 0.01, - "base: compression resistance" : 1, - "iTermStatusBarSpringComponentSizeMultipleKey" : 1 - }, - "layout advanced configuration dictionary value" : { - "remove empty components" : true, - "font" : ".AppleSystemUIFont 12", - "algorithm" : 0, - "auto-rainbow style" : 0 - } - } - }, - { - "class" : "iTermStatusBarSpringComponent", - "configuration" : { - "knobs" : { - "base: priority" : 5, - "iTermStatusBarSpringComponentSpringConstantKey" : 0.01, - "base: compression resistance" : 1, - "iTermStatusBarSpringComponentSizeMultipleKey" : 1 - }, - "layout advanced configuration dictionary value" : { - "algorithm" : 0, - "remove empty components" : false, - "auto-rainbow style" : 0 - } - } - } - ], - "advanced configuration" : { - "remove empty components" : true, - "font" : ".AppleSystemUIFont 12", - "algorithm" : 0, - "auto-rainbow style" : 0 - } - }, - "Show Timestamps" : 2, - "Silence Bell" : false, - "Ansi 14 Color" : { - "Green Component" : 1, - "Red Component" : 0.3333333432674408, - "Blue Component" : 1 - }, - "ASCII Ligatures" : false, - "Name" : "Default", - "Cursor Text Color" : { - "Green Component" : 1, - "Red Component" : 1, - "Blue Component" : 1 - }, - "Shortcut" : "", - "Cursor Color" : { - "Green Component" : 0.73333334922790527, - "Red Component" : 0.73333334922790527, - "Blue Component" : 0.73333334922790527 - }, - "Transparency" : 0.11999999999999998, - "Guid" : "B563F48B-314D-48CC-908E-ACA971D430BE", - "Ansi 2 Color" : { - "Green Component" : 0.73333334922790527, - "Red Component" : 0, - "Blue Component" : 0 - }, - "Ansi 3 Color" : { - "Green Component" : 0.73333334922790527, - "Red Component" : 0.73333334922790527, - "Blue Component" : 0 - }, - "Custom Directory" : "No", - "Ansi 5 Color" : { - "Green Component" : 0, - "Red Component" : 0.73333334922790527, - "Blue Component" : 0.73333334922790527 - }, - "Use Non-ASCII Font" : false, - "Ansi 0 Color" : { - "Green Component" : 0, - "Red Component" : 0, - "Blue Component" : 0 - }, - "Normal Font" : "JetBrainsMonoNerdFontCompleteM-Regular 15", - "Ansi 1 Color" : { - "Green Component" : 0, - "Red Component" : 0.73333334922790527, - "Blue Component" : 0 - }, - "Horizontal Spacing" : 1, - "Ansi 4 Color" : { - "Green Component" : 0, - "Red Component" : 0, - "Blue Component" : 0.73333334922790527 - } -} \ No newline at end of file