Skip to content

Commit

Permalink
Add colors
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed May 25, 2024
1 parent c911321 commit 53d7c37
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@
</template>

<script>
import * as glyphs from './assets/glyphs.json';
import glyphs from './assets/glyphs.json';
import colors from './assets/colors.json';
import {
f7,
f7AccordionContent,
Expand Down
17 changes: 17 additions & 0 deletions src/assets/colors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"red": 4282601983,
"darkorange": 4251333119,
"orange": 4271458815,
"yellow": 4274264319,
"green": 4292093695,
"teal": 431817727,
"lightblue": 1440408063,
"blue": 463140863,
"darkblue": 946986751,
"violet": 2071128575,
"purple": 3679049983,
"pink": 3980825855,
"taupe": 2846468607,
"gray": 3031607807,
"darkgray": 255
}

0 comments on commit 53d7c37

Please sign in to comment.