/**
 * @name Myrins theme
 * @author Kitsu
 * @version 2.0.2
 * @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 Kitsu's theme but orange
 * @authorId 137259132305539072
 * @invite 6qd3SkP6Ch
*/
@import url('https://B4T3S.github.io/Fallout4TerminalTheme/mainRewrite.css');
/* ^ This is the main Import ^ DO NOT TOUCH. Without this, the theme won't load!!! */


/* CUSTOMIZE COLORS IN HERE! */
:root {
  --rgb-highlight: 255, 100, 0; /* The main highlight color */
  --rgb-background: 9, 0, 0; /* The main background color */
  --rgb-text: 255, 239, 0; /* The color (almost) all text should use */
  --rgb-close-button: 212, 18, 39; /* The main "close this" or "deny" color */
  --rgb-online-color: 57, 255, 20; /* The color used in the "online" user status symbol */
  --rgb-afk-color: 255, 255, 51; /* The color used in the "idle" user status symbol */
  --rgb-dnd-color: 255, 0, 0; /* The color used in the "do not disturb" user status symbol */
  --rgb-streaming-color: 188, 19, 254; /* The color used in the "streaming X" user status symbol */

  transition-time: .0s; /* How fast animations added by the theme happen. Default is 0.3 seconds */

  background-image: url(https://kitsussite.ddns.net/myrin%20bg.png);
  --background-image: url(https://kitsussite.ddns.net/myrin%20bg.png);
background-position: center; /* Positions the background image */
background-size: cover; /* Scales the background image */
background-blur: 0px; /* Blurs the image which usually helps with readability of text infront of it */
background-brightness: 100%; /* Changes the background images brightness */
}body{
color:#ffaa00;
image-rendering: pixelated;
font-smooth: never !important;
}
html{
color:#ffaa00;
image-rendering: pixelated;
font-smooth: never !important;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000000
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fa0
}

