logo update

This commit is contained in:
2024-04-02 01:36:07 +05:30
parent b54cbd828b
commit 9b62376fe2
5 changed files with 26 additions and 8 deletions

View File

@@ -3,22 +3,22 @@
{
"name": "facebook",
"icon": "fab fa-facebook",
"link": "https://www.facebook.com/"
"link": "https://www.facebook.com/snigdhalinux"
},
{
"name": "twitter",
"icon": "fab fa-twitter",
"link": "https://twitter.com/"
"link": "https://twitter.com/SnigdhaOS"
},
{
"name": "github",
"icon": "fab fa-github",
"link": "https://www.github.com/"
"link": "https://www.github.com/Snigdha-OS"
},
{
"name": "linkedin",
"icon": "fab fa-linkedin",
"link": "https://www.linkedin.com/"
"link": "https://www.linkedin.com/SnigdhaOS"
}
]
}

View File

@@ -2,7 +2,7 @@
"colors": {
"default": {
"theme_color": {
"primary": "#121212",
"primary": "#754ffe",
"body": "#fff",
"border": "#eaeaea",
"theme_light": "#f6f6f6",
@@ -16,7 +16,7 @@
},
"darkmode": {
"theme_color": {
"primary": "#fff",
"primary": "#754ffe",
"body": "#1c1c1c",
"border": "#3E3E3E",
"theme_light": "#222222",