Skip to content

Commit

Permalink
Idk what changes I made
Browse files Browse the repository at this point in the history
- add custom font support and whatever else there is
  • Loading branch information
Moodzz1 authored Aug 4, 2024
1 parent fb0f073 commit c7102db
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions Vendetta/RosieBlue.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "Rosie Blue",
"description": "meow meow but in blue",
"version": "2.0.0",
"spec": "2",
"authors": [
{
"name": "Moodle",
Expand Down Expand Up @@ -52,6 +53,7 @@
"TEXT_LINK": [ "#91a4ff" ],
"THREAD_CHANNEL_SPINE": [ "#BBC4F8" ],
"BG_MOD_FAINT": [ "#464964" ],
"EMBED_BACKGROUND": [ "#363a4f" ],
"INPUT_BACKGROUND": [ "#16151b" ]
},
"rawColors": {
Expand Down Expand Up @@ -191,7 +193,26 @@
"ic_selection_checked_24px": "#B5BDFF",
"ic_selection_checked_24px__overlay": "#FFFFFF",
"img_guild_folder": "#B5BDFF"
}
},
"spec": 2
}
},
"fonts":{
"ABCGintoNord-ExtraBold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"ggsans-Bold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"ggsans-BoldItalic": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"ggsans-ExtraBold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"ggsans-ExtraBoldItalic": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"ggsans-Medium": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1",
"ggsans-MediumItalic": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1",
"ggsans-Normal": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Regular.ttf?raw=1",
"ggsans-NormalItalic": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-RegularItalic.ttf?raw=1",
"ggsans-Semibold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1",
"ggsans-SemiboldItalic": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1",
"NotoSans-Bold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"NotoSans-ExtraBold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Bold.ttf?raw=1",
"NotoSans-Medium": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1",
"NotoSans-Normal": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-Regular.ttf?raw=1",
"NotoSans-NormalItalic": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-RegularItalic.ttf?raw=1",
"NotoSans-Semibold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1",
"SourceCodePro-Semibold": "https://github.com/Rairof/Theme-Fonts/blob/main/Linotte/Linotte-SemiBold.ttf?raw=1"
}
}

0 comments on commit c7102db

Please sign in to comment.