Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
update
  • Loading branch information
CorellanStoma committed Jan 23, 2022
1 parent e76224f commit c6df97e
Show file tree
Hide file tree
Showing 17 changed files with 70 additions and 15,730 deletions.
12 changes: 11 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v1.0.5

* adding searchbar support
* adding searchbar support

# v1.0.6

* Fixing bugs from the last update.

# v1.0.7

* Structure changes.
* Fixing the empty Image.
* removed USRBG test code.
28 changes: 11 additions & 17 deletions dev.scss
Original file line number Diff line number Diff line change
@@ -1,40 +1,32 @@
// ╔════════════════════════════════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Discord Add-on ║
// ╠══════════════════════════╦═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Theme: ║ Friends-Grid ║
// ║ Version: ║ 1.0.6 ║
// ║ Theme: ║ CreArts ║
// ║ Author: ║ CorellanStoma#1996 ║
// ║ Support: ║ https://discord.gg/8W8E39Z ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ ║
// ║ Friends-Grid adds a grid view to the friends list. ║
// ║ This theme was created by CorellanStoma#1996. ║
// ║ ║
// ║ If you need support join our Creative Community: ║
// ║ ● https://discord.gg/8W8E39Z ║
// ║ This Project was created by CorellanStoma#1996. ║
// ║ ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝

// 🧪 Experimental
// ✔️ Activated by default
// ❌ Disabled by default
// ⚠️ Do not touch!

// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ SRC ║ Do not comment out these lines! By disabling the theme can not work correctly. ║
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝

@use "src/source"; // ⚠️ Warning!! Do not disable it!
@use "src/source"; //🔻Source Files

@use "modules/plugins/powercord"; // ⚠️ Warning!! Do not disable it!
@use "modules/plugins/powercord"; //🔻Powercord

@use "modules/plugins/betterdiscord"; // ⚠️ Warning!! Do not disable it!
@use "modules/plugins/betterdiscord"; //🔻Better Discord

// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ General ║ Here you can make general adjustments. ║
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝

:root {
--FA-version: "v1.0.5";
--FA-version: "v1.0.7";

--FG-row: 1fr 1fr 1fr;

Expand Down Expand Up @@ -82,10 +74,12 @@
--FG-avatar-shape: 50%;

--FG-transition: all 0.4s ease;

--user-accent-color: var(--FG-cards-banner-background);
}

// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Dark ║ Here you can make some adjustments for the dark theme.
// ║ Dark ║ Here you can make settings for the Dark Theme.
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝

.theme-dark {
Expand Down Expand Up @@ -113,7 +107,7 @@
}

// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Light ║ These are the variables for the Light theme.
// ║ Light ║ Here you can make settings for the Light Theme.
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝

.theme-light {
Expand Down
2 changes: 1 addition & 1 deletion friends-grid.theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @name CreArts | Friends-Grid
* @version 1.0.6
* @version 1.0.7
* @author CorellanStoma#1996
* @authorLink https://crearts-community.github.io
* @description Friends-Grid adds a grid view to the friends list.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CreArts | Friends-Grid",
"version": "1.0.6",
"version": "1.0.7",
"author": "CorellanStoma#1996",
"description": "Friends-Grid adds a grid view to the friends list.",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion modules/addons/usrbg.css

This file was deleted.

Loading

0 comments on commit c6df97e

Please sign in to comment.