Skip to content

Commit

Permalink
Fix upstream urls
Browse files Browse the repository at this point in the history
  • Loading branch information
vocksel committed Jul 20, 2024
1 parent 3067bd6 commit 8e874a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/src/getScopeColors.luau
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- upstream: https://github.com/vocksel/Swatch/blob/main/src/theme/getScopeColors.js
-- upstream: https://github.com/vocksel/rbxtheme/blob/main/src/theme/getScopeColors.js

local Sift = require("@pkg/Sift")

Expand Down
2 changes: 1 addition & 1 deletion plugin/src/getThemeColors.luau
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- upstream: https://github.com/vocksel/Swatch/blob/main/src/theme/getThemeColors.js
-- upstream: https://github.com/vocksel/rbxtheme/blob/main/src/theme/getThemeColors.js

local Sift = require("@pkg/Sift")
local constants = require("@root/constants")
Expand Down

0 comments on commit 8e874a4

Please sign in to comment.