Skip to content

sailorfe/moon-queen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

66 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Moon Queen

theme pair pulled from morgansleeper/SailorMoonR

moon prism power makeup!! dead moon queen moon queen full moon queen new

Palette

πŸŒ• moon queen full πŸŒ‘ moon queen new
bg-primary #ffe3f8 #ffe3f8 #1b1b2c #1b1b2c
bg-secondary #ffcaf2 #ffcaf2 #11111c #11111c
bg-tertiary #fff1fb #fff1fb #38385b #38385b
bg-accent #ecb0ff #ecb0ff #3e2e4c #3e2e4c
cursor #db92f4 #db92f4 #9697ea #9697ea
foreground #674e78 #674e78 #d2c9da #d2c9da
selection-bg #fdf298 #fdf298 #b175ac #b175ac
selection-fg #916ea9 #916ea9 #fef6eb #fef6eb
black #5a3a57 #5a3a57 #25253c #25253c
red #ff0083 #ff0083 #d90e7a #d90e7a
green #00a294 #00a294 #009f85 #009f85
yellow #ec8300 #ec8300 #ff9500 #ff9500
blue #0c1eb8 #0c1eb8 #00a6e2 #00a6e2
magenta #78008b #78008b #8865ca #8865ca
cyan #ff69d3 #ff69d3 #ff84fc #ff84fc
white #c09ebc #c09ebc #b7aedd #b7aedd

Installation

Firefox

  1. Install Firefox Color.
  2. Click on one of these:

Obsidian

  1. Install and enable Borders and Style Settings.
  2. In Style Settings, import these .json files as follows:
    • moon-queen-full.json β†’ Appearance (light mode)
    • moon-queen-new.json β†’ Appearance (dark mode)
    • editor-text.json β†’ Editor > Text

Terminal

iSH

Save your chosen .json file to your iOS device. I find the iSH directory finnicky on the default Files app, so I just grab it from my Working Copy folder.

WezTerm

Save your desired .toml to ~/.config/wezterm/colors as recommended in the docmentation. You can configure it as simply as

config {
    color_scheme: "Moon Queen Full",
}

or something fancier, like timed switching. Mine looks Like:

local function get_theme()
    local _time = os.date("*t")
    if _time.hour >= 9 and _time.hour < 16 then
        return "Moon Queen Full"
    end
    return "Moon Queen New"
end

Screenshots

vim full moon queen html vim new moon queen lua
spotify-player new moon queen spotify-player full moon queen

About

πŸŒ™πŸ’–πŸˆβ€β¬› magical girl color scheme from Morgan Sleeper's Sailor Moon R palettes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published