Script Details
Inspired by the iconic futuristic computer consoles seen in classic science fiction, the LCARS Theme with deep blacks, Starfleet-inspired blues, warm amber highlights.
Compatibility: This theme is designed exclusively for the NatterFly Sentry Next Generation Chat Manager and is not compatible with the legacy Enforcer client.
Compatibility: This theme is designed exclusively for the NatterFly Sentry Next Generation Chat Manager and is not compatible with the legacy Enforcer client.
Full source
View Script
:root {
/* Typography */
--font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
--font-size: 13px;
--font-size-small: 11px;
--font-size-menu: 12px;
--font-size-title: 20px;
/* Main backgrounds */
--page-background: #040507;
--panel-background: #0b1018;
--panel-background-alt: #121927;
--input-background: #080c13;
--button-background: #5977b7;
--button-hover-background: #6e90d6;
/* LCARS Control Panel Blues */
--theme-dark: #040507;
--theme-main: #31486f;
--theme-light: #4f6d9f;
--theme-hover: #6b8ec5;
--theme-soft: rgba(79,109,159,.12);
/* Accent Colours */
--accent-dark: #c28d4b;
--accent-main: #d8a04d;
--accent-light: #e7bc72;
--accent-hover: #f2cf91;
--accent-soft: rgba(216,160,77,.15);
/* LCARS Secondary Colours */
--lcars-blue: #5d78b9;
--lcars-light-blue: #8fb3dc;
--lcars-lilac: #b394d1;
--lcars-purple: #8675b5;
--lcars-orange: #dc8b44;
--lcars-red: #cc5b57;
--lcars-gold: #d8a04d;
/* Text */
--text-primary: #dce8ff;
--text-secondary: #afc2df;
--text-muted: #7f91ad;
--text-white: #ffffff;
/* IRC Colours */
--nick-user: #9bc2ff;
--nick-me: #e7bc72;
--role-owner: #e7bc72;
--role-host: #b394d1;
/* Status */
--status-success: #73c98d;
--status-error: #d96a6a;
--status-working: #d8a04d;
/* Borders */
--border-colour: #41526f;
--border-muted: #273343;
--border-soft: rgba(255,255,255,.08);
--border-width: 1px;
--radius: 18px;
/* Sizes */
--menu-height: 31px;
--helper-height: 33px;
--users-width: 240px;
--input-height: 42px;
--modal-width: 760px;
--connection-width: 620px;
/* Spacing */
--space-xs: 4px;
--space-sm: 6px;
--space-md: 10px;
--space-lg: 14px;
--space-xl: 20px;
--space-xxl: 26px;
/* Overlays */
--modal-backdrop: rgba(0,0,0,.90);
--connect-backdrop: rgba(0,0,0,.95);
/* Background */
--chat-background-image: url("startrek.png");
--chat-background-position: center center;
--chat-background-size: cover;
--chat-background-opacity: .10;
/* Layering */
--z-menu: 1000;
--z-user-menu: 4000;
--z-connect-overlay: 5000;
--z-modal: 6000;
}