Skip to content

Commit

Permalink
Fixed import links (#44)
Browse files Browse the repository at this point in the history
* i like jetbrains mono

* Update tokyo-night.theme.css

* fixed plugin links
  • Loading branch information
qvipin authored Oct 21, 2024
1 parent 0e63885 commit 1da9845
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions themes/tokyo-night.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

/* DONT TOUCH THIS!!! */
@import url("https://dyzean.github.io/Tokyo-Night/src/main.css");
@import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/main.css");

/* Read this before editing stuff!!!
*
Expand All @@ -21,32 +21,32 @@
*/

/* ====== Optional Addons ====== */
@import url("https://dyzean.github.io/Tokyo-Night/src/addons/revert-rebrand.css");
@import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/revert-rebrand.css");
@import url("https://nyri4.github.io/Discolored/main.css");

/* VSCode User Area, get Visual Studio like user area (Enabled by default)
note: this addons doesn't works well with Compact Mode addon,
please disable this when using Compact Mode addon */
@import url("https://dyzean.github.io/Tokyo-Night/src/addons/vscode-user-area.css");
@import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/vscode-user-area.css");

/* Syntax Highlight, get hljs styling with Tokyo Night scheme (Enabled by default) */
@import url("https://dyzean.github.io/Tokyo-Night/src/addons/syntax-highlight.css");
@import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/syntax-highlight.css");

/* Username Background, get colorful background behind username on chat, works best with Monospace addon. (Disabled by default) */
/* @import url("https://dyzean.github.io/Tokyo-Night/src/addons/username-background.css"); */
/* @import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/username-background.css"); */

/* Mac Like Titlebar (windows only), get mac style titlebar on windows client (Enabled by default) */
@import url("https://dyzean.github.io/Tokyo-Night/src/addons/mac-titlebar.css");
@import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/mac-titlebar.css");

/* Compact Mode, hide some UI part on specific windows size,
<920px Channel sidebar and member list get hidden, <600px Chat window only. (Disabled by default) */
/* @import url("https://dyzean.github.io/Tokyo-Night/src/addons/compact-mode.css"); */
/* @import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/compact-mode.css"); */

/* Monospace, use monospaced font (JetBrains Mono) instead the default one (Disabled by default) */
/* @import url("https://dyzean.github.io/Tokyo-Night/src/addons/monospace-fonts.css"); */
/* @import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/monospace-fonts.css"); */

/* Square Avatar, get square avatar on chat memberlist and user area (Disabled by default) */
/* @import url("https://dyzean.github.io/Tokyo-Night/src/addons/square-avatar.css"); */
/* @import url("https://raw.githubusercontent.com/ashtrath/Tokyo-Night/refs/heads/main/src/addons/square-avatar.css"); */


/* ==== Discord Variables ==== */
Expand Down

0 comments on commit 1da9845

Please sign in to comment.