dark catppuccin theme for chess.com
chess.com catppuccin guave dark by jiundji
Details
Authorjiundji
LicenseNo License
Categorychess.com
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name chess.com - 2/25/2023, 5:47:02 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("chess.com") {
:root {
--borderColor: #1a1823 !important;
--secondaryBorderColor: #131020 !important;
--globalBackground: #24273a !important;
}
.dark-mode {
--globalColorThemeLink: #f3bce6 !important;
}
.ui_v5-button-component {
--borderColor: #1a1823 !important;
--secondaryBorderColor: #1a1823b0 !important;
background-color: #c29df1 !important;
}
.time-selector-button-selected {
border: .3rem solid #f3bce6c4 !important;
}
.users-alt {
color: #f3bce6 !important;
}
.board, .game-preview-component {
background-image: url("https://raw.githubusercontent.com/JiundJi/css/main/catppuccin-guave-chessboard.png") !important;
}
.hint {
background-color: #f3bce660;
}
.highlight {
background-color: #f4c2e8 !important;
}
body, .nav-panel-shade {
background-color:#24273a;
}
}