Skip to content

Redis Commander (Dark) by welshronaldo

Details

Authorwelshronaldo

LicenseNo License

Categoryredis, commander

Created

Updated

Size613 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Very simple dark theme for Redis Commander

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Redis Commander
@version      20211023.22.11
@namespace    userstyles.world/user/welshronaldo
@description  Very simple Dark mode for Redis Commander
@author       welshronaldo
@license      No License
==/UserStyle== */

@-moz-document url-prefix("http://localhost:8081/") {
body {
    background-color: #222;
    color: #ddd;
}

#itemActionsBar, #commandLineContainer {
    background-color: #333;
    color: #ddd;
}

.jstree-anchor.jstree-clicked {
    background-color: #333;
}

.modal {
    color: #222;
}

.json-string {
    color: #3b0;
}

.json-literal {
    color: #88f;
}
}

Reviews

No reviews yet.