Skip to content

mtueih/jetcalm-light

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JetCalm Light

iTerm2-Color-Schemes GitHub License

A calm, low-contrast light color scheme for Windows Terminal.

Palette

Table of Contents

Features

  • 🎨 Low Contrast Design - Reduces eye strain during extended terminal sessions
  • PowerShell Optimized - Specifically tuned for PowerShell's contrast issues in light mode
  • 💼 JetBrains Inspired - Color palette inspired by JetBrains IDE interface
  • 🌈 Based on One Half - Built upon the popular One Half Light theme by Son A. Pham
  • 🔧 Multi-Terminal Support - Available for Windows Terminal, iTerm2, and many others

Introduction

Deeply optimized for PowerShell's contrast issues in light mode, based on Son A. Pham's One Half Light theme and inspired by JetBrains IDE interface color palette.

Screenshots

ls output

fastfetch output

Installation

Windows Terminal

  1. Open Windows Terminal settings by pressing Ctrl + , or clicking the dropdown arrow → Settings
  2. Click "Open JSON file" in the bottom left corner to open settings.json
    • Or manually navigate to: %LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json
  3. Find the "schemes" array in the JSON file
  4. Copy the contents of schemes/jetcalm-light.json and paste it into the schemes array
  5. Save the file
  6. In Windows Terminal settings, select "JetCalm Light" as your color scheme

Other Terminals

This theme is included in iTerm2-Color-Schemes. To find color schemes for other types of terminals (macOS Terminal, VS Code, Sublime Text, etc.), please refer to that project.

For manual installation in other terminals, use the color values from the Color Palette section below.

Color Palette

Color Name Hex Value Preview
Black #383A42 #383A42
Red #A52A2A #A52A2A
Green #556B2F #556B2F
Yellow #5C3E00 #5C3E00
Blue #4682B4 #4682B4
Purple #A626A4 #A626A4
Cyan #0997B3 #0997B3
White #6B8E23 #6B8E23
Bright Black #4F525D #4F525D
Bright Red #DF6C75 #DF6C75
Bright Green #2E8B57 #2E8B57
Bright Yellow #808000 #808000
Bright Blue #008080 #008080
Bright Purple #C577DD #C577DD
Bright Cyan #008080 #008080
Bright White #7B8D9E #7B8D9E
Background #EDEDED #EDEDED
Foreground #1C2410 #1C2410
Cursor #082108 #082108
Selection #3C444D #3C444D

References

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributors