User Tools

Site Tools


wsl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wsl [2025/04/06 18:53] – Map C-i to vim's leader-i dblumewsl [2025/05/07 23:20] (current) – [Theme] dblume
Line 95: Line 95:
  except TypeError as exc:  except TypeError as exc:
      # Happens when running headless.  Convert to ImportError to cooperate with      # Happens when running headless.  Convert to ImportError to cooperate with
 +</file>
 +
 +===== Theme =====
 +
 +I have a variation of [[https://github.com/catppuccin/windows-terminal|Catppuccin Mocha]], because the brights should be different than the normals. (Brights are used for **bold** for example.)
 +
 +<file json settings.json>
 +    "schemes": 
 +    [
 +        {
 +            "background": "#1E1E2E",
 +            "black": "#3C3E49",
 +            "blue": "#7BABF8",
 +            "brightBlack": "#585B70",
 +            "brightBlue": "#A1C3F8",
 +            "brightCyan": "#A8E6DB",
 +            "brightGreen": "#C0E6BC",
 +            "brightPurple": "#F7D6EE",
 +            "brightRed": "#F7A3BB",
 +            "brightWhite": "#F8F8FF",
 +            "brightYellow": "#F8E6C0",
 +            "cursorColor": "#F5E0DC",
 +            "cyan": "#7FD6C8",
 +            "foreground": "#D8D8DB",
 +            "green": "#57DF51",
 +            "name": "Catppuccin Mocha",
 +            "purple": "#F1B1E0",
 +            "red": "#F37D9E",
 +            "selectionBackground": "#585B70",
 +            "white": "#D8D8DB",
 +            "yellow": "#F5D99D"
 +        },
 +  ...
 </file> </file>
  
wsl.1743990832.txt.gz · Last modified: 2025/04/06 18:53 by dblume