Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
18b1e849
Commit
18b1e849
authored
Apr 23, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update highlight.css (atom-one-dark)
parent
85ebfb61
Pipeline
#18876
passed with stages
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
64 additions
and
56 deletions
+64
-56
highlight.css
src/css/highlight.css
+64
-56
No files found.
src/css/highlight.css
View file @
18b1e849
/*! Adapted from the GitHub style by Vasily Polovnyov <vast@whiteants.net> */
/*
Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax
base: #282c34
mono-1: #abb2bf
mono-2: #818896
mono-3: #5c6370
hue-1: #56b6c2
hue-2: #61aeee
hue-3: #c678dd
hue-4: #98c379
hue-5: #e06c75
hue-5-2: #be5046
hue-6: #d19a66
hue-6-2: #e6c07b
*/
.hljs
{
color
:
#abb2bf
;
background
:
#282c34
;
}
.hljs-comment
,
.hljs-comment
,
.hljs-quote
{
.hljs-quote
{
color
:
#
998
;
color
:
#
5c6370
;
font-style
:
italic
;
font-style
:
italic
;
}
}
.hljs-doctag
,
.hljs-keyword
,
.hljs-keyword
,
.hljs-selector-tag
,
.hljs-formula
{
.hljs-subst
{
color
:
#c678dd
;
color
:
#333
;
font-weight
:
var
(
--monospace-font-weight-bold
);
}
.hljs-number
,
.hljs-literal
,
.hljs-variable
,
.hljs-template-variable
,
.hljs-tag
.hljs-attr
{
color
:
#008080
;
}
.hljs-string
,
.hljs-doctag
{
color
:
#d14
;
}
}
.hljs-title
,
.hljs-section
,
.hljs-section
,
.hljs-selector-id
{
.hljs-name
,
color
:
#900
;
.hljs-selector-tag
,
font-weight
:
var
(
--monospace-font-weight-bold
);
.hljs-deletion
,
}
.hljs-subst
{
.hljs-subst
{
font-weight
:
normal
;
color
:
#e06c75
;
}
}
.hljs-type
,
.hljs-literal
{
.hljs-class
.hljs-title
{
color
:
#56b6c2
;
color
:
#458
;
font-weight
:
var
(
--monospace-font-weight-bold
);
}
}
.hljs-tag
,
.hljs-string
,
.hljs-name
,
.hljs-regexp
,
.hljs-attribute
{
.hljs-addition
,
color
:
#000080
;
.hljs-attribute
,
font-weight
:
normal
;
.hljs-meta
.hljs-string
{
color
:
#98c379
;
}
}
.hljs-regexp
,
.hljs-attr
,
.hljs-link
{
.hljs-variable
,
color
:
#009926
;
.hljs-template-variable
,
.hljs-type
,
.hljs-selector-class
,
.hljs-selector-attr
,
.hljs-selector-pseudo
,
.hljs-number
{
color
:
#d19a66
;
}
}
.hljs-symbol
,
.hljs-symbol
,
.hljs-bullet
{
.hljs-bullet
,
color
:
#990073
;
.hljs-link
,
.hljs-meta
,
.hljs-selector-id
,
.hljs-title
{
color
:
#61aeee
;
}
}
.hljs-built_in
,
.hljs-built_in
,
.hljs-builtin-name
{
.hljs-title.class_
,
color
:
#0086b3
;
.hljs-class
.hljs-title
{
}
color
:
#e6c07b
;
.hljs-meta
{
color
:
#999
;
font-weight
:
var
(
--monospace-font-weight-bold
);
}
.hljs-deletion
{
background
:
#fdd
;
}
.hljs-addition
{
background
:
#dfd
;
}
}
.hljs-emphasis
{
.hljs-emphasis
{
...
@@ -82,5 +86,9 @@
...
@@ -82,5 +86,9 @@
}
}
.hljs-strong
{
.hljs-strong
{
font-weight
:
var
(
--monospace-font-weight-bold
);
font-weight
:
bold
;
}
.hljs-link
{
text-decoration
:
underline
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment