# Tokyo Night Day — the light counterpart to tokyonight-moon.toml. # # Same schema and the same role for every colour; only the palette differs, so # the launcher keeps its identity when the desktop switches to light rather # than becoming a different-looking application. # # Colours are the Tokyo Night Day palette, taken from kitty/themes/tokyonight-day.conf # so the launcher and the terminal cannot drift apart. [meta] version = 1 name = "Tokyo Night Day" description = "Tokyo Night Day, matched to the Panama Hyprland desktop." variant = "light" [colors.core] background = "#e1e2e7" # bg foreground = "#3760bf" # fg secondary_background = "#d0d5e3" # bg_dark, a shade below the ground border = "#a8aecb" # a visible hairline on a light ground accent = "#2e7de9" # blue accent_foreground = "#e1e2e7" [colors.accents] blue = "#2e7de9" green = "#587539" magenta = "#9854f1" orange = "#b15c00" purple = "#7847bd" red = "#f52a65" yellow = "#8c6c3e" cyan = "#007197" [colors.main_window] border = "#a8aecb" footer = { background = "colors.core.secondary_background" } [colors.settings_window] border = "#c4c8da" [colors.shortcut] border = "colors.core.border" [colors.text] default = "colors.core.foreground" muted = "#6172b0" # fg_dark, 4.0:1 on the background danger = "#f52a65" success = "#587539" placeholder = "#7079a8" # 3.25:1; Day's own #848cb5 is 2.54:1, too faint to read selection = { background = "#2e7de9", foreground = "#e1e2e7" } [colors.text.links] default = "#2e7de9" visited = "#9854f1" [colors.input] border = "#c4c8da" border_focus = "#2e7de9" border_error = "#f52a65" [colors.button.primary] background = "#d4d6e4" # bg_highlight foreground = "#3760bf" hover = { background = "#c4c8da" } focus = { outline = "colors.core.accent" } [colors.list.item.hover] foreground = "#3760bf" secondary_foreground = "#6172b0" [colors.list.item.selection] background = "#c3cdf0" # blue side of the Prism selection, lightened foreground = "#3760bf" secondary_background = "#d8c8e4" # orchid side of the Prism selection, lightened secondary_foreground = "#3760bf" [colors.grid.item] background = "#d7d9e5" hover = { outline = "#2e7de9" } selection = { outline = "#9854f1" } [colors.scrollbars] background = "#c4c8da" [colors.loading] bar = "#2e7de9" spinner = "#3760bf"