From edaeaf08b8750e8278b18484ff8e0aa180fe3fab Mon Sep 17 00:00:00 2001
From: Valentin Popov <valentin@popov.link>
Date: Wed, 14 Feb 2024 02:18:06 +0400
Subject: Moved actual theme

---
 _scss/highlight/_main.scss | 139 ---------------------------------------------
 1 file changed, 139 deletions(-)
 delete mode 100644 _scss/highlight/_main.scss

(limited to '_scss/highlight/_main.scss')

diff --git a/_scss/highlight/_main.scss b/_scss/highlight/_main.scss
deleted file mode 100644
index 5e999b9..0000000
--- a/_scss/highlight/_main.scss
+++ /dev/null
@@ -1,139 +0,0 @@
-.highlight {
-  .c {
-    font-style: italic;
-  }
-
-  .c1 {
-    font-style: italic;
-  }
-
-  .cm {
-    font-style: italic;
-  }
-
-  .cs {
-    font-style: italic;
-  }
-
-  .err {
-    border: 1px solid $color00;
-  }
-
-  .ge {
-    font-style: italic;
-  }
-
-  .gh {
-    font-weight: bold;
-  }
-
-  .gp {
-    font-weight: bold;
-  }
-
-  .gs {
-    font-weight: bold;
-  }
-
-  .gu {
-    font-weight: bold;
-  }
-
-  .hll {
-    background-color: $color01;
-  }
-
-  .k {
-    font-weight: bold;
-  }
-
-  .kc {
-    font-weight: bold;
-  }
-
-  .kd {
-    font-weight: bold;
-  }
-
-  .kn {
-    font-weight: bold;
-  }
-
-  .kr {
-    font-weight: bold;
-  }
-
-  .nc {
-    font-weight: bold;
-  }
-
-  .ne {
-    font-weight: bold;
-  }
-
-  .ni {
-    font-weight: bold;
-  }
-
-  .nn {
-    font-weight: bold;
-  }
-
-  .nt {
-    font-weight: bold;
-  }
-
-  .ow {
-    font-weight: bold;
-  }
-
-  .s {
-    font-style: italic;
-  }
-
-  .s1 {
-    font-style: italic;
-  }
-
-  .s2 {
-    font-style: italic;
-  }
-
-  .sb {
-    font-style: italic;
-  }
-
-  .sc {
-    font-style: italic;
-  }
-
-  .sd {
-    font-style: italic;
-  }
-
-  .se {
-    font-style: italic;
-    font-weight: bold;
-  }
-
-  .sh {
-    font-style: italic;
-  }
-
-  .si {
-    font-style: italic;
-    font-weight: bold;
-  }
-
-  .sr {
-    font-style: italic;
-  }
-
-  .ss {
-    font-style: italic;
-  }
-
-  .sx {
-    font-style: italic;
-  }
-}
-- 
cgit v1.2.3