Back to Scripts
Matrix (Sentry)
Theme or Style Version 1.0.0

Matrix (Sentry)

By EmmaS 28 July 2026 0 downloads 21 views
About this script

Script Details

Immerse yourself in the digital world of the Matrix with a sleek black interface, glowing green accents and classic terminal-inspired styling. Featuring subtle neon highlights and a futuristic hacker aesthetic, this theme is perfect for anyone who loves the iconic Matrix look while keeping Sentry clean, readable and easy to use.
Full source

View Script

:root {
  /* Typography */
  --font-family: Consolas, "Lucida Console", "Courier New", monospace;
  --font-size: 13px;
  --font-size-small: 11px;
  --font-size-menu: 12px;
  --font-size-title: 20px;

  /* Main backgrounds */
  --page-background: #020603;
  --panel-background: #061008;
  --panel-background-alt: #09170c;
  --input-background: #020b04;
  --button-background: #0b2110;
  --button-hover-background: #12351a;

  /* Matrix theme */
  --theme-dark: #010502;
  --theme-main: #071108;
  --theme-light: #0d2412;
  --theme-hover: #15391c;
  --theme-soft: rgba(0, 255, 70, .07);

  /* Matrix green accent */
  --accent-dark: #064d1c;
  --accent-main: #00a83b;
  --accent-light: #00e850;
  --accent-hover: #62ff92;
  --accent-soft: rgba(0, 232, 80, .16);

  /* Text */
  --text-primary: #b8ffca;
  --text-secondary: #73d98d;
  --text-muted: #438a57;
  --text-white: #effff3;

  /* IRC nick colours */
  --nick-user: #42ff78;
  --nick-me: #b6ffca;
  --role-owner: #e3ff6b;
  --role-host: #69d987;

  /* Status */
  --status-success: #35ff72;
  --status-error: #ff4d5e;
  --status-working: #d7ff55;

  /* Borders */
  --border-colour: #12692d;
  --border-muted: #0b3d1a;
  --border-soft: rgba(0, 255, 70, .14);
  --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(0, 4, 1, .88);
  --connect-backdrop: rgba(0, 3, 1, .96);

  /* Background image */
  --chat-background-image: url("matrix.png");
  --chat-background-position: center center;
  --chat-background-size: cover;
  --chat-background-opacity: .82;

  /* Layering */
  --z-menu: 1000;
  --z-user-menu: 4000;
  --z-connect-overlay: 5000;
  --z-modal: 6000;
}