Script Details
Inspired by the dark, futuristic world of classic sci-fi, the Terminator Theme features deep blacks, metallic greys and cold blue highlights to create a tactical, machine-like interface. Designed for users who prefer a sleek, high-tech command centre with a minimalist cybernetic feel.
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: Tahoma, Verdana, Arial, sans-serif;
--font-size: 13px;
--font-size-small: 11px;
--font-size-menu: 12px;
--font-size-title: 20px;
/* Main backgrounds */
--page-background: #07090c;
--panel-background: #11161b;
--panel-background-alt: #171d24;
--input-background: #0c1015;
--button-background: #23384c;
--button-hover-background: #30506c;
/* Terminator steel blue theme */
--theme-dark: #07090c;
--theme-main: #182632;
--theme-light: #2d455c;
--theme-hover: #436788;
--theme-soft: rgba(82, 126, 170, .10);
/* Cold steel blue accents */
--accent-dark: #27445f;
--accent-main: #406b93;
--accent-light: #6f9ec9;
--accent-hover: #95bee3;
--accent-soft: rgba(111, 158, 201, .18);
/* Text */
--text-primary: #edf3f9;
--text-secondary: #b8c6d4;
--text-muted: #7d8d9c;
--text-white: #ffffff;
/* IRC nick colours */
--nick-user: #8fc6f0;
--nick-me: #79d194;
--role-owner: #d14b4b;
--role-host: #9db4c8;
/* Status */
--status-success: #79d194;
--status-error: #d84f4f;
--status-working: #7fb5df;
/* Borders */
--border-colour: #314353;
--border-muted: #212c36;
--border-soft: rgba(255, 255, 255, .08);
--border-width: 1px;
--radius: 2px;
/* 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(5, 7, 9, .84);
--connect-backdrop: rgba(5, 7, 9, .94);
/* Background image */
--chat-background-image: url("terminator.png");
--chat-background-position: center center;
--chat-background-size: cover;
--chat-background-opacity: .28;
/* Layering */
--z-menu: 1000;
--z-user-menu: 4000;
--z-connect-overlay: 5000;
--z-modal: 6000;
}