diff options
| author | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 | 
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2024-02-14 01:18:06 +0300 | 
| commit | edaeaf08b8750e8278b18484ff8e0aa180fe3fab (patch) | |
| tree | 9a32a03659d396a82c83a1eaca1d19c00a21718d /_scss/highlight/_main.scss | |
| parent | 6ff06a6e0eb6824925bb058ef465f2713f0b315b (diff) | |
| download | popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.tar.xz popov.link-edaeaf08b8750e8278b18484ff8e0aa180fe3fab.zip | |
Moved actual theme
Diffstat (limited to '_scss/highlight/_main.scss')
| -rw-r--r-- | _scss/highlight/_main.scss | 139 | 
1 files changed, 0 insertions, 139 deletions
| 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; -  } -} | 
