Skip to content

hwahyeon/windows-terminal-cyberpunk-seoul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cyberpunk Seoul - Windows Terminal Theme

Introduction

the preview image of theme 'Cyberpunk Seoul' is a theme for Windows Terminal that combines cyberpunk aesthetics with the unique ambiance of Seoul.

Installation

To install the 'Cyberpunk Seoul' theme in your Windows Terminal:

  1. Open your Windows Terminal settings JSON file.
%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState
  1. Add the color scheme details from profile/cyberpunk-seoul.json to the schemes section of your JSON file (settings.json).
  2. Set Cyberpunk Seoul as the color scheme for your desired profile.

Example of adding the theme to your settings:

"schemes": [
    // ... other color schemes ...
    {
        "name": "Cyberpunk Seoul",
        // ... color scheme details ...
    }
],
"profiles": {
    "list": [
        {
            // ... profile details ...
            "colorScheme": "Cyberpunk Seoul",
            "padding":"15, 8, 8, 8",
        }
    ]
}
  1. (Optional for the Background Image) Download the profile\background.png image provided in this repository and place it in LocalState where the settings JSON file is located. Add or modify the following properties within the profile settings:
"profiles": {
    "list": [
        {
            // ... profile details ...
            "colorScheme": "Cyberpunk Seoul",
            "padding":"15, 8, 8, 8",
            "backgroundImage": "ms-appdata:///Local/background.png",
            "backgroundImageAlignment": "bottomRight",
            "backgroundImageOpacity": 0.1,
            "backgroundImageStretchMode": "none"
        }
    ]
}

License

This theme is distributed under the GNU General Public License v3.0 (GPL-3.0). See LICENSE for more information.

About

A theme for Windows Terminal with Cyberpunk style

Topics

Resources

License

Stars

Watchers

Forks