๐จ NullSec Themes
February 27, 2026 ยท View on GitHub
๐จ NullSec Themes
Dark Hacker Themes for Linux
by bad-antics development
โโโโโโโโโโโโ โโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโ
โโโโโโโโโโโโ โโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโ
โโโ โโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโ โโโโโโโโ
โโโ โโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโ โโโโโโโโ
โโโ โโโ โโโโโโโโโโโโโโ โโโ โโโโโโโโโโโโโโโโโโโ
โโโ โโโ โโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโ
[ bad-antics development | Est. 2025 ]
๐ผ๏ธ Screenshots
| NullSec Dark | NullSec Red | NullSec Matrix |
|---|---|---|
๐ฏ Theme Collection
GTK Themes
| Theme | Description | Colors |
|---|---|---|
| NullSec-Dark | Default dark theme | Black, Gray, Red |
| NullSec-Red | Red team variant | Black, Dark Red |
| NullSec-Blue | Blue team variant | Black, Blue |
| NullSec-Matrix | Green terminal style | Black, Green |
| NullSec-Void | Ultra minimal | Pure Black |
| NullSec-Crypto | Cryptocurrency theme | Black, Gold |
Terminal Themes (Alacritty)
- nullsec-dark - Default dark
- nullsec-hacker - Matrix green
- nullsec-redteam - Red accent
- nullsec-blueteam - Blue accent
Icon Themes
- NullSec-Icons - Monochrome hacker icons
- NullSec-Neon - Neon accent icons
๐ฅ Installation
Quick Install
git clone https://github.com/bad-antics/nullsec-themes.git
cd nullsec-themes
./install.sh
Manual Install
# GTK Themes
cp -r gtk/* ~/.themes/
# Icon Themes
cp -r icons/* ~/.icons/
# Terminal Themes
cp alacritty/* ~/.config/alacritty/themes/
Apply Theme
# Using nullsec-theme tool
nullsec-theme apply NullSec-Dark
# Using gsettings
gsettings set org.gnome.desktop.interface gtk-theme "NullSec-Dark"
gsettings set org.gnome.desktop.interface icon-theme "NullSec-Icons"
๐จ Color Palette
NullSec Dark
Background: #0a0a0a (Deep Black)
Surface: #1a1a1a (Dark Gray)
Primary: #ff0040 (NullSec Red)
Secondary: #00ff41 (Matrix Green)
Text: #e0e0e0 (Light Gray)
Accent: #00d4ff (Cyan)
NullSec Matrix
Background: #0d0d0d
Foreground: #00ff41
Comment: #005500
Highlight: #003300
๐ง Customization
Create Your Own Theme
# Copy template
cp -r gtk/NullSec-Dark gtk/MyTheme
# Edit colors
nano gtk/MyTheme/gtk-3.0/gtk.css
# Apply
nullsec-theme apply MyTheme
Theme Variables
/* gtk.css */
@define-color theme_bg_color #0a0a0a;
@define-color theme_fg_color #e0e0e0;
@define-color theme_selected_bg_color #ff0040;
@define-color theme_selected_fg_color #ffffff;
๐ฆ Contents
nullsec-themes/
โโโ gtk/
โ โโโ NullSec-Dark/
โ โโโ NullSec-Red/
โ โโโ NullSec-Blue/
โ โโโ NullSec-Matrix/
โ โโโ NullSec-Void/
โโโ icons/
โ โโโ NullSec-Icons/
โ โโโ NullSec-Neon/
โโโ alacritty/
โ โโโ nullsec-dark.yml
โ โโโ nullsec-hacker.yml
โ โโโ nullsec-redteam.yml
โโโ wallpapers/
โ โโโ (procedurally generated)
โโโ install.sh
๐ Related
- nullsec-linux - Full distro
- nullsec-tools - Security tools
- nullsec-configs - Dotfiles
๐ท๏ธ Keywords
gtk theme dark theme hacker theme linux theme cyberpunk theme
terminal theme alacritty theme icon theme linux customization
r/unixporn dotfiles rice bad-antics nullsec
cybersecurity theme penetration testing matrix theme
Developed with ๐จ by bad-antics
NullSec Project ยฉ 2025