Skip to content

Instantly share code, notes, and snippets.

@hayamiz
Last active March 17, 2022 09:27
Show Gist options
  • Select an option

  • Save hayamiz/d107bd277e2108d15ce0c485ae0d61e1 to your computer and use it in GitHub Desktop.

Select an option

Save hayamiz/d107bd277e2108d15ce0c485ae0d61e1 to your computer and use it in GitHub Desktop.

Revisions

  1. hayamiz revised this gist Mar 17, 2022. 1 changed file with 45 additions and 2 deletions.
    47 changes: 45 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@
    "fontFace": "Fira Code",
    "fontSize":10,
    "cursorShape": "filledBox",
    "colorScheme": "BirdsOfParadise"
    "colorScheme": "X Dotshare",
    },
    "list":
    [
    @@ -137,7 +137,50 @@
    "background": "#0d1926",
    "foreground": "#d9e6f2",
    "cursorColor": "#d9e6f2"
    }
    },
    {
    "name": "Solarized Dark Patched",
    "cursorColor": "#657b83",
    "background": "#002b36",
    "foreground": "#fdf6e3",
    "black": "#073642",
    "blue": "#268bd2",
    "cyan": "#2aa198",
    "green": "#859900",
    "purple": "#d33682",
    "red": "#dc322f",
    "white": "#eee8d5",
    "yellow": "#b58900",
    "brightBlack": "#657b83",
    "brightBlue": "#839496",
    "brightCyan": "#93a1a1",
    "brightGreen": "#586e75",
    "brightPurple": "#6c71c4",
    "brightRed": "#cb4b16",
    "brightWhite": "#fdf6e3",
    "brightYellow": "#657b83"
    },
    {
    "name": "X Dotshare",
    "black": "#101010",
    "red": "#E84F4F",
    "green": "#B8D68C",
    "yellow": "#E1AA5D",
    "blue": "#7DC1CF",
    "purple": "#9B64FB",
    "cyan": "#6D878D",
    "white": "#DDDDDD",
    "brightBlack": "#404040",
    "brightRed": "#D23D3D",
    "brightGreen": "#A0CF5D",
    "brightYellow": "#F39D21",
    "brightBlue": "#4E9FB1",
    "brightPurple": "#8542FF",
    "brightCyan": "#42717B",
    "brightWhite": "#DDDDDD",
    "background": "#151515",
    "foreground": "#D7D0C7"
    }
    ],

    // Add custom actions and keybindings to this array.
  2. hayamiz revised this gist Feb 7, 2022. 1 changed file with 21 additions and 0 deletions.
    21 changes: 21 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -116,6 +116,27 @@
    "foreground": "#e0dbb7",
    "selectionBackground": "#563c27",
    "cursorColor": "#573d26"
    },{
    "name": "Blazer",
    "black": "#000000",
    "red": "#b87a7a",
    "green": "#7ab87a",
    "yellow": "#b8b87a",
    "blue": "#7a7ab8",
    "purple": "#b87ab8",
    "cyan": "#7ab8b8",
    "white": "#d9d9d9",
    "brightBlack": "#262626",
    "brightRed": "#dbbdbd",
    "brightGreen": "#bddbbd",
    "brightYellow": "#dbdbbd",
    "brightBlue": "#bdbddb",
    "brightPurple": "#dbbddb",
    "brightCyan": "#bddbdb",
    "brightWhite": "#ffffff",
    "background": "#0d1926",
    "foreground": "#d9e6f2",
    "cursorColor": "#d9e6f2"
    }
    ],

  3. hayamiz revised this gist Feb 7, 2022. 1 changed file with 25 additions and 2 deletions.
    27 changes: 25 additions & 2 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -31,7 +31,7 @@
    "fontFace": "Fira Code",
    "fontSize":10,
    "cursorShape": "filledBox",
    "colorScheme": "Subliminal"
    "colorScheme": "BirdsOfParadise"
    },
    "list":
    [
    @@ -94,7 +94,30 @@
    "foreground": "#d4d4d4",
    "selectionBackground": "#484e5b",
    "cursorColor": "#c7c7c7"
    }],
    },{
    "name": "BirdsOfParadise",
    "black": "#573d26",
    "red": "#be2d26",
    "green": "#6ba18a",
    "yellow": "#e99d2a",
    "blue": "#5a86ad",
    "purple": "#ac80a6",
    "cyan": "#74a6ad",
    "white": "#e0dbb7",
    "brightBlack": "#9b6c4a",
    "brightRed": "#e84627",
    "brightGreen": "#95d8ba",
    "brightYellow": "#d0d150",
    "brightBlue": "#b8d3ed",
    "brightPurple": "#d19ecb",
    "brightCyan": "#93cfd7",
    "brightWhite": "#fff9d5",
    "background": "#2a1f1d",
    "foreground": "#e0dbb7",
    "selectionBackground": "#563c27",
    "cursorColor": "#573d26"
    }
    ],

    // Add custom actions and keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
  4. hayamiz revised this gist Feb 7, 2022. 1 changed file with 8 additions and 1 deletion.
    9 changes: 8 additions & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -30,7 +30,8 @@
    // Put settings here that you want to apply to all profiles.
    "fontFace": "Fira Code",
    "fontSize":10,
    "cursorShape": "filledBox"
    "cursorShape": "filledBox",
    "colorScheme": "Subliminal"
    },
    "list":
    [
    @@ -59,6 +60,12 @@
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl"
    }
    ]
    },
  5. hayamiz revised this gist Jul 12, 2021. 1 changed file with 3 additions and 4 deletions.
    7 changes: 3 additions & 4 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -49,11 +49,10 @@
    "hidden": false
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "colorScheme": "Solarized Dark"
    "name": "Ubuntu-20.04",
    "source": "Windows.Terminal.Wsl"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  6. hayamiz revised this gist May 14, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -53,7 +53,7 @@
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "colorScheme": "Subliminal"
    "colorScheme": "Solarized Dark"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
  7. hayamiz revised this gist May 13, 2021. 1 changed file with 28 additions and 4 deletions.
    32 changes: 28 additions & 4 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -53,7 +53,7 @@
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "colorScheme": "Tango Dark"
    "colorScheme": "Subliminal"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    @@ -66,7 +66,29 @@

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [],
    "schemes": [{
    "name": "Subliminal",
    "black": "#7f7f7f",
    "red": "#e15a60",
    "green": "#a9cfa4",
    "yellow": "#ffe2a9",
    "blue": "#6699cc",
    "purple": "#f1a5ab",
    "cyan": "#5fb3b3",
    "white": "#d4d4d4",
    "brightBlack": "#7f7f7f",
    "brightRed": "#e15a60",
    "brightGreen": "#a9cfa4",
    "brightYellow": "#ffe2a9",
    "brightBlue": "#6699cc",
    "brightPurple": "#f1a5ab",
    "brightCyan": "#5fb3b3",
    "brightWhite": "#d4d4d4",
    "background": "#282c35",
    "foreground": "#d4d4d4",
    "selectionBackground": "#484e5b",
    "cursorColor": "#c7c7c7"
    }],

    // Add custom actions and keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    @@ -87,5 +109,7 @@
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
    ]
    }
    ],

    "startOnUserLogin": true
    }
  8. hayamiz revised this gist May 13, 2021. No changes.
  9. hayamiz created this gist May 3, 2021.
    91 changes: 91 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,91 @@
    // This file was initially generated by Windows Terminal 1.4.3243.0
    // It should still be usable in newer versions, but newer versions might have additional
    // settings, help text, or changes that you will not see unless you clear this file
    // and let us generate a new one for you.

    // To view the default settings, hold "alt" while clicking on the "Settings" button.
    // For documentation on these settings, see: https://aka.ms/terminal-documentation
    {
    "$schema": "https://aka.ms/terminal-profiles-schema",

    "defaultProfile": "{2c4de342-38b7-51cf-b940-2309a097f518}",

    // You can add more global application settings here.
    // To learn more about global settings, visit https://aka.ms/terminal-global-settings

    // If enabled, selections are automatically copied to your clipboard.
    "copyOnSelect": false,

    // If enabled, formatted data is also copied to your clipboard
    "copyFormatting": false,

    // A profile specifies a command to execute paired with information about how it should look and feel.
    // Each one of them will appear in the 'New Tab' dropdown,
    // and can be invoked from the commandline with `wt.exe -p xxx`
    // To learn more about profiles, visit https://aka.ms/terminal-profile-settings
    "profiles":
    {
    "defaults":
    {
    // Put settings here that you want to apply to all profiles.
    "fontFace": "Fira Code",
    "fontSize":10,
    "cursorShape": "filledBox"
    },
    "list":
    [
    {
    // Make changes here to the powershell.exe profile.
    "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
    "name": "Windows PowerShell",
    "commandline": "powershell.exe",
    "hidden": false
    },
    {
    // Make changes here to the cmd.exe profile.
    "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
    "name": "Command Prompt",
    "commandline": "cmd.exe",
    "hidden": false
    },
    {
    "guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
    "hidden": false,
    "name": "Ubuntu",
    "source": "Windows.Terminal.Wsl",
    "colorScheme": "Tango Dark"
    },
    {
    "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
    "hidden": false,
    "name": "Azure Cloud Shell",
    "source": "Windows.Terminal.Azure"
    }
    ]
    },

    // Add custom color schemes to this array.
    // To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
    "schemes": [],

    // Add custom actions and keybindings to this array.
    // To unbind a key combination from your defaults.json, set the command to "unbound".
    // To learn more about actions and keybindings, visit https://aka.ms/terminal-keybindings
    "actions":
    [
    // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
    // These two lines additionally bind them to Ctrl+C and Ctrl+V.
    // To learn more about selection, visit https://aka.ms/terminal-selection
    { "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" },
    // { "command": "paste", "keys": "ctrl+v" },

    // Press Ctrl+Shift+F to open the search box
    { "command": "find", "keys": "ctrl+shift+f" },

    // Press Alt+Shift+D to open a new pane.
    // - "split": "auto" makes this pane open in the direction that provides the most surface area.
    // - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
    // To learn more about panes, visit https://aka.ms/terminal-panes
    { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }
    ]
    }