Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
B4T3S authored Mar 28, 2024
2 parents 5a03d41 + b9f46da commit 117eef8
Show file tree
Hide file tree
Showing 9 changed files with 221 additions and 158 deletions.
16 changes: 8 additions & 8 deletions Fallout4Terminal.theme.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
/**
* @name Fallout 4 Terminal
* @author Bates#7075
* @version 2.0.0
* @source https://github.com/CommandCrafterHD/Fallout4TerminalTheme
* @website https://commandcrafterhd.github.io/Fallout4TerminalTheme
* @author Bates
* @version 2.0.1
* @source https://github.com/B4T3S/Fallout4TerminalTheme
* @website https://B4T3S.github.io/Fallout4TerminalTheme
* @donate https://www.paypal.com/paypalme/floriancegledi
* @patreon https://patreon.com/bates
* @description A theme inspired by Fallout 4's terminals!
* @authorId 137259132305539072
* @invite 6qd3SkP6Ch
*/

@import url('https://commandcrafterhd.github.io/Fallout4TerminalTheme/mainRewrite.css');
@import url('https://B4T3S.github.io/Fallout4TerminalTheme/mainRewrite.css');
/* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */

@import url('https://commandcrafterhd.github.io/Fallout4TerminalTheme/css/crtEffect.css');
@import url('https://B4T3S.github.io/Fallout4TerminalTheme/css/crtEffect.css');
/* ^ This is the CRT effect. If you don't like it, remove or uncomment this line! ^ */

/* CUSTOMIZE COLORS IN HERE! */
Expand All @@ -36,10 +36,10 @@
--background-blur: 5px; /* Blurs the image which usually helps with readability of text infront of it */
--background-brightness: 100%; /* Changes the background images brightness */

--title-image: url("https://commandcrafterhd.github.io/Fallout4TerminalTheme/svg/title.svg"); /* The .svg file used for the "ROBCO Industries (TM) terminal" title */
--title-image: url("https://B4T3S.github.io/Fallout4TerminalTheme/svg/title.svg"); /* The .svg file used for the "ROBCO Industries (TM) terminal" title */
--title-image-repeat: no-repeat; /* If the title image should repeat */
--title-image-size: cover; /* The size of the title image */
--title-image-color: var(--highlight); /* The color used for the title image */
--title-image-width: 240px; /* The width of the title image */
--title-image-height: 14px; /* The height of the title image */
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<a href="https://www.patreon.com/bates" target="_blank"><img src="https://img.shields.io/badge/Patreon-Support%20me%3F-f96854"></img></a>
</div>
<h1 align="center">Fallout 4 Terminal Theme</h1>
<img src="https://commandcrafterhd.github.io/Fallout4TerminalTheme/img/FalloutTerminal.png">
<img src="https://B4T3S.github.io/Fallout4TerminalTheme/img/FalloutTerminal.png">

<h2>About</h2>

Expand All @@ -23,7 +23,7 @@ Installing betterdiscord themes is really easy!
<h2>Customization</h2>

You can easily customize this theme by editing the .theme.css file! Just change the variables to whatever you want!
If you need help finding the right value(s), head on over to [the theme's website](https://commandcrafterhd.github.io/Fallout4TerminalTheme/) which has a handy color-picker!
If you need help finding the right value(s), head on over to [the theme's website](https://B4T3S.github.io/Fallout4TerminalTheme/) which has a handy color-picker!

<h2>Need more help?</h2>

Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h5 class="card-title mb-3">Get the ROBCO Industries (tm) terminal glow!</h5>
<div class="card-body">
<h5 class="card-title mb-3">Need an example?</h5>
<p class="card-text">This is what discord looks like when using the <b class="title">ROBCO Industries (tm) terminal</b> theme!</p>
<a href="https://gibbu.github.io/ThemePreview/?file=https://cdn.jsdelivr.net/gh/CommandCrafterHD/Fallout4TerminalTheme/css/Fallout4Terminal.theme.css" target="_blank"><img src="img/FalloutTerminalNoCRT.png" class="card-img" alt="Preview image"></a>
<a href="https://gibbu.github.io/ThemePreview/?file=https://cdn.jsdelivr.net/gh/B4T3S/Fallout4TerminalTheme/Fallout4Terminal.theme.css" target="_blank"><img src="img/FalloutTerminalNoCRT.png" class="card-img" alt="Preview image"></a>
</div>
</div>
</div>
Expand All @@ -65,7 +65,7 @@ <h5 class="card-title mb-3">Need an example?</h5>
<div class="col-sm-4">
<div class="container flex-column justify-content-center pt-5">
<h2 class="d-flex justify-content-center">Intrigued?</h2>
<a href="css/Fallout4Terminal.theme.css" download="" class="button m-3 d-flex justify-content-center py-2">Get the Theme!</a>
<a href="Fallout4Terminal.theme.css" download="" class="button m-3 d-flex justify-content-center py-2">Get the Theme!</a>
<a href="https://discord.gg/6qd3SkP6Ch" target="_blank" class="button m-3 d-flex justify-content-center py-2">Join the Discord Server!</a>
</div>
</div>
Expand All @@ -77,7 +77,7 @@ <h2 class="d-flex justify-content-center">Intrigued?</h2>
<div class="container flex-column justify-content-center pt-5">
<h2 class="d-flex justify-content-center">Don't like the Theme?</h2>
<h2 class="d-flex justify-content-center">Check out my other theme!</h2>
<a href="https://commandcrafterhd.github.io/DiscordDarkNeon/" class="button m-5 d-flex justify-content-center py-2">Dark Neon</a>
<a href="https://B4T3S.github.io/DiscordDarkNeon/" class="button m-5 d-flex justify-content-center py-2">Dark Neon</a>
</div>
</div>
<div class="col-sm-3"></div>
Expand Down
Loading

0 comments on commit 117eef8

Please sign in to comment.