Fallout 4 Terminal

By Bates Version 4.0.0 Updated 04/14/2025 728.1K downloads

A theme inspired by Fallout 4's terminals!

black game green

Live preview

Full Discord interface with this theme applied โ€” powered by ThemePreview.

Screenshot

Fallout 4 Terminal screenshot
Fallout4Terminal.theme.css
GitHub

Open source

https://raw.githubusercontent.com/B4T3S/Fallout4TerminalTheme/7a8f7cdd6c6c2663f6c97547dbdc31ca8d2a4e85/Fallout4Terminal.theme.css
1/**
2 * @name Fallout 4 Terminal
3 * @author Bates
4 * @version 4.0.0
5 * @source https://github.com/B4T3S/Fallout4TerminalTheme
6 * @website https://B4T3S.github.io/Fallout4TerminalTheme
7 * @donate https://www.paypal.com/paypalme/floriancegledi
8 * @patreon https://patreon.com/bates
9 * @description A theme inspired by Fallout 4's terminals!
10 * @authorId 137259132305539072
11 * @invite 6qd3SkP6Ch
12*/
13
14@import url('https://B4T3S.github.io/Fallout4TerminalTheme/mainRewrite.css');
15/* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */
16
17@import url('https://B4T3S.github.io/Fallout4TerminalTheme/css/crtEffect.css');
18/* ^ This is the CRT effect. ^ If you don't like it, remove or comment out this line! */
19
20/* CUSTOMIZE COLORS IN HERE! */
21:root,
22.visual-refresh,
23.visual-refresh.theme-dark {
24 --rgb-highlight: 74, 239, 152; /* The main highlight color */
25 --rgb-background: 0, 9, 0; /* The main background color */
26 --rgb-text: 74, 239, 152; /* The color (almost) all text should use */
27 --rgb-close-button: 212, 18, 39; /* The main ";close this"; or ";deny"; color */
28 --rgb-online-color: 57, 255, 20; /* The color used in the ";online"; user status symbol */
29 --rgb-afk-color: 255, 255, 51; /* The color used in the ";idle"; user status symbol */
30 --rgb-dnd-color: 255, 0, 0; /* The color used in the ";do not disturb"; user status symbol */
31 --rgb-streaming-color: 188, 19, 254; /* The color used in the ";streaming X"; user status symbol */
32
33 --transition-time: .3s; /* How fast animations added by the theme happen. Default is 0.3 seconds */
34
35 --background-image: unset; /* To add an image, replace unset with url(https://www.YOUR-URL-HERE.com) */
36 --background-position: center; /* Positions the background image */
37 --background-size: cover; /* Scales the background image */
38 --background-blur: 5px; /* Blurs the image which usually helps with readability of text infront of it */
39 --background-brightness: 100%; /* Changes the background images brightness */
40
41 --show-original-title: 0; /* Whether you want to show discords original title (0 means no, 1 means yes) */
42 --show-custom-title: 1; /* Whether you want to show a custom title (0 means no, 1 means yes) */
43 --custom-title-text: ";ROBCO Industries (tm)";; /* The custom text you want to display */
44 --custom-title-font-size: 16px; /* The size in pixels of the custom title text */
45 --custom-title-font-weight: bold; /* The font ";weight"; of the custom title text. For reference: https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight */
46 --custom-title-margin-top: 0px; /* The distance from the top of the window to the custom title text */
47 --custom-title-margin-left: 0px; /* The distance from the left side of the window to the custom title text */
48}
49