Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions app/(navigation)/themes/themes/lockeag/Tokyo Night Storm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"appearance": "dark",
"name": "Tokyo Night Storm",
"version": "1",
"author": "Locke",
"authorUsername": "lockeag",
"colors": {
"background": "#24283B",
"backgroundSecondary": "#1D202F",
"text": "#C0CAF5",
"selection": "#7AA2F7",
"loader": "#FF9E64",
Comment on lines +9 to +12
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The values for backgroundSecondary, selection, and loader don’t match the PR’s stated “Color reference” table / “All colors are taken directly from the upstream Storm palette” claim. Currently this file uses backgroundSecondary: #1D202F, selection: #7AA2F7, and loader: #FF9E64, while the PR description lists #1F2335, #364A82, and #7AA2F7 respectively. Please either update these color values to the intended Storm palette mappings or adjust the PR description so it accurately reflects the shipped theme.

Copilot uses AI. Check for mistakes.
"red": "#F7768E",
"orange": "#FF9E64",
"yellow": "#E0AF68",
"green": "#9ECE6A",
"blue": "#7AA2F7",
"purple": "#7DCFFF",
"magenta": "#BB9AF7"
}
}
Loading