Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Ice Shard #43

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 13 additions & 27 deletions data/ice-shard/Custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

/* Adds a light blue line between the server and channel list */
.dGrZZ {
.jOonNm {
border-right: 2px solid #72F5F3;
}

Expand All @@ -17,45 +17,44 @@
}

/* Hides the wave used as a chosen server indicator by default */
.QgupM span, .kGANuc span {
.ckviiV span, .jFgSXl span {
display: none;
}

/* Adds a light blue border around the active server's icon */
.QgupM svg, .kGANuc svg {
.ckviiV svg, .jFgSXl svg {
outline-style: solid;
outline-color: #72F5F3;
outline-width: 2px;
}

/* Colored outline and name of picked channel */
._compact_12e90_19[data-active=true],
._normal_12e90_16[data-active=true],
._user_12e90_23[data-active=true] {
._compact_1avxi_19[data-active=true],
._normal_1avxi_16[data-active=true],
._user_1avxi_23[data-active=true] {
color: #37FFF8;
outline-style: solid;
outline-color: #72F5F3;
outline-width: 2px;
}

/* Mention message colored + bold text */
div.CaijV > div.jgcjMZ > ._markdown_8b8eo_2,
div.cCwoWr > div.jgcjMZ > ._markdown_8b8eo_2 {
div.cZEhIO > div.jkmmZm > ._markdown_1vk6d_2,
div.fhGxEk > div.jkmmZm > ._markdown_1vk6d_2 {
color: #4CFAFF;
font-weight: bold;
}

/* Nice home screen */
._home_1khrk_1 {
._homeScreen_ag1so_6 {
height: 100%;
background-image: url("https://autumn.revolt.chat/attachments/hqI1nk7NBECh8n7GP3eqt-PXv-5tXGWGnbn9qJWZUO");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}
/* Outlining buttons on home screen for better readability */
div._actions_1khrk_12 > a > div,
div._actions_1khrk_12 > div > a > div {
div._actions_ag1so_25 > a {
outline-style: solid;
outline-color: #72F5F3;
outline-width: 1px;
Expand All @@ -77,26 +76,13 @@ h1>a:hover,h2>a:hover,h3>a:hover,h4>a:hover,h5>a:hover,h6>a:hover{
}

/* Readable buttons on pop-up menus and bot badges */
.ZAptB, .iYfESC, .kqSFkj {
.iWNKPN, .iQIPOg > svg {
color: #000056;
font-weight: bold;
}

/* Theme consistent colors on message search */
.kRnBUt {
color: #000056;
font-weight: bold;
background: #00FFF5;
}
.kRnBUt:hover {
background: #4CFAFF;
}
.jqHpRY {
color: #00FFF5;
}

/* buttons and checkboxes */
.check, .dvKiPb {
/* Outlined checkboxes */
.check {
outline-style: solid;
outline-color: #72F5F3;
outline-width: 1px;
Expand Down
3 changes: 2 additions & 1 deletion data/ice-shard/Preset.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
slug = "ice-shard"
name = "Ice Shard"
creator = "Cara"
commit = "3cf8c64"
description = "Very dark backgrounds and light blue details. Making use of custom css to give the app a sharp, cold feel and add a number of simple ux improvements."
tags = ["dark", "blue", "cold", "sharp", "squares"]
version = "1.0.0"

[variables]
light = false
Expand Down