-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat: CSS library (for use in userstyles) #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ninetailedtori
wants to merge
61
commits into
catppuccin:main
Choose a base branch
from
ninetailedtori:css
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
b828e9d
Working on smth.
ninetailedtori 8480ea5
Push big write for the lib, everything works now!
ninetailedtori 40c7679
Push some fixes for search, active lines, and active match.
ninetailedtori 00c5f9a
Push some changes to have it as a less lib.
ninetailedtori ca37cc9
Push some class mapping stuff! missing a few classes, will have to tr…
ninetailedtori 0ee4a92
Try to add ts file that generates map for cm6 which may change, so th…
ninetailedtori a071469
Push links
ninetailedtori b059599
fix: correct selection background color (#30)
42willow 8dfc1b1
fix: set placeholder text to `overlay1` (#29)
42willow 751cf4e
chore(main): release 1.0.2 (#31)
github-actions[bot] 798b475
fix: ci & update deps (#32)
sgoudham e0ea389
chore(main): release 1.0.3 (#33)
github-actions[bot] 8591914
Push change.
ninetailedtori 6b8a48e
Push some changes, see if this works.
ninetailedtori d483961
Whoops, revert the language thing.
ninetailedtori a40c129
Push something.
ninetailedtori f2bfd19
Push remove on test-theme. Let's work out a btter method.
ninetailedtori 6d86805
Push this to compile themes, it also distributes css for userstyles a…
ninetailedtori f71aef2
Merge branch 'main' into css
ninetailedtori 1b1ef68
Revert README.
ninetailedtori 920d361
Merge remote-tracking branch 'origin/css' into css
ninetailedtori c9125be
Push downgrade and reverts.
ninetailedtori d3bb58f
Reset changelog.
ninetailedtori 559312b
Whoops, source tree is borked, checkout from upstream/main
ninetailedtori 4d18c31
Push reset to upstream.
ninetailedtori 3d36c52
Push deuwufying.
ninetailedtori 89d9609
localhost serve instead of live fetch.
ninetailedtori ba36b51
fetch flavor from module
ninetailedtori 10d3761
Commit this change.
ninetailedtori 0db0996
Remove pnpm-lock from upstream.
ninetailedtori 2405d98
Fix gitignore, verbose functions.
ninetailedtori badeb30
Push use of express, fix logging, async stuff.
ninetailedtori 7e485b5
Remove redefintion of flavors, use direct.
ninetailedtori cca665b
Add hsla, rgba.
ninetailedtori 0e84e01
Push removal of main.
ninetailedtori 96c42a6
Push formatter.
ninetailedtori 3ff2742
Add a fancy colorised neat logger, why not!
ninetailedtori 2fdc1b1
Fix spacing.
ninetailedtori 855b7c3
Push pnpm-lock.yaml.
ninetailedtori 8c212a5
revert: Remove pnpm-lock from gitignore.
ninetailedtori 0ed280f
Fixed to ansis, tehe
ninetailedtori 822e0b9
Unify to a theme-spec, refactor build.ts.
ninetailedtori 11aef6d
Organise imports.
ninetailedtori cabded1
Do a cleanup of our scripts.
ninetailedtori ff68c7a
Add a tsconfig.
ninetailedtori e75857e
fix the regex, don't use selectors?
ninetailedtori b0662bd
"for of paletteHexes" to be neater than "some".
ninetailedtori 0f8c58e
Revert fix to t.link.
ninetailedtori 9452c7a
rename to css.ts.
ninetailedtori 640d298
Revert the change to panel borders.
ninetailedtori 473c62d
Fix package.json, optimise regex processing.
ninetailedtori 0826059
Remove extra deps.
ninetailedtori 8c0c2b5
Update workflows to use prepare rather than build.
ninetailedtori 3ead976
Revert check fs.mkdirsync
ninetailedtori 02a66ca
Update src/css.ts
ninetailedtori 990b309
Change package.json and prepare back to build. Change css.ts to remov…
ninetailedtori b915100
Make tsconfig extend, add to deps.
ninetailedtori 83a5349
Merge remote-tracking branch 'upstream/main' into css
ninetailedtori 735c311
Reformatted with prettier!
ninetailedtori 07ab239
Newer spec means can't import relative as ts! import as js after comp…
ninetailedtori e3faa76
Fix theme-spec upload.
ninetailedtori File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| /node_modules | ||
| package-lock.json | ||
| dist | ||
| demo/index.js | ||
| demo/index.js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ninetailedtori marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.