-
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from Scout339/master
Added 4 themes by Scout339
- Loading branch information
Showing
5 changed files
with
202 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
:root { | ||
--sidebar-active: #2f3136; | ||
} | ||
|
||
[class*="MessageBox__Base"] { | ||
margin-left: 8px; | ||
margin-right: 8px; | ||
margin-bottom: 8px; | ||
border-radius: 90px; | ||
} | ||
|
||
[class^="MessageBase__MessageInfo"].csvICB { | ||
width: 50px; | ||
} | ||
|
||
[class*="MessageBase__MessageInfo"] > [class*="avatar"] { | ||
height: 28px !important; | ||
width: 28px; | ||
} | ||
|
||
/* Fix for emoji picker */ | ||
[data-test-id="virtuoso-item-list"] > [class^=RowContainer-sc] { | ||
flex-wrap: nowrap; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
slug = "darksignal" | ||
name = "Dark Signal" | ||
creator = "Scout339" | ||
description = "My rendition of the Signal app's Dark theme [2024]" | ||
tags = ["dark", "blue", "signal"] | ||
version = "0.0.1" | ||
|
||
[variables] | ||
light = false | ||
accent = "#2667ed" | ||
background = "#292929" | ||
foreground = "#e9e9e9" | ||
block = "#292929" | ||
mention = "rgba(251, 255, 0, 0.2)" | ||
message-box = "#3b3b3b" | ||
|
||
success = "#65E572" | ||
warning = "#FAA352" | ||
error = "#f44339" | ||
hover = "rgba(300, 300, 300, 0.1)" | ||
tooltip = "#000000" | ||
|
||
[variables.scrollbar] | ||
thumb = "#848484" | ||
track = "transparent" | ||
|
||
[variables.primary] | ||
background = "#121212" | ||
header = "#2e2e2e" | ||
|
||
[variables.secondary] | ||
background = "#2e2e2e" | ||
foreground = "#C8C8C8" | ||
header = "#292929" | ||
|
||
[variables.tertiary] | ||
background = "#4D4D4D" | ||
foreground = "#848484" | ||
|
||
[variables.status] | ||
online = "#3ABF7E" | ||
away = "#F39F00" | ||
busy = "#f44339" | ||
streaming = "#977EFF" | ||
invisible = "#A5A5A5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
slug = "paperwhite" | ||
name = "Paperwhite" | ||
creator = "Scout339" | ||
description = "Port of my 2019 Discord Light Theme 2.0 Concept" | ||
tags = ["light", "paper", "grayscale"] | ||
version = "0.0.1" | ||
|
||
[variables] | ||
light = true | ||
accent = "#646462" | ||
background = "#d9d9d9" | ||
foreground = "#323232" | ||
block = "#646462" | ||
mention = "rgba(251, 255, 0, 0.40)" | ||
message-box = "#ececec" | ||
|
||
success = "#65E572" | ||
warning = "#FAA352" | ||
error = "#ED4245" | ||
hover = "rgba(0, 0, 0, 0.2)" | ||
tooltip = "#000000" | ||
|
||
[variables.scrollbar] | ||
thumb = "#646462" | ||
track = "transparent" | ||
|
||
[variables.primary] | ||
background = "#f5f5f5" | ||
header = "#f5f5f5" | ||
|
||
[variables.secondary] | ||
background = "#ececec" | ||
foreground = "#d8d8d8d" | ||
header = "#c2c2c2" | ||
|
||
[variables.tertiary] | ||
background = "#c2c2c2" | ||
foreground = "#7d7d7d" | ||
|
||
[variables.status] | ||
online = "#3ABF7E" | ||
away = "#F39F00" | ||
busy = "#F84848" | ||
invisible = "#A5A5A5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
slug = "sonar" | ||
name = "Sonar" | ||
creator = "Scout339" | ||
description = "Just a sleek dark theme." | ||
tags = ["dark", "blue"] | ||
version = "0.0.1" | ||
|
||
[variables] | ||
light = false | ||
accent = "#2667ed" | ||
background = "#191919" | ||
foreground = "#F6F6F6" | ||
block = "#2D2D2D" | ||
mention = "rgba(251, 255, 0, 0.06)" | ||
message-box = "#3b3b3b" | ||
|
||
success = "#65E572" | ||
warning = "#FAA352" | ||
error = "#ED4245" | ||
hover = "rgba(255, 255, 255, 0.05)" | ||
tooltip = "#000000" | ||
|
||
[variables.scrollbar] | ||
thumb = "#848484" | ||
track = "transparent" | ||
|
||
[variables.primary] | ||
background = "#242424" | ||
header = "#363636" | ||
|
||
[variables.secondary] | ||
background = "#1E1E1E" | ||
foreground = "#C8C8C8" | ||
header = "#2D2D2D" | ||
|
||
[variables.tertiary] | ||
background = "#4D4D4D" | ||
foreground = "#848484" | ||
|
||
[variables.status] | ||
online = "#3ABF7E" | ||
away = "#F39F00" | ||
busy = "#F84848" | ||
streaming = "977EFF" | ||
invisible = "#A5A5A5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
slug = "steamy" | ||
name = "Steamy" | ||
creator = "Scout339" | ||
description = "A Steam-Powered dark theme!" | ||
tags = ["dark", "steam"] | ||
version = "0.0.1" | ||
|
||
[variables] | ||
light = false | ||
accent = "#1a9fff" | ||
background = "#171d25" | ||
foreground = "#d0d0d1" | ||
block = "#111a22" | ||
mention = "rgba(251, 255, 0, 0.06)" | ||
message-box = "#171d25" | ||
|
||
success = "#59bf40" | ||
warning = "#ffc82c" | ||
error = "#ED4245" | ||
hover = "rgba(62, 78, 105, 0.5)" | ||
tooltip = "#000000" | ||
|
||
[variables.scrollbar] | ||
thumb = "#606774" | ||
track = "transparent" | ||
|
||
[variables.primary] | ||
background = "#232c39" | ||
header = "#111a22" | ||
|
||
[variables.secondary] | ||
background = "#24282f" | ||
foreground = "#C8C8C8" | ||
header = "#111a22" | ||
|
||
[variables.tertiary] | ||
background = "#4D4D4D" | ||
foreground = "#848484" | ||
|
||
[variables.status] | ||
online = "#6dcff6" | ||
away = "#447388" | ||
busy = "#c37f00" | ||
invisible = "#606774" |