Skip to content

Commit

Permalink
feat(themes): update nara colors & rename to edo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikbrunner committed Dec 31, 2024
1 parent 1802b21 commit 90c7ced
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
3 changes: 3 additions & 0 deletions colors/black-atom-jpn-edo-yoru.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
local theme = require("black-atom.themes.jpn.black-atom-jpn-edo-yoru")

require("black-atom").load(theme)
3 changes: 0 additions & 3 deletions colors/black-atom-jpn-nara-yoru.lua

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ local M = {}

---@type BlackAtom.Theme.Meta
M.meta = {
key = "black-atom-jpn-nara-yoru",
label = "Black Atom - JPN - Nara Yoru",
key = "black-atom-jpn-edo-yoru",
label = "Black Atom - JPN - Edo Yoru",
collection = {
key = "jpn",
label = "JPN",
Expand All @@ -19,10 +19,10 @@ M.meta = {
---@type BlackAtom.Theme.Primaries
M.primaries = {
-- Lows
"#18181a",
"#222225",
"#2f2f35",
"#3b3b48",
"#070707",
"#171717",
"#1e1e1e",
"#252525",

-- Mids
"#444453",
Expand All @@ -46,13 +46,13 @@ M.palette = {
red = "#E29ECA",

dark_green = "#80af91",
green = "#90B99F",
green = "#8abf9d",

dark_yellow = "#F5A191",
yellow = "#E6B99D",
yellow = "#FFCFA8",

dark_blue = "#8d99c0",
blue = "#9da7c9",
dark_blue = M.primaries[7],
blue = M.primaries[8],

dark_magenta = "#9789c3",
magenta = "#ACA1CF",
Expand Down
2 changes: 1 addition & 1 deletion lua/black-atom/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
---| "black-atom-research"
---| "black-atom-jpn-koyo-yoru"
---| "black-atom-jpn-koyo-hiru"
---| "black-atom-jpn-nara-yoru"
---| "black-atom-jpn-edo-yoru"
---| "terra-spring-day"
---| "terra-spring-night"
---| "terra-fall-day"
Expand Down

0 comments on commit 90c7ced

Please sign in to comment.