tca-types 0.7.0

Core type definitions for Terminal Colors Architecture
Documentation
system: "base24"
name: "Tokyo Night Dark"
author: "Michaƫl Ball, based on Tokyo Night by enkia (https://github.com/enkia/tokyo-night-vscode-theme)"
variant: "dark"
palette:
  base00: "#1a1b26" # Background
  base01: "#16161e" # Lighter background (terminal black)
  base02: "#2f3549" # Selection background
  base03: "#444b6a" # Comments, invisibles
  base04: "#787c99" # Dark foreground
  base05: "#a9b1d6" # Default foreground
  base06: "#cbccd1" # Light foreground
  base07: "#d5d6db" # Lightest foreground
  base08: "#c0caf5" # Variables, XML tags
  base09: "#a9b1d6" # Integers, booleans
  base0A: "#0db9d7" # Classes, search text bg
  base0B: "#9ece6a" # Strings
  base0C: "#b4f9f8" # Regex, escape chars
  base0D: "#2ac3de" # Functions, methods
  base0E: "#bb9af7" # Keywords, storage
  base0F: "#f7768e" # Deprecated, special
  base10: "#16161e" # Darker background
  base11: "#0f0f14" # Darkest background
  base12: "#ff7a93" # Bright red
  base13: "#ff9e64" # Bright orange
  base14: "#73daca" # Bright green/teal
  base15: "#7dcfff" # Bright cyan
  base16: "#89ddff" # Bright blue
  base17: "#bb9af7" # Bright magenta