Skip to content

Commit

Permalink
Merge pull request #4 from inkdropapp/css-variables
Browse files Browse the repository at this point in the history
Add CSS Variables
  • Loading branch information
craftzdog authored Oct 22, 2024
2 parents 3548172 + fd456ac commit 7c8e7d6
Show file tree
Hide file tree
Showing 322 changed files with 1,037 additions and 95,904 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
build
node_modules
styles/components
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Inkdrop
Copyright (c) 2024 Inkdrop

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
21 changes: 4 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,9 @@
# Default Light UI Theme for Inkdrop

Inkdrop's UI elements are styled based on [Semantic UI](http://semantic-ui.com/).
It's mostly common in customizing the theme with it, so [their documentation](http://learnsemantic.com/) is very helpful to get started.
> [!NOTE]
> Do not fork this repository to create your own theme. Please read the documentation linked below.
Read [the documentation](https://developers.inkdrop.app/guides/create-a-theme) for detailed instructions.

## How to build
The default light UI theme for Inkdrop.

```
npm install
npm build
```

## Which files to edit
Read [the documentation](https://developers.inkdrop.app/guides/create-a-theme) for detailed instructions.

- `src/site/globals/site.variables`
- Variables for Inkdrop-specific components
- `src/site/globals/site.overrides`
- Declarations of CSS variables
- `src/themes/default/globals/site.variables`
- Common variables
Binary file added bun.lockb
Binary file not shown.
35 changes: 0 additions & 35 deletions gulpfile.js

This file was deleted.

Loading

0 comments on commit 7c8e7d6

Please sign in to comment.