refactoring in to modules and things, color changes, niri testing
This commit is contained in:
parent
585438f1ce
commit
326acd2c65
9 changed files with 366 additions and 167 deletions
22
share/themes/flexoki-dark.yaml
Normal file
22
share/themes/flexoki-dark.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
scheme: "Flexoki Dark"
|
||||
author: "Kepano"
|
||||
base00: "#100F0F" # Background
|
||||
base01: "#1C1B1A" # Background 2
|
||||
base02: "#282726" # UI background / selection
|
||||
base03: "#575653" # Comments
|
||||
base04: "#878580" # Operators / Inactive
|
||||
base05: "#CECDC3" # Default foreground
|
||||
base06: "#DAD8CE" # Light fg 1
|
||||
base07: "#FFFCF0" # Light fg 2
|
||||
|
||||
# Base16 semantic colors (mapped from official values)
|
||||
|
||||
base08: "#AF3029" # Red (e.g. errors)
|
||||
base09: "#BC5215" # Orange (e.g. control keywords)
|
||||
base0A: "#AD8301" # Yellow (e.g. constants)
|
||||
base0B: "#66800B" # Green (e.g. strings)
|
||||
base0C: "#24837B" # Cyan (e.g. punctuation)
|
||||
base0D: "#205EA6" # Blue (e.g. functions)
|
||||
base0E: "#5E409D" # Purple (e.g. types)
|
||||
base0F: "#A02F6F" # Magenta (e.g. special built-ins)
|
||||
|
22
share/themes/flexoki-light.yaml
Normal file
22
share/themes/flexoki-light.yaml
Normal file
|
@ -0,0 +1,22 @@
|
|||
scheme: "Flexoki Light"
|
||||
author: "Kepano"
|
||||
base00: "#FFFCF0" # background (paper)
|
||||
base01: "#F2F0E5" # subtle background
|
||||
base02: "#E6E4D9" # selection bg / alt bg
|
||||
base03: "#DAD8CE" # comments
|
||||
base04: "#878580" # midtone (e.g. inactive UI)
|
||||
base05: "#403E3C" # default text
|
||||
base06: "#2F2E2D" # strong text
|
||||
base07: "#1C1B1A" # strongest text
|
||||
|
||||
# Semantic colors — taken from official sources
|
||||
|
||||
base08: "#AF3029" # red (errors)
|
||||
base09: "#BC5215" # orange (keywords)
|
||||
base0A: "#AD8301" # yellow (constants, numbers)
|
||||
base0B: "#66800B" # green (strings)
|
||||
base0C: "#24837B" # cyan (punctuation, operators)
|
||||
base0D: "#205EA6" # blue (functions)
|
||||
base0E: "#5E409D" # purple (types)
|
||||
base0F: "#A02F6F" # magenta (special/built-ins)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue