mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 07:05:53 +00:00
change theme again :D
This commit is contained in:
parent
dee5809c1a
commit
5dba10766d
107
config.toml
107
config.toml
@ -1,58 +1,79 @@
|
||||
baseURL = 'https://zerai.xyz/'
|
||||
languageCode = 'en-us'
|
||||
title = 'Zerai.xyz'
|
||||
theme = 'ezhil'
|
||||
paginate = 5
|
||||
theme = 'notepadium'
|
||||
|
||||
copyright = "© Copyright notice"
|
||||
copyright = "©2020 Notepadium."
|
||||
|
||||
pygmentsstyle = "solarized-dark"
|
||||
pygmentscodefences = true
|
||||
pygmentscodefencesguesssyntax = true
|
||||
languageCode = "en" # for the RSS generation
|
||||
defaultContentLanguage = "en"
|
||||
|
||||
googleAnalytics = "UA-123-45"
|
||||
disqusShortname = "zerai-xyz"
|
||||
hasCJKLanguage = true
|
||||
|
||||
summaryLength = 20
|
||||
enableRobotsTXT = true
|
||||
|
||||
# Enable relativeURLs if your site hosted on GitHub.io
|
||||
#relativeURLs = true
|
||||
|
||||
# Enable Disqus
|
||||
#disqusShortname = "XXX"
|
||||
|
||||
# Google Analytics
|
||||
#googleAnalytics = "UA-123-45"
|
||||
|
||||
ignoreErrors = ["error-remote-getjson"]
|
||||
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
noClasses = false
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true # enable raw HTML in Markdown
|
||||
|
||||
[params]
|
||||
subtitle = "Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)"
|
||||
disableDisqusTypes = ["page"]
|
||||
featherIconsCDN = true
|
||||
mode = "auto" # "dark", "auto", "light"
|
||||
# customCSS = "css/custom.css" # Custom CSS applied to default styles.
|
||||
# customDarkCSS = "css/custom-dark.css" # Custom styles applied to dark mode css.
|
||||
# customJS = ["https://code.jquery.com/jquery-3.4.1.js", "js/custom1.js"] # Custom JS scripts.
|
||||
style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system.
|
||||
dateFormat = "Jan 02, 2006" # if unset, default is "2006-01-02"
|
||||
readingTime = false # show reading time after article date
|
||||
logo = ""
|
||||
slogan = "100% JavaScript-free"
|
||||
#license = "<a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/><img alt=Creative Commons License style=border-width:0 src=https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png /></a><br />This work is licensed under a <a rel=license href=http://creativecommons.org/licenses/by-nc-sa/4.0/>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>."
|
||||
ipv6ready = true
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[params.assets]
|
||||
css = ["css/fonts.css"]
|
||||
|
||||
[[menu.main]]
|
||||
name = "All posts"
|
||||
url = "/posts"
|
||||
weight = 2
|
||||
[params.comments]
|
||||
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
url = "/about"
|
||||
weight = 3
|
||||
[params.share]
|
||||
enable = false # En/Disable share globally, default: false. You can always enable share on per page.
|
||||
addThisId = ""
|
||||
inlineToolId = ""
|
||||
|
||||
[[menu.main]]
|
||||
name = "Tags"
|
||||
url = "/tags"
|
||||
weight = 4
|
||||
[params.math]
|
||||
enable = false # load math globally, default: false. You can always enable math on per page.
|
||||
use = "katex" # builtin: "katex", "mathjax". default: "katex"
|
||||
|
||||
[[params.social]]
|
||||
name = "Github"
|
||||
icon = "github"
|
||||
url = "https://github.com/vividvilla/ezhil"
|
||||
[params.syntax]
|
||||
use = "none" # builtin: "prismjs", "hljs". "none" means Chroma
|
||||
theme = "github"
|
||||
darkTheme = "dracula"
|
||||
|
||||
[[params.social]]
|
||||
name = "RSS"
|
||||
icon = "rss"
|
||||
url = "/index.xml"
|
||||
[params.profile]
|
||||
enable = true
|
||||
avatar = "https://d33wubrfki0l68.cloudfront.net/ddf49425628d8aec7523db143916b34ae1641e11/b97e8/images/gopher-side_color.svg"
|
||||
name = "gohugo"
|
||||
bio = "Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites fun again." # support markdown syntax
|
||||
twitter = "GoHugoIO" # https://twitter.com/XXX
|
||||
github = "gohugoio" # https://github.com/XXX
|
||||
|
||||
[taxonomies]
|
||||
tag = "tags"
|
||||
[params.nav]
|
||||
showCategories = true # /categories/
|
||||
showTags = true # /tags/
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "About"
|
||||
url = "/about/"
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Hugo"
|
||||
url = "https://gohugo.io/"
|
||||
3
content/_index.md
Normal file
3
content/_index.md
Normal file
@ -0,0 +1,3 @@
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
+++
|
||||
@ -1,8 +1,25 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2022-08-16T23:05:07-04:00
|
||||
tags: [personal,test]
|
||||
# draft: true
|
||||
---
|
||||
+++
|
||||
title = "About"
|
||||
description = "Hugo, the world's fastest framework for building websites"
|
||||
date = "2019-02-28"
|
||||
aliases = ["about-us", "about-hugo", "contact"]
|
||||
author = "Hugo Authors"
|
||||
+++
|
||||
|
||||
Hello 👋
|
||||
Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
|
||||
|
||||
Hugo makes use of a variety of open source projects including:
|
||||
|
||||
* https://github.com/yuin/goldmark
|
||||
* https://github.com/alecthomas/chroma
|
||||
* https://github.com/muesli/smartcrop
|
||||
* https://github.com/spf13/cobra
|
||||
* https://github.com/spf13/viper
|
||||
|
||||
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
|
||||
|
||||
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
|
||||
|
||||
Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
|
||||
|
||||
Learn more and contribute on [GitHub](https://github.com/gohugoio).
|
||||
|
||||
5
content/archives.md
Normal file
5
content/archives.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
date: 2019-05-28
|
||||
type: section
|
||||
layout: "archives"
|
||||
---
|
||||
7
content/homepage/about.md
Normal file
7
content/homepage/about.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 'Our Difference'
|
||||
button: 'About us'
|
||||
weight: 2
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo.
|
||||
3
content/homepage/index.md
Normal file
3
content/homepage/index.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
headless: true
|
||||
---
|
||||
7
content/homepage/work.md
Normal file
7
content/homepage/work.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 'We Help Business Grow'
|
||||
button: 'Our Work'
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit.
|
||||
6
content/post/_index.md
Normal file
6
content/post/_index.md
Normal file
@ -0,0 +1,6 @@
|
||||
+++
|
||||
aliases = ["posts", "articles", "blog", "showcase", "docs"]
|
||||
title = "Posts"
|
||||
author = "Hugo Authors"
|
||||
tags = ["index"]
|
||||
+++
|
||||
46
content/post/emoji-support.md
Normal file
46
content/post/emoji-support.md
Normal file
@ -0,0 +1,46 @@
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Emoji Support"
|
||||
date = "2019-03-05"
|
||||
description = "Guide to emoji usage in Hugo"
|
||||
tags = [
|
||||
"emoji",
|
||||
]
|
||||
+++
|
||||
|
||||
Emoji can be enabled in a Hugo project in a number of ways.
|
||||
<!--more-->
|
||||
The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
|
||||
|
||||
To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
|
||||
|
||||
<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
|
||||
<br>
|
||||
|
||||
The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
|
||||
|
||||
***
|
||||
|
||||
**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
|
||||
|
||||
{{< highlight html >}}
|
||||
.emoji {
|
||||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
||||
}
|
||||
{{< /highlight >}}
|
||||
|
||||
{{< css.inline >}}
|
||||
<style>
|
||||
.emojify {
|
||||
font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
|
||||
font-size: 2rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
@media screen and (max-width:650px) {
|
||||
.nowrap {
|
||||
display: block;
|
||||
margin: 25px 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
{{< /css.inline >}}
|
||||
149
content/post/markdown-syntax.md
Normal file
149
content/post/markdown-syntax.md
Normal file
@ -0,0 +1,149 @@
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Markdown Syntax Guide"
|
||||
date = "2019-03-11"
|
||||
description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
|
||||
tags = [
|
||||
"markdown",
|
||||
"css",
|
||||
"html",
|
||||
"themes",
|
||||
]
|
||||
categories = [
|
||||
"themes",
|
||||
"syntax",
|
||||
]
|
||||
series = ["Themes Guide"]
|
||||
aliases = ["migrate-from-jekyl"]
|
||||
+++
|
||||
|
||||
This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
|
||||
<!--more-->
|
||||
|
||||
## Headings
|
||||
|
||||
The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
|
||||
|
||||
# H1
|
||||
## H2
|
||||
### H3
|
||||
#### H4
|
||||
##### H5
|
||||
###### H6
|
||||
|
||||
## Paragraph
|
||||
|
||||
Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
|
||||
|
||||
Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
|
||||
|
||||
## Blockquotes
|
||||
|
||||
The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
|
||||
|
||||
#### Blockquote without attribution
|
||||
|
||||
> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
|
||||
> **Note** that you can use *Markdown syntax* within a blockquote.
|
||||
|
||||
#### Blockquote with attribution
|
||||
|
||||
> Don't communicate by sharing memory, share memory by communicating.<br>
|
||||
> — <cite>Rob Pike[^1]</cite>
|
||||
|
||||
[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
|
||||
|
||||
## Tables
|
||||
|
||||
Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
|
||||
|
||||
Name | Age
|
||||
--------|------
|
||||
Bob | 27
|
||||
Alice | 23
|
||||
|
||||
#### Inline Markdown within tables
|
||||
|
||||
| Italics | Bold | Code |
|
||||
| -------- | -------- | ------ |
|
||||
| *italics* | **bold** | `code` |
|
||||
|
||||
## Code Blocks
|
||||
|
||||
#### Code block with backticks
|
||||
|
||||
```html
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
#### Code block indented with four spaces
|
||||
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
#### Code block with Hugo's internal highlight shortcode
|
||||
{{< highlight html >}}
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Example HTML5 Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Test</p>
|
||||
</body>
|
||||
</html>
|
||||
{{< /highlight >}}
|
||||
|
||||
## List Types
|
||||
|
||||
#### Ordered List
|
||||
|
||||
1. First item
|
||||
2. Second item
|
||||
3. Third item
|
||||
|
||||
#### Unordered List
|
||||
|
||||
* List item
|
||||
* Another item
|
||||
* And another item
|
||||
|
||||
#### Nested list
|
||||
|
||||
* Fruit
|
||||
* Apple
|
||||
* Orange
|
||||
* Banana
|
||||
* Dairy
|
||||
* Milk
|
||||
* Cheese
|
||||
|
||||
## Other Elements — abbr, sub, sup, kbd, mark
|
||||
|
||||
<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
|
||||
|
||||
H<sub>2</sub>O
|
||||
|
||||
X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
|
||||
|
||||
Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
|
||||
|
||||
Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
|
||||
49
content/post/math-typesetting.md
Normal file
49
content/post/math-typesetting.md
Normal file
@ -0,0 +1,49 @@
|
||||
---
|
||||
author: Hugo Authors
|
||||
title: Math Typesetting
|
||||
date: 2019-03-08
|
||||
description: A brief guide to setup KaTeX
|
||||
math: true
|
||||
---
|
||||
|
||||
Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
|
||||
<!--more-->
|
||||
|
||||
In this example we will be using [KaTeX](https://katex.org/)
|
||||
|
||||
- Create a partial under `/layouts/partials/math.html`
|
||||
- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
|
||||
- Include the partial in your templates like so:
|
||||
|
||||
```bash
|
||||
{{ if or .Params.math .Site.Params.math }}
|
||||
{{ partial "math.html" . }}
|
||||
{{ end }}
|
||||
```
|
||||
|
||||
- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
|
||||
- To enable KaTex on a per page basis include the parameter `math: true` in content files
|
||||
|
||||
**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
|
||||
|
||||
{{< math.inline >}}
|
||||
{{ if or .Page.Params.math .Site.Params.math }}
|
||||
<!-- KaTeX -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
|
||||
{{ end }}
|
||||
{{</ math.inline >}}
|
||||
|
||||
### Examples
|
||||
|
||||
{{< math.inline >}}
|
||||
<p>
|
||||
Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
|
||||
</p>
|
||||
{{</ math.inline >}}
|
||||
|
||||
Block math:
|
||||
$$
|
||||
\varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
|
||||
$$
|
||||
45
content/post/placeholder-text.md
Normal file
45
content/post/placeholder-text.md
Normal file
@ -0,0 +1,45 @@
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Placeholder Text"
|
||||
date = "2019-03-09"
|
||||
description = "Lorem Ipsum Dolor Si Amet"
|
||||
tags = [
|
||||
"markdown",
|
||||
"text",
|
||||
]
|
||||
+++
|
||||
|
||||
Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
|
||||
|
||||
1. Exierant elisi ambit vivere dedere
|
||||
2. Duce pollice
|
||||
3. Eris modo
|
||||
4. Spargitque ferrea quos palude
|
||||
|
||||
Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
|
||||
|
||||
1. Comas hunc haec pietate fetum procerum dixit
|
||||
2. Post torum vates letum Tiresia
|
||||
3. Flumen querellas
|
||||
4. Arcanaque montibus omnes
|
||||
5. Quidem et
|
||||
|
||||
# Vagus elidunt
|
||||
|
||||
<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg>
|
||||
|
||||
[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
|
||||
|
||||
## Mane refeci capiebant unda mulcebat
|
||||
|
||||
Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
|
||||
|
||||
Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
|
||||
|
||||
Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**.
|
||||
|
||||
{{< css.inline >}}
|
||||
<style>
|
||||
.canon { background: white; width: 100%; height: auto; }
|
||||
</style>
|
||||
{{< /css.inline >}}
|
||||
42
content/post/rich-content.md
Normal file
42
content/post/rich-content.md
Normal file
@ -0,0 +1,42 @@
|
||||
+++
|
||||
author = "Hugo Authors"
|
||||
title = "Rich Content"
|
||||
date = "2019-03-10"
|
||||
description = "A brief description of Hugo Shortcodes"
|
||||
tags = [
|
||||
"shortcodes",
|
||||
"privacy",
|
||||
]
|
||||
+++
|
||||
|
||||
Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
|
||||
<!--more-->
|
||||
---
|
||||
|
||||
## Instagram Simple Shortcode
|
||||
|
||||
{{/* < instagram_simple BGvuInzyFAe hidecaption > */}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## YouTube Privacy Enhanced Shortcode
|
||||
|
||||
{{< youtube ZJthWmvUzzc >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Twitter Simple Shortcode
|
||||
|
||||
{{< twitter_simple 1085870671291310081 >}}
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
## Vimeo Simple Shortcode
|
||||
|
||||
{{< vimeo_simple 48912912 >}}
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "Hello World"
|
||||
date: 2022-08-16T23:13:10-04:00
|
||||
# draft: true
|
||||
---
|
||||
hello world 😄
|
||||
@ -1,111 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>About - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta property="og:title" content="About" />
|
||||
<meta property="og:description" content="Hello 👋" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://zerai.xyz/about/" /><meta property="article:section" content="" />
|
||||
<meta property="article:published_time" content="2022-08-16T23:05:07-04:00" />
|
||||
<meta property="article:modified_time" content="2022-08-16T23:05:07-04:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="About"/>
|
||||
<meta name="twitter:description" content="Hello 👋"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container wrapper post">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="post-header">
|
||||
<h1 class="title">About</h1>
|
||||
<div class="meta">Posted at — Aug 16, 2022</div>
|
||||
</div>
|
||||
|
||||
<div class="markdown">
|
||||
<p>Hello 👋</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post-tags">
|
||||
|
||||
</div>
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
|
||||
|
||||
if (window.location.hostname == "localhost")
|
||||
return;
|
||||
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
var disqus_shortname = 'zerai-xyz';
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
|
||||
Disqus.</a></noscript>
|
||||
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
</div>
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,73 +0,0 @@
|
||||
body {
|
||||
color: #ddd;
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #666;
|
||||
text-shadow: none
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #666;
|
||||
text-shadow: none
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-color: #ddd;
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
a,a:hover {
|
||||
color: #ff7979;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.site-description a,
|
||||
.site-description a:hover {
|
||||
color: #ddd;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.post-tags .tags a {
|
||||
border: 1px solid #ddd;
|
||||
color: #ddd;
|
||||
}
|
||||
|
||||
.site-title a {
|
||||
color: #ddd;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.header nav,
|
||||
.footer {
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
table th {
|
||||
background-color: #333;
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
padding: 10px 20px;
|
||||
border: 1px solid #666;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: inline-block
|
||||
}
|
||||
@ -1,416 +0,0 @@
|
||||
body {
|
||||
font-family: "ubuntu", sans-serif;
|
||||
font-weight: 400;
|
||||
color: #333;
|
||||
line-height: 1.6;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a, a:hover {
|
||||
color: #a00;
|
||||
text-decoration: none;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
html,button,input,select,textarea {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
background: #b3d4fc;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background: #b3d4fc;
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
height: 1px;
|
||||
border: 0;
|
||||
border-top: 1px solid #ccc;
|
||||
margin: 1rem 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 10px auto 10px auto;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
a img {
|
||||
border:none;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
fieldset {
|
||||
border: 0;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
textarea {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
margin-left: 1rem;
|
||||
font-style: italic;
|
||||
font-size: 1.4rem;
|
||||
font-family: Georgia,bitstream charter,serif;
|
||||
border-left: 3px solid;
|
||||
border-color: #a00;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
blockquote cite {
|
||||
font-size: 70%;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
blockquote em {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
a,a:hover {
|
||||
color: #a00;
|
||||
text-decoration: none
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-family: raleway,sans-serif;
|
||||
line-height: 1.2;
|
||||
color: #333;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.75rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
h5 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: .9rem;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
ul.flat {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
ul.flat li {
|
||||
display: inline-block;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.prevent-collapse {
|
||||
min-height: .1rem
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.smaller {
|
||||
font-size: 70%;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
|
||||
.site-title a {
|
||||
color: #333;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
.post ul li {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.post ul li p {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.highlight pre {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
padding: 20px;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
background: 0 0;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
pre code {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
||||
.wrapper {
|
||||
max-width: 760px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.header {
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.header h1,
|
||||
.header h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 2rem;
|
||||
line-height: 1.3em;
|
||||
}
|
||||
|
||||
.header h2 {
|
||||
font-size: 1.125rem;
|
||||
}
|
||||
|
||||
.header nav {
|
||||
margin-top: 20px;
|
||||
border-top: 1px solid #f4f4f4;
|
||||
}
|
||||
|
||||
.header nav ul,
|
||||
.header nav li {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.header nav ul.flat {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.header nav ul.flat li {
|
||||
display: inline-block;
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
margin-right: 10px;
|
||||
margin-top: 10px;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.header .site-description {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.header .site-description nav {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
min-width: 50px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.header .site-description nav ul svg {
|
||||
max-height: 15px;
|
||||
}
|
||||
|
||||
.section .section-header {
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
color: #999;
|
||||
margin-bottom: 20px;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
.recent-posts .posts .post {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.recent-posts .posts .post .meta,
|
||||
.post .post-header .meta,
|
||||
.list .posts .post .meta {
|
||||
font-size: 0.725rem;
|
||||
color: #999;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.post .post-header {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.post .post-header .title {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.post-tags a {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.post .post-header .meta {
|
||||
padding-left: 5px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.post .draft-label {
|
||||
color: #a00;
|
||||
text-decoration: none;
|
||||
padding: 2px 4px;
|
||||
border-radius: 4px;
|
||||
margin-left: 6px;
|
||||
background-color: #f9f2f4;
|
||||
}
|
||||
|
||||
.post-tags .tags li {
|
||||
margin-bottom: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.post-tags .tags a {
|
||||
display: inline-block;
|
||||
border: 1px solid #a00;
|
||||
border-radius: 4px;
|
||||
padding: 0px 6px;
|
||||
color: #a00;
|
||||
line-height: 20px;
|
||||
font-size: 12px;
|
||||
text-decoration: none;
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.list .posts .post .meta {
|
||||
margin-bottom: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: right;
|
||||
font-size: 0.75em;
|
||||
color: #999;
|
||||
border-top: 1px solid #f4f4f4;
|
||||
padding: 20px 0;
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.tag-cloud {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.tag-cloud a {
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align: left;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.pagination li {
|
||||
list-style: none;
|
||||
display: inline-block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.pagination .page-prev {
|
||||
margin-right: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.pagination .page-item.page-prev {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.pagination .page-item.page-next {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
table th {
|
||||
background-color: #f4f4f4;
|
||||
}
|
||||
|
||||
table th, table td {
|
||||
padding: 10px 20px;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
1
public/css/normalize.css
vendored
1
public/css/normalize.css
vendored
@ -1 +0,0 @@
|
||||
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img,legend{border:0}legend,td,th{padding:0}html{font-family:serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}
|
||||
@ -1,106 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.92.2" />
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Zerai.xyz - Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil) </title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/index.xml" title="Zerai.xyz" />
|
||||
<meta property="og:title" content="Zerai.xyz" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://zerai.xyz/" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Zerai.xyz"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container wrapper">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="recent-posts section">
|
||||
<h2 class="section-header">
|
||||
Recent posts
|
||||
</h2>
|
||||
<div class="posts">
|
||||
|
||||
|
||||
|
||||
<div class="post">
|
||||
<div class="meta">Aug 16, 2022</div>
|
||||
<a class="title" href="/posts/hello-world/">Hello World</a> —
|
||||
<span class="description">
|
||||
|
||||
hello world 😄…
|
||||
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Zerai.xyz</title>
|
||||
<link>https://zerai.xyz/</link>
|
||||
<description>Recent content on Zerai.xyz</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© Copyright notice</copyright>
|
||||
<lastBuildDate>Tue, 16 Aug 2022 23:13:10 -0400</lastBuildDate><atom:link href="https://zerai.xyz/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Hello World</title>
|
||||
<link>https://zerai.xyz/posts/hello-world/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:13:10 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/posts/hello-world/</guid>
|
||||
<description>hello world 😄</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>https://zerai.xyz/about/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/about/</guid>
|
||||
<description>Hello 👋</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
13
public/js/feather.min.js
vendored
13
public/js/feather.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
||||
<!DOCTYPE html><html><head><title>https://zerai.xyz/</title><link rel="canonical" href="https://zerai.xyz/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://zerai.xyz/" /></head></html>
|
||||
@ -1,113 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Hello World - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta property="og:title" content="Hello World" />
|
||||
<meta property="og:description" content="hello world 😄" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="https://zerai.xyz/posts/hello-world/" /><meta property="article:section" content="posts" />
|
||||
<meta property="article:published_time" content="2022-08-16T23:13:10-04:00" />
|
||||
<meta property="article:modified_time" content="2022-08-16T23:13:10-04:00" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Hello World"/>
|
||||
<meta name="twitter:description" content="hello world 😄"/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container wrapper post">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="post-header">
|
||||
<h1 class="title">Hello World</h1>
|
||||
<div class="meta">Posted at — Aug 16, 2022</div>
|
||||
</div>
|
||||
|
||||
<div class="markdown">
|
||||
<p>hello world 😄</p>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="post-tags">
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<div id="disqus_thread"></div>
|
||||
<script type="text/javascript">
|
||||
(function () {
|
||||
|
||||
|
||||
if (window.location.hostname == "localhost")
|
||||
return;
|
||||
|
||||
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
||||
var disqus_shortname = 'zerai-xyz';
|
||||
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
|
||||
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
|
||||
})();
|
||||
</script>
|
||||
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
|
||||
Disqus.</a></noscript>
|
||||
<a href="http://disqus.com/" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
||||
</div>
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,92 +1 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Posts - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/posts/index.xml" title="Zerai.xyz" />
|
||||
<meta property="og:title" content="Posts" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://zerai.xyz/posts/" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Posts"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="container wrapper list">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1 class="page-title">All articles</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="posts"><li class="post">
|
||||
<a href="/posts/hello-world/">Hello World</a> <span class="meta">Aug 16, 2022</span>
|
||||
</li></ul>
|
||||
</div>
|
||||
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
<!DOCTYPE html><html><head><title>https://zerai.xyz/post/</title><link rel="canonical" href="https://zerai.xyz/post/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://zerai.xyz/post/" /></head></html>
|
||||
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Posts on Zerai.xyz</title>
|
||||
<link>https://zerai.xyz/posts/</link>
|
||||
<description>Recent content in Posts on Zerai.xyz</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© Copyright notice</copyright>
|
||||
<lastBuildDate>Tue, 16 Aug 2022 23:13:10 -0400</lastBuildDate><atom:link href="https://zerai.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Hello World</title>
|
||||
<link>https://zerai.xyz/posts/hello-world/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:13:10 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/posts/hello-world/</guid>
|
||||
<description>hello world 😄</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://zerai.xyz/posts/hello-world/</loc>
|
||||
<lastmod>2022-08-16T23:13:10-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zerai.xyz/posts/</loc>
|
||||
<lastmod>2022-08-16T23:13:10-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zerai.xyz/</loc>
|
||||
<lastmod>2022-08-16T23:13:10-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zerai.xyz/about/</loc>
|
||||
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zerai.xyz/tags/personal/</loc>
|
||||
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zerai.xyz/tags/</loc>
|
||||
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://zerai.xyz/tags/test/</loc>
|
||||
<lastmod>2022-08-16T23:05:07-04:00</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
@ -1,45 +0,0 @@
|
||||
body {
|
||||
font-family: sans-serif ;
|
||||
background: #110000 ;
|
||||
color: #ccc ;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 800px ;
|
||||
margin: auto ;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100% ;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center ;
|
||||
clear: both ;
|
||||
}
|
||||
|
||||
/* For TAGLIST.HTML */
|
||||
.taglist {
|
||||
text-align: center ;
|
||||
clear: both ;
|
||||
}
|
||||
|
||||
/* For NEXTPREV.HTML */
|
||||
#nextprev {
|
||||
/* The container for both the previous and next articles. */
|
||||
}
|
||||
#prevart {
|
||||
float: left ;
|
||||
text-align: left ;
|
||||
}
|
||||
#nextart {
|
||||
float: right ;
|
||||
text-align: right ;
|
||||
}
|
||||
#nextart,#prevart {
|
||||
max-width: 33% ;
|
||||
}
|
||||
@ -1,105 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>Tags - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/tags/index.xml" title="Zerai.xyz" />
|
||||
<meta property="og:title" content="Tags" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://zerai.xyz/tags/" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="Tags"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="container wrapper tags">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
<h1 class="page-title">Tags</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="tag-cloud">
|
||||
|
||||
|
||||
|
||||
<a style="font-size: 1rem;" href="https://zerai.xyztags/personal/">personal</a>
|
||||
|
||||
|
||||
|
||||
<a style="font-size: 1rem;" href="https://zerai.xyztags/test/">test</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on Zerai.xyz</title>
|
||||
<link>https://zerai.xyz/tags/</link>
|
||||
<description>Recent content in Tags on Zerai.xyz</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© Copyright notice</copyright>
|
||||
<lastBuildDate>Tue, 16 Aug 2022 23:05:07 -0400</lastBuildDate><atom:link href="https://zerai.xyz/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>personal</title>
|
||||
<link>https://zerai.xyz/tags/personal/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/tags/personal/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>test</title>
|
||||
<link>https://zerai.xyz/tags/test/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/tags/test/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@ -1,90 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>personal - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/tags/personal/index.xml" title="Zerai.xyz" />
|
||||
<meta property="og:title" content="personal" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://zerai.xyz/tags/personal/" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="personal"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="container wrapper list">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1>Entries tagged - "personal"</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="posts"></ul>
|
||||
</div>
|
||||
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>personal on Zerai.xyz</title>
|
||||
<link>https://zerai.xyz/tags/personal/</link>
|
||||
<description>Recent content in personal on Zerai.xyz</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© Copyright notice</copyright>
|
||||
<lastBuildDate>Tue, 16 Aug 2022 23:05:07 -0400</lastBuildDate><atom:link href="https://zerai.xyz/tags/personal/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>https://zerai.xyz/about/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/about/</guid>
|
||||
<description>Hello 👋</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@ -1,90 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge"><title>test - Zerai.xyz</title><meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="alternate" type="application/rss+xml" href="https://zerai.xyz/tags/test/index.xml" title="Zerai.xyz" />
|
||||
<meta property="og:title" content="test" />
|
||||
<meta property="og:description" content="" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://zerai.xyz/tags/test/" />
|
||||
|
||||
<meta name="twitter:card" content="summary"/>
|
||||
<meta name="twitter:title" content="test"/>
|
||||
<meta name="twitter:description" content=""/>
|
||||
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,400,300italic,400italic|Raleway:200,300" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/normalize.css" />
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="https://zerai.xyzcss/main.css" /><link rel="stylesheet" type="text/css" href="https://zerai.xyzcss/dark.css" media="(prefers-color-scheme: dark)" />
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
|
||||
<script src="https://zerai.xyzjs/main.js"></script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="container wrapper list">
|
||||
<div class="header">
|
||||
<base href="https://zerai.xyz">
|
||||
<h1 class="site-title"><a href="https://zerai.xyz">Zerai.xyz</a></h1>
|
||||
<div class="site-description"><h2>Clean and minimal personal <a href="https://github.com/vividvilla/ezhil">blog theme for Hugo</a></h2><nav class="nav social">
|
||||
<ul class="flat"><a href="https://github.com/vividvilla/ezhil" title="Github"><i data-feather="github"></i></a><a href="/index.xml" title="RSS"><i data-feather="rss"></i></a></ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<nav class="nav">
|
||||
<ul class="flat">
|
||||
|
||||
<li>
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/posts">All posts</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/about">About</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="/tags">Tags</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<h1>Entries tagged - "test"</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<ul class="posts"></ul>
|
||||
</div>
|
||||
|
||||
<div class="footer wrapper">
|
||||
<nav class="nav">
|
||||
<div> © Copyright notice | <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="application/javascript">
|
||||
var doNotTrack = false;
|
||||
if (!doNotTrack) {
|
||||
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
||||
ga('create', 'UA-123-45', 'auto');
|
||||
|
||||
ga('send', 'pageview');
|
||||
}
|
||||
</script>
|
||||
<script async src='https://www.google-analytics.com/analytics.js'></script>
|
||||
|
||||
<script>feather.replace()</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>test on Zerai.xyz</title>
|
||||
<link>https://zerai.xyz/tags/test/</link>
|
||||
<description>Recent content in test on Zerai.xyz</description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<copyright>© Copyright notice</copyright>
|
||||
<lastBuildDate>Tue, 16 Aug 2022 23:05:07 -0400</lastBuildDate><atom:link href="https://zerai.xyz/tags/test/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>https://zerai.xyz/about/</link>
|
||||
<pubDate>Tue, 16 Aug 2022 23:05:07 -0400</pubDate>
|
||||
|
||||
<guid>https://zerai.xyz/about/</guid>
|
||||
<description>Hello 👋</description>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
||||
@ -1,45 +0,0 @@
|
||||
body {
|
||||
font-family: sans-serif ;
|
||||
background: #110000 ;
|
||||
color: #ccc ;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 800px ;
|
||||
margin: auto ;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100% ;
|
||||
}
|
||||
|
||||
header h1 {
|
||||
text-align: center ;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center ;
|
||||
clear: both ;
|
||||
}
|
||||
|
||||
/* For TAGLIST.HTML */
|
||||
.taglist {
|
||||
text-align: center ;
|
||||
clear: both ;
|
||||
}
|
||||
|
||||
/* For NEXTPREV.HTML */
|
||||
#nextprev {
|
||||
/* The container for both the previous and next articles. */
|
||||
}
|
||||
#prevart {
|
||||
float: left ;
|
||||
text-align: left ;
|
||||
}
|
||||
#nextart {
|
||||
float: right ;
|
||||
text-align: right ;
|
||||
}
|
||||
#nextart,#prevart {
|
||||
max-width: 33% ;
|
||||
}
|
||||
20
themes/notepadium/LICENSE
Normal file
20
themes/notepadium/LICENSE
Normal file
@ -0,0 +1,20 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2019 YOUR_NAME_HERE
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
456
themes/notepadium/README.md
Normal file
456
themes/notepadium/README.md
Normal file
@ -0,0 +1,456 @@
|
||||

|
||||
|
||||
# Notepadium [](https://travis-ci.org/cntrump/hugo-notepadium)
|
||||
|
||||
Request Hugo Version: [0.60.0+](https://github.com/gohugoio/hugo/releases/)
|
||||
|
||||
a fast and focus on reading [Hugo](https://gohugo.io) theme, **100% JavaScript-free**.
|
||||
|
||||
Features
|
||||
|
||||
- Logo and slogan
|
||||
- Navigation items
|
||||
- Syntax highlighting
|
||||
- Math supporting
|
||||
- Comments powered by Disqus
|
||||
- CC License
|
||||
- Pagination with a large number of pages supporting
|
||||
- Light & Dark Mode
|
||||
- Google analytics supporting
|
||||
- Custom CSS/SASS/SCSS supporting
|
||||
- Custom JS supporting
|
||||
- Custom header right items supporting
|
||||
- Builtin `plist` shortcode for API document
|
||||
- Custom article cover supporting
|
||||
- Article share supporting (thanks [@jianyuanzh](https://github.com/jianyuanzh))
|
||||
- [Twitter Card](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/summary) supporting
|
||||
- Builtin iconfont (3KB)
|
||||
- Display author profile at article bottom
|
||||
- Support Bilibili shortcodes
|
||||
|
||||
Preview the exampleSite:
|
||||
|
||||
```shell
|
||||
git clone https://github.com/cntrump/hugo-notepadium.git hugo-notepadium
|
||||
cd hugo-notepadium/exampleSite
|
||||
hugo server --themesDir ../..
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
|
||||
```shell
|
||||
git submodule add https://github.com/cntrump/hugo-notepadium.git themes/hugo-notepadium
|
||||
```
|
||||
|
||||
Example `config.toml`:
|
||||
|
||||
```toml
|
||||
baseURL = "https://example.com"
|
||||
title = "Notepadium"
|
||||
theme = "hugo-notepadium"
|
||||
copyright = "©2019 Notepadium."
|
||||
|
||||
languageCode = "zh-cn"
|
||||
hasCJKLanguage = true
|
||||
|
||||
enableRobotsTXT = true
|
||||
|
||||
# Enable Disqus
|
||||
#disqusShortname = "XXX"
|
||||
|
||||
# Google Analytics
|
||||
#googleAnalytics = "UA-123-45"
|
||||
|
||||
[markup.highlight]
|
||||
codeFences = true
|
||||
noClasses = false
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true # enable raw HTML in Markdown
|
||||
|
||||
[params]
|
||||
style = "auto" # default: auto. light: light theme, dark: dark theme, auto: based on system.
|
||||
dateFormat = "Monday, January 2, 2006" # if unset, default is "2006-01-02"
|
||||
logo = "" # if you have a logo png
|
||||
slogan = "100% JavaScript-free"
|
||||
license = "" # CC License
|
||||
fullRss = false # Puts entire HTML post into rss 'description' tag. If unset, default is false.
|
||||
ipv6ready = true # Show IPV6Ready logo on footer.
|
||||
|
||||
[params.comments]
|
||||
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
|
||||
|
||||
[params.comments.utterances]
|
||||
repo = "MetalBlueberry/MetalBlueberry.github.io" # enable comments with [utteranc.es](https://utteranc.es/)
|
||||
|
||||
[params.math]
|
||||
enable = false # optional: true, false. Enable globally, default: false. You can always enable math on per page.
|
||||
use = "katex" # option: "katex", "mathjax". default: "katex"
|
||||
|
||||
[params.syntax]
|
||||
use = "none" # builtin: "prismjs", "hljs". "none" means Chroma
|
||||
theme = "xcode"
|
||||
darkTheme = "xcode-dark" # apply this theme in dark mode
|
||||
|
||||
[params.share]
|
||||
enable = false
|
||||
addThisId = ""
|
||||
inlineToolId = ""
|
||||
|
||||
[params.nav]
|
||||
showCategories = true # /categories/
|
||||
showTags = true # /tags/
|
||||
|
||||
# custom navigation items
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "About"
|
||||
url = "/about"
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Hugo"
|
||||
url = "https://gohugo.io/"
|
||||
|
||||
# for chinese
|
||||
[params.beian]
|
||||
icp = "" # example: 粤ICP备20056596号-1
|
||||
gongan = "" # example: 粤公网安备 44030502005645号
|
||||
code = "" # example: 44030502005645
|
||||
```
|
||||
|
||||
### Logo and Slogan
|
||||
|
||||
```toml
|
||||
[params]
|
||||
logo = "/img/logo.png"
|
||||
slogan = "code my life ~"
|
||||
```
|
||||
|
||||
### Light and Dark Mode
|
||||
|
||||
```toml
|
||||
[params]
|
||||
style = "auto" # default: "auto", based on system. "light": light theme, "dark": dark theme.
|
||||
logo = "/img/logo.png"
|
||||
slogan = "code my life ~"
|
||||
```
|
||||
|
||||
### Navigation items
|
||||
|
||||
```toml
|
||||
[params.nav]
|
||||
showCategories = true # /categories/
|
||||
showTags = true # /tags/
|
||||
|
||||
# custom items
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "iOS"
|
||||
url = "/tags/ios"
|
||||
|
||||
[[params.nav.custom]]
|
||||
title = "Hugo"
|
||||
url = "https://gohugo.io/"
|
||||
|
||||
```
|
||||
|
||||
### Syntax highlighting
|
||||
|
||||
```toml
|
||||
# enable JS highlight
|
||||
[params.syntax]
|
||||
use = "hljs" # 1. prismjs 2. hljs 3. none
|
||||
theme = "dracula"
|
||||
darkTheme = "xcode-dark" # apply this theme in dark mode
|
||||
```
|
||||
|
||||
### Article share
|
||||
```toml
|
||||
[params.share]
|
||||
enable = true
|
||||
addThisId = "ra-1234567890"
|
||||
inlineToolId = ""
|
||||
```
|
||||
|
||||
### Math
|
||||
|
||||
```toml
|
||||
[params.math]
|
||||
enable = true # true means globally, or on a per page set "math = true"
|
||||
use = "katex" # "mathjax" or "katex"
|
||||
```
|
||||
|
||||
Example
|
||||
|
||||
```
|
||||
When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
|
||||
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
|
||||
```
|
||||
|
||||
### Bilibili shortcodes
|
||||
|
||||
```html
|
||||
{{< bilibili BV1FV411d7u7>}}
|
||||
OR
|
||||
{{< bilibili id="BV1FV411d7u7">}}
|
||||
```
|
||||
|
||||
### Comments
|
||||
|
||||
Setup Disqus [shortname](https://help.disqus.com/en/articles/1717111-what-s-a-shortname) in config.toml:
|
||||
|
||||
```toml
|
||||
# disqus
|
||||
disqusShortname = "XXX" # your short name
|
||||
|
||||
[params.comments]
|
||||
enable = false # En/Disable comments globally, default: false. You can always enable comments on per page.
|
||||
```
|
||||
|
||||
You can enable comments on per page:
|
||||
|
||||
```md
|
||||
+++
|
||||
title = "..."
|
||||
date = 2019-12-08
|
||||
...
|
||||
comments = true
|
||||
+++
|
||||
|
||||
...
|
||||
```
|
||||
|
||||
### Pagination
|
||||
|
||||
Support large number of pages
|
||||
|
||||

|
||||
|
||||
### Custom footer copyright layout
|
||||
|
||||
Thanks [@Benjamin-Lee](https://github.com/Benjamin-Lee)'s good idea!
|
||||
|
||||
Create an user-side partial: `copyright.html`
|
||||
|
||||
```
|
||||
.
|
||||
└── layouts
|
||||
└── partials
|
||||
└── copyright.html
|
||||
```
|
||||
|
||||
You can relayout copyright like this:
|
||||
|
||||
```html
|
||||
{{- $copyright := . -}}
|
||||
<div style="display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between;">
|
||||
<p style="flex-shrink: 0;">{{- $copyright -}}</p>
|
||||
<p><span>Powered by </span><a
|
||||
href="https://gohugo.io" target="_blank">Hugo</a><span> and the </span><a
|
||||
href="https://themes.gohugo.io/hugo-notepadium/" target="_blank">Notepadium</a></p>
|
||||
</div>
|
||||
```
|
||||
|
||||
### Custom CSS
|
||||
|
||||
```toml
|
||||
[params.assets]
|
||||
css = ["css/font.css", "css/color.css", "css/layout.scss"] # *.css/scss/sass
|
||||
```
|
||||
|
||||
On user-side:
|
||||
|
||||
```
|
||||
.
|
||||
└── assets
|
||||
└── css
|
||||
├── color.css
|
||||
└── font.css
|
||||
```
|
||||
|
||||
`color.css` and `font.css` will be bundled into `core.css`.
|
||||
|
||||
_Note:_ You can use Hugo templating in these CSS assets.
|
||||
|
||||
### Custom JS
|
||||
|
||||
```toml
|
||||
[params.assets]
|
||||
js = ["js/font.js", "js/color.js"]
|
||||
```
|
||||
|
||||
On user-side:
|
||||
|
||||
```
|
||||
.
|
||||
└── assets
|
||||
└── js
|
||||
├── color.js
|
||||
└── font.js
|
||||
```
|
||||
|
||||
`color.js` and `font.js` will be bundled into `core.js`.
|
||||
|
||||
### Custom header right items
|
||||
|
||||
Create an user-side partial: `navigation-items.html`
|
||||
|
||||
```
|
||||
.
|
||||
└── layouts
|
||||
└── partials
|
||||
└── navigation-items.html
|
||||
```
|
||||
|
||||
An example navigation-items.html:
|
||||
|
||||
```html
|
||||
{{- $nav := . -}}
|
||||
{{- if or $nav.showCategories $nav.showTags $nav.custom -}}
|
||||
<div class="nav wrap"><nav class="nav">
|
||||
{{- if $nav.showCategories -}}
|
||||
<a class="nav item" href="{{- `/categories/` | relLangURL -}}">Categories</a>
|
||||
{{- end -}}
|
||||
{{- if $nav.showTags -}}
|
||||
<a class="nav item" href="{{- `/tags/` | relLangURL -}}">Tags</a>
|
||||
{{- end -}}
|
||||
{{- range $nav.custom -}}
|
||||
{{- $url := .url | safeURL -}}
|
||||
{{- if strings.HasPrefix $url "/" -}}{{- $url = $url | relLangURL -}}{{- end -}}
|
||||
<a class="nav item" href="{{- $url -}}"
|
||||
{{- if strings.HasPrefix $url "http" -}}target="_blank"
|
||||
{{- end -}}>{{- .title -}}</a>
|
||||
{{- end -}}
|
||||
</nav></div>
|
||||
{{- end -}}
|
||||
```
|
||||
|
||||
Or, you can rewrite it:
|
||||
|
||||
```html
|
||||
<a class="nav item" href="{{- `/pages/about/` | relURL -}}"><span class="iconfont icon-aboutus"></span> About</a>
|
||||
<a class="nav item" href="https://github.com/cntrump" target="_blank"><span class="iconfont icon-logo_github"></span> Github</a>
|
||||
```
|
||||
|
||||
`iconfont`, `icon-*` classes are my custom CSS.
|
||||
|
||||

|
||||
|
||||
### `plist` shortcode
|
||||
|
||||
Syntax:
|
||||
|
||||
```md
|
||||
{{< plist
|
||||
"key1: value1"
|
||||
"key2: value2"
|
||||
"key3: value3"
|
||||
...
|
||||
"keyN: valueN"
|
||||
>}}
|
||||
```
|
||||
|
||||
Example:
|
||||
|
||||
```md
|
||||
- `text-align`
|
||||
|
||||
```css
|
||||
.box {
|
||||
text-align: center;
|
||||
}
|
||||
```
|
||||
|
||||
Definition and Usage
|
||||
|
||||
The `text-align` property specifies the horizontal alignment of text in an element.
|
||||
|
||||
{{< plist
|
||||
"Default value: `left` if direction is ltr, and `right` if direction is rtl"
|
||||
"Inherited: yes"
|
||||
"Animatable: no. Read about animatable"
|
||||
"Version: CSS1"
|
||||
"JavaScript syntax: `object.style.textAlign=\"right\"`"
|
||||
>}}
|
||||
```
|
||||
|
||||

|
||||
|
||||
### Custom article cover
|
||||
|
||||
Set `01.png` as cover, example:
|
||||
|
||||
```toml
|
||||
+++
|
||||
title = "..."
|
||||
cover = "01.png"
|
||||
+++
|
||||
```
|
||||
|
||||
### Display author profile at article bottom
|
||||
|
||||
Global settings, Edit `config.toml`
|
||||
|
||||
```toml
|
||||
[params.profile]
|
||||
enable = true
|
||||
avatar = "/img/avatar.jpg"
|
||||
name = "XXX"
|
||||
bio = "XXX" # support markdown syntax
|
||||
twitter = "XXX" # https://twitter.com/XXX
|
||||
github = "XXX" # https://github.com/XXX
|
||||
docker = "XXX" # https://hub.docker.com/u/XXX
|
||||
email = "XXX@mail.com" # mailto:XXX@mail.com
|
||||
```
|
||||
|
||||
Or page-by-page, on front matter:
|
||||
|
||||
```toml
|
||||
+++
|
||||
title = "..."
|
||||
date = 2020-05-01T22:20:36+08:00
|
||||
|
||||
[profile]
|
||||
enable = true
|
||||
avatar = "/img/avatar.jpg"
|
||||
name = "XXX"
|
||||
bio = "XXX" # support markdown syntax
|
||||
twitter = "XXX" # https://twitter.com/XXX
|
||||
github = "XXX" # https://github.com/XXX
|
||||
docker = "XXX" # https://hub.docker.com/u/XXX
|
||||
email = "XXX@mail.com" # mailto:XXX@mail.com
|
||||
+++
|
||||
```
|
||||
|
||||
### Set robots meta tag
|
||||
|
||||
In the front matter of any page, you can selectively enable the `robots` meta tag
|
||||
and define its content:
|
||||
|
||||
```toml
|
||||
robots = "noindex,nofollow"
|
||||
```
|
||||
|
||||
If `noindex` is included, that page will also be hidden in `sitemap.xml`.
|
||||
|
||||
## Thanks
|
||||
|
||||
- [**Hugo**](https://gohugo.io/)
|
||||
- [**HighlightJS**](https://highlightjs.org/)
|
||||
- [**PrismJS**](https://prismjs.com/)
|
||||
- [**MathJax**](https://www.mathjax.org/)
|
||||
- [**Katex**](https://katex.org/)
|
||||
- [**Disqus**](https://disqus.com/)
|
||||
- Built-in Japanese language [@kofuk](https://github.com/kofuk)
|
||||
|
||||
## Note
|
||||
|
||||
For Hugo 0.62.0+ users
|
||||
|
||||
`` render as inline `<img>`, like as Github's style
|
||||
|
||||

|
||||
|
||||
`` render as block `<img>`, like as `<figure>` tag style.
|
||||
|
||||

|
||||
17
themes/notepadium/archetypes/default.md
Normal file
17
themes/notepadium/archetypes/default.md
Normal file
@ -0,0 +1,17 @@
|
||||
+++
|
||||
title = "{{ replace .Name `-` ` ` | title }}"
|
||||
date = {{ .Date }}
|
||||
lastmod = {{ .Date }}
|
||||
tags = []
|
||||
categories = []
|
||||
imgs = []
|
||||
cover = "" # image show on top
|
||||
readingTime = true # show reading time after article date
|
||||
toc = true
|
||||
comments = false
|
||||
justify = false # text-align: justify;
|
||||
single = false # display as a single page, hide navigation on bottom, like as about page.
|
||||
license = "" # CC License
|
||||
draft = true
|
||||
+++
|
||||
|
||||
64
themes/notepadium/assets/css/chroma/abap.css
Normal file
64
themes/notepadium/assets/css/chroma/abap.css
Normal file
@ -0,0 +1,64 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #ff0000 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #0000ff }
|
||||
/* KeywordConstant */ .chroma .kc { color: #0000ff }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #0000ff }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #0000ff }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #0000ff }
|
||||
/* KeywordReserved */ .chroma .kr { color: #0000ff }
|
||||
/* KeywordType */ .chroma .kt { color: #0000ff }
|
||||
/* Name */ .chroma .n { color: #000000 }
|
||||
/* NameAttribute */ .chroma .na { color: #000000 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #000000 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #000000 }
|
||||
/* NameClass */ .chroma .nc { color: #000000 }
|
||||
/* NameConstant */ .chroma .no { color: #000000 }
|
||||
/* NameDecorator */ .chroma .nd { color: #000000 }
|
||||
/* NameEntity */ .chroma .ni { color: #000000 }
|
||||
/* NameException */ .chroma .ne { color: #000000 }
|
||||
/* NameFunction */ .chroma .nf { color: #000000 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #000000 }
|
||||
/* NameLabel */ .chroma .nl { color: #000000 }
|
||||
/* NameNamespace */ .chroma .nn { color: #000000 }
|
||||
/* NameOther */ .chroma .nx { color: #000000 }
|
||||
/* NameProperty */ .chroma .py { color: #000000 }
|
||||
/* NameTag */ .chroma .nt { color: #000000 }
|
||||
/* NameVariable */ .chroma .nv { color: #000000 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #000000 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #000000 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #000000 }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #000000 }
|
||||
/* LiteralString */ .chroma .s { color: #55aa22 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #55aa22 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #55aa22 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #55aa22 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #55aa22 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #55aa22 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #55aa22 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #55aa22 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #55aa22 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #55aa22 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #55aa22 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #55aa22 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #55aa22 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #55aa22 }
|
||||
/* LiteralNumber */ .chroma .m { color: #33aaff }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #33aaff }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #33aaff }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #33aaff }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #33aaff }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #33aaff }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #33aaff }
|
||||
/* OperatorWord */ .chroma .ow { color: #0000ff }
|
||||
/* Comment */ .chroma .c { color: #888888; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #888888; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #888888; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #888888; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #888888; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #888888; font-style: italic }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #888888; font-style: italic }
|
||||
43
themes/notepadium/assets/css/chroma/algol.css
Normal file
43
themes/notepadium/assets/css/chroma/algol.css
Normal file
@ -0,0 +1,43 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { font-weight: bold; text-decoration: underline }
|
||||
/* KeywordConstant */ .chroma .kc { font-weight: bold; text-decoration: underline }
|
||||
/* KeywordDeclaration */ .chroma .kd { font-weight: bold; font-style: italic; text-decoration: underline }
|
||||
/* KeywordNamespace */ .chroma .kn { font-weight: bold; text-decoration: underline }
|
||||
/* KeywordPseudo */ .chroma .kp { font-weight: bold; text-decoration: underline }
|
||||
/* KeywordReserved */ .chroma .kr { font-weight: bold; text-decoration: underline }
|
||||
/* KeywordType */ .chroma .kt { font-weight: bold; text-decoration: underline }
|
||||
/* NameBuiltin */ .chroma .nb { font-weight: bold; font-style: italic }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { font-weight: bold; font-style: italic }
|
||||
/* NameClass */ .chroma .nc { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameConstant */ .chroma .no { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameFunction */ .chroma .nf { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameNamespace */ .chroma .nn { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameVariable */ .chroma .nv { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* LiteralString */ .chroma .s { color: #666666; font-style: italic }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #666666; font-style: italic }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #666666; font-style: italic }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #666666; font-style: italic }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #666666; font-style: italic }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #666666; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #666666; font-style: italic }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #666666; font-style: italic }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #666666; font-style: italic }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #666666; font-style: italic }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #666666; font-style: italic }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #666666; font-style: italic }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #666666; font-style: italic }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #666666; font-style: italic }
|
||||
/* OperatorWord */ .chroma .ow { font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #888888; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #888888; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #888888; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #888888; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #888888; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #888888; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #888888; font-weight: bold }
|
||||
43
themes/notepadium/assets/css/chroma/algol_nu.css
Normal file
43
themes/notepadium/assets/css/chroma/algol_nu.css
Normal file
@ -0,0 +1,43 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { font-weight: bold; font-style: italic }
|
||||
/* KeywordNamespace */ .chroma .kn { font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { font-weight: bold }
|
||||
/* NameBuiltin */ .chroma .nb { font-weight: bold; font-style: italic }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { font-weight: bold; font-style: italic }
|
||||
/* NameClass */ .chroma .nc { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameConstant */ .chroma .no { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameFunction */ .chroma .nf { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameNamespace */ .chroma .nn { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* NameVariable */ .chroma .nv { color: #666666; font-weight: bold; font-style: italic }
|
||||
/* LiteralString */ .chroma .s { color: #666666; font-style: italic }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #666666; font-style: italic }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #666666; font-style: italic }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #666666; font-style: italic }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #666666; font-style: italic }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #666666; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #666666; font-style: italic }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #666666; font-style: italic }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #666666; font-style: italic }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #666666; font-style: italic }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #666666; font-style: italic }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #666666; font-style: italic }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #666666; font-style: italic }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #666666; font-style: italic }
|
||||
/* OperatorWord */ .chroma .ow { font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #888888; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #888888; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #888888; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #888888; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #888888; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #888888; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #888888; font-weight: bold }
|
||||
50
themes/notepadium/assets/css/chroma/api.css
Normal file
50
themes/notepadium/assets/css/chroma/api.css
Normal file
@ -0,0 +1,50 @@
|
||||
/* Background */ pre, .chroma { color: #e5e5e5; background-color: #000000 }
|
||||
/* Error */ .chroma .err { color: #ff0000 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
|
||||
/* Keyword */ .chroma .k { color: #ffffff; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #ffffff; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #ffffff; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #ffffff; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #ffffff; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #ffffff; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #ffffff; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #007f7f }
|
||||
/* NameBuiltin */ .chroma .nb { color: #ffffff; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { font-weight: bold }
|
||||
/* LiteralDate */ .chroma .ld { color: #ffff00; font-weight: bold }
|
||||
/* LiteralString */ .chroma .s { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #00ffff; font-weight: bold }
|
||||
/* LiteralNumber */ .chroma .m { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ffff00; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #007f7f }
|
||||
/* CommentHashbang */ .chroma .ch { color: #007f7f }
|
||||
/* CommentMultiline */ .chroma .cm { color: #007f7f }
|
||||
/* CommentSingle */ .chroma .c1 { color: #007f7f }
|
||||
/* CommentSpecial */ .chroma .cs { color: #007f7f }
|
||||
/* CommentPreproc */ .chroma .cp { color: #00ff00; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #00ff00; font-weight: bold }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { font-weight: bold }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
65
themes/notepadium/assets/css/chroma/arduino.css
Normal file
65
themes/notepadium/assets/css/chroma/arduino.css
Normal file
@ -0,0 +1,65 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #a61717 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #728e00 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #00979d }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #728e00 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #728e00 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #00979d }
|
||||
/* KeywordReserved */ .chroma .kr { color: #00979d }
|
||||
/* KeywordType */ .chroma .kt { color: #00979d }
|
||||
/* Name */ .chroma .n { color: #434f54 }
|
||||
/* NameAttribute */ .chroma .na { color: #434f54 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #728e00 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #434f54 }
|
||||
/* NameClass */ .chroma .nc { color: #434f54 }
|
||||
/* NameConstant */ .chroma .no { color: #434f54 }
|
||||
/* NameDecorator */ .chroma .nd { color: #434f54 }
|
||||
/* NameEntity */ .chroma .ni { color: #434f54 }
|
||||
/* NameException */ .chroma .ne { color: #434f54 }
|
||||
/* NameFunction */ .chroma .nf { color: #d35400 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #434f54 }
|
||||
/* NameLabel */ .chroma .nl { color: #434f54 }
|
||||
/* NameNamespace */ .chroma .nn { color: #434f54 }
|
||||
/* NameOther */ .chroma .nx { color: #728e00 }
|
||||
/* NameProperty */ .chroma .py { color: #434f54 }
|
||||
/* NameTag */ .chroma .nt { color: #434f54 }
|
||||
/* NameVariable */ .chroma .nv { color: #434f54 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #434f54 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #434f54 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #434f54 }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #434f54 }
|
||||
/* LiteralString */ .chroma .s { color: #7f8c8d }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #7f8c8d }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #7f8c8d }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #7f8c8d }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #7f8c8d }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #7f8c8d }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #7f8c8d }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #7f8c8d }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #7f8c8d }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #7f8c8d }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #7f8c8d }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #7f8c8d }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #7f8c8d }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #7f8c8d }
|
||||
/* LiteralNumber */ .chroma .m { color: #8a7b52 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #8a7b52 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #8a7b52 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #8a7b52 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #8a7b52 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #8a7b52 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #8a7b52 }
|
||||
/* Operator */ .chroma .o { color: #728e00 }
|
||||
/* OperatorWord */ .chroma .ow { color: #728e00 }
|
||||
/* Comment */ .chroma .c { color: #95a5a6 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #95a5a6 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #95a5a6 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #95a5a6 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #95a5a6 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #728e00 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #728e00 }
|
||||
65
themes/notepadium/assets/css/chroma/autumn.css
Normal file
65
themes/notepadium/assets/css/chroma/autumn.css
Normal file
@ -0,0 +1,65 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #ff0000; background-color: #ffaaaa }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #0000aa }
|
||||
/* KeywordConstant */ .chroma .kc { color: #0000aa }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #0000aa }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #0000aa }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #0000aa }
|
||||
/* KeywordReserved */ .chroma .kr { color: #0000aa }
|
||||
/* KeywordType */ .chroma .kt { color: #00aaaa }
|
||||
/* NameAttribute */ .chroma .na { color: #1e90ff }
|
||||
/* NameBuiltin */ .chroma .nb { color: #00aaaa }
|
||||
/* NameClass */ .chroma .nc { color: #00aa00; text-decoration: underline }
|
||||
/* NameConstant */ .chroma .no { color: #aa0000 }
|
||||
/* NameDecorator */ .chroma .nd { color: #888888 }
|
||||
/* NameEntity */ .chroma .ni { color: #880000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #00aa00 }
|
||||
/* NameNamespace */ .chroma .nn { color: #00aaaa; text-decoration: underline }
|
||||
/* NameTag */ .chroma .nt { color: #1e90ff; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #aa0000 }
|
||||
/* LiteralString */ .chroma .s { color: #aa5500 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #aa5500 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #aa5500 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #aa5500 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #aa5500 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #aa5500 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #aa5500 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #aa5500 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #aa5500 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #aa5500 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #aa5500 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #009999 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #aa5500 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #0000aa }
|
||||
/* LiteralNumber */ .chroma .m { color: #009999 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #009999 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #009999 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #009999 }
|
||||
/* OperatorWord */ .chroma .ow { color: #0000aa }
|
||||
/* Comment */ .chroma .c { color: #aaaaaa; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #aaaaaa; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #aaaaaa; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #aaaaaa; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #0000aa; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #4c8317 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #4c8317 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #aa0000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00aa00 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
57
themes/notepadium/assets/css/chroma/borland.css
Normal file
57
themes/notepadium/assets/css/chroma/borland.css
Normal file
@ -0,0 +1,57 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #000080; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #000080; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #000080; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #000080; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #000080; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #000080; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #000080; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #ff0000 }
|
||||
/* NameTag */ .chroma .nt { color: #000080; font-weight: bold }
|
||||
/* LiteralString */ .chroma .s { color: #0000ff }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #0000ff }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #0000ff }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #800080 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #0000ff }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #0000ff }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #0000ff }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #0000ff }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #0000ff }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #0000ff }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #0000ff }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #0000ff }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #0000ff }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #0000ff }
|
||||
/* LiteralNumber */ .chroma .m { color: #0000ff }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #0000ff }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #0000ff }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #0000ff }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #0000ff }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #0000ff }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #0000ff }
|
||||
/* OperatorWord */ .chroma .ow { font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #008800; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #008800; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #008800; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #008800; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #008800; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #008080 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #008080 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #999999 }
|
||||
/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
46
themes/notepadium/assets/css/chroma/bw.css
Normal file
46
themes/notepadium/assets/css/chroma/bw.css
Normal file
@ -0,0 +1,46 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { }
|
||||
/* KeywordReserved */ .chroma .kr { font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { }
|
||||
/* NameClass */ .chroma .nc { font-weight: bold }
|
||||
/* NameEntity */ .chroma .ni { font-weight: bold }
|
||||
/* NameException */ .chroma .ne { font-weight: bold }
|
||||
/* NameNamespace */ .chroma .nn { font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { font-weight: bold }
|
||||
/* LiteralString */ .chroma .s { font-style: italic }
|
||||
/* LiteralStringAffix */ .chroma .sa { font-style: italic }
|
||||
/* LiteralStringBacktick */ .chroma .sb { font-style: italic }
|
||||
/* LiteralStringChar */ .chroma .sc { font-style: italic }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { font-style: italic }
|
||||
/* LiteralStringDoc */ .chroma .sd { font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { font-style: italic }
|
||||
/* LiteralStringEscape */ .chroma .se { font-weight: bold; font-style: italic }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { font-style: italic }
|
||||
/* LiteralStringInterpol */ .chroma .si { font-weight: bold; font-style: italic }
|
||||
/* LiteralStringOther */ .chroma .sx { font-style: italic }
|
||||
/* LiteralStringRegex */ .chroma .sr { font-style: italic }
|
||||
/* LiteralStringSingle */ .chroma .s1 { font-style: italic }
|
||||
/* LiteralStringSymbol */ .chroma .ss { font-style: italic }
|
||||
/* OperatorWord */ .chroma .ow { font-weight: bold }
|
||||
/* Comment */ .chroma .c { font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { }
|
||||
/* CommentPreprocFile */ .chroma .cpf { }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericPrompt */ .chroma .gp { font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { font-weight: bold }
|
||||
71
themes/notepadium/assets/css/chroma/colorful.css
Normal file
71
themes/notepadium/assets/css/chroma/colorful.css
Normal file
@ -0,0 +1,71 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #ff0000; background-color: #ffaaaa }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #008800; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #008800; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #008800; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #008800; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #003388; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #008800; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #333399; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #0000cc }
|
||||
/* NameBuiltin */ .chroma .nb { color: #007020 }
|
||||
/* NameClass */ .chroma .nc { color: #bb0066; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #003366; font-weight: bold }
|
||||
/* NameDecorator */ .chroma .nd { color: #555555; font-weight: bold }
|
||||
/* NameEntity */ .chroma .ni { color: #880000; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #ff0000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #0066bb; font-weight: bold }
|
||||
/* NameLabel */ .chroma .nl { color: #997700; font-weight: bold }
|
||||
/* NameNamespace */ .chroma .nn { color: #0e84b5; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #007700 }
|
||||
/* NameVariable */ .chroma .nv { color: #996633 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #336699 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #dd7700; font-weight: bold }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #3333bb }
|
||||
/* LiteralString */ .chroma .s { background-color: #fff0f0 }
|
||||
/* LiteralStringAffix */ .chroma .sa { background-color: #fff0f0 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { background-color: #fff0f0 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #0044dd; background-color: #fff0f0 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { background-color: #fff0f0 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #dd4422; background-color: #fff0f0 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { background-color: #fff0f0 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #666666; background-color: #fff0f0; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { background-color: #fff0f0 }
|
||||
/* LiteralStringInterpol */ .chroma .si { background-color: #eeeeee }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #000000; background-color: #fff0ff }
|
||||
/* LiteralStringSingle */ .chroma .s1 { background-color: #fff0f0 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #aa6600; background-color: #fff0f0 }
|
||||
/* LiteralNumber */ .chroma .m { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #005588; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #4400ee; font-weight: bold }
|
||||
/* Operator */ .chroma .o { color: #333333 }
|
||||
/* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #888888 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #888888 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #888888 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #888888 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #cc0000; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #557799 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #557799 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a00000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #c65d09; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
60
themes/notepadium/assets/css/chroma/dracula.css
Normal file
60
themes/notepadium/assets/css/chroma/dracula.css
Normal file
@ -0,0 +1,60 @@
|
||||
/* Background */ pre, .chroma { color: #f8f8f2; background-color: #282a36 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #ff79c6 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #ff79c6 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #8be9fd; font-style: italic }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #ff79c6 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #ff79c6 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #ff79c6 }
|
||||
/* KeywordType */ .chroma .kt { color: #8be9fd }
|
||||
/* NameAttribute */ .chroma .na { color: #50fa7b }
|
||||
/* NameBuiltin */ .chroma .nb { color: #8be9fd; font-style: italic }
|
||||
/* NameClass */ .chroma .nc { color: #50fa7b }
|
||||
/* NameFunction */ .chroma .nf { color: #50fa7b }
|
||||
/* NameLabel */ .chroma .nl { color: #8be9fd; font-style: italic }
|
||||
/* NameTag */ .chroma .nt { color: #ff79c6 }
|
||||
/* NameVariable */ .chroma .nv { color: #8be9fd; font-style: italic }
|
||||
/* NameVariableClass */ .chroma .vc { color: #8be9fd; font-style: italic }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #8be9fd; font-style: italic }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #8be9fd; font-style: italic }
|
||||
/* LiteralString */ .chroma .s { color: #f1fa8c }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #f1fa8c }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #f1fa8c }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #f1fa8c }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #f1fa8c }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #f1fa8c }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #f1fa8c }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #f1fa8c }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #f1fa8c }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #f1fa8c }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #f1fa8c }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #f1fa8c }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #f1fa8c }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #f1fa8c }
|
||||
/* LiteralNumber */ .chroma .m { color: #bd93f9 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #bd93f9 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #bd93f9 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #bd93f9 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #bd93f9 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #bd93f9 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #bd93f9 }
|
||||
/* Operator */ .chroma .o { color: #ff79c6 }
|
||||
/* OperatorWord */ .chroma .ow { color: #ff79c6 }
|
||||
/* Comment */ .chroma .c { color: #6272a4 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #6272a4 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #6272a4 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #6272a4 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #6272a4 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #ff79c6 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #ff79c6 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #8b080b }
|
||||
/* GenericEmph */ .chroma .ge { text-decoration: underline }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { font-weight: bold }
|
||||
/* GenericOutput */ .chroma .go { color: #44475a }
|
||||
/* GenericSubheading */ .chroma .gu { font-weight: bold }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
68
themes/notepadium/assets/css/chroma/emacs.css
Normal file
68
themes/notepadium/assets/css/chroma/emacs.css
Normal file
@ -0,0 +1,68 @@
|
||||
/* Background */ pre, .chroma { background-color: #f8f8f8 }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #aa22ff; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #aa22ff; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #aa22ff; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #aa22ff; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #aa22ff }
|
||||
/* KeywordReserved */ .chroma .kr { color: #aa22ff; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #00bb00; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #bb4444 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #aa22ff }
|
||||
/* NameClass */ .chroma .nc { color: #0000ff }
|
||||
/* NameConstant */ .chroma .no { color: #880000 }
|
||||
/* NameDecorator */ .chroma .nd { color: #aa22ff }
|
||||
/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #d2413a; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #00a000 }
|
||||
/* NameLabel */ .chroma .nl { color: #a0a000 }
|
||||
/* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #008000; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #b8860b }
|
||||
/* LiteralString */ .chroma .s { color: #bb4444 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #bb4444 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #bb4444 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #bb4444 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #bb4444 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #bb4444; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #bb4444 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #bb4444 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #008000 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #bb6688 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #bb4444 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #b8860b }
|
||||
/* LiteralNumber */ .chroma .m { color: #666666 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #666666 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #666666 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #666666 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #666666 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #666666 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #666666 }
|
||||
/* Operator */ .chroma .o { color: #666666 }
|
||||
/* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #008800; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #008800; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #008800; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #008800; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #008800; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #008800 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #008800 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a00000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
68
themes/notepadium/assets/css/chroma/friendly.css
Normal file
68
themes/notepadium/assets/css/chroma/friendly.css
Normal file
@ -0,0 +1,68 @@
|
||||
/* Background */ pre, .chroma { background-color: #f0f0f0 }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #007020; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #007020; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #007020; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #007020; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #007020 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #007020; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #902000 }
|
||||
/* NameAttribute */ .chroma .na { color: #4070a0 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #007020 }
|
||||
/* NameClass */ .chroma .nc { color: #0e84b5; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #60add5 }
|
||||
/* NameDecorator */ .chroma .nd { color: #555555; font-weight: bold }
|
||||
/* NameEntity */ .chroma .ni { color: #d55537; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #007020 }
|
||||
/* NameFunction */ .chroma .nf { color: #06287e }
|
||||
/* NameLabel */ .chroma .nl { color: #002070; font-weight: bold }
|
||||
/* NameNamespace */ .chroma .nn { color: #0e84b5; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #062873; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #bb60d5 }
|
||||
/* LiteralString */ .chroma .s { color: #4070a0 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #4070a0 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #4070a0 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #4070a0 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #4070a0 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #4070a0; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #4070a0 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #4070a0; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #4070a0 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #70a0d0; font-style: italic }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #c65d09 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #235388 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #4070a0 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #517918 }
|
||||
/* LiteralNumber */ .chroma .m { color: #40a070 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #40a070 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #40a070 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #40a070 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #40a070 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #40a070 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #40a070 }
|
||||
/* Operator */ .chroma .o { color: #666666 }
|
||||
/* OperatorWord */ .chroma .ow { color: #007020; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #60a0b0; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #60a0b0; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #60a0b0; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #60a0b0; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #60a0b0; background-color: #fff0f0 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #007020 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #007020 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a00000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #c65d09; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
50
themes/notepadium/assets/css/chroma/fruity.css
Normal file
50
themes/notepadium/assets/css/chroma/fruity.css
Normal file
@ -0,0 +1,50 @@
|
||||
/* Background */ pre, .chroma { color: #ffffff; background-color: #111111 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #fb660a; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #fb660a; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #fb660a; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #fb660a; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #fb660a }
|
||||
/* KeywordReserved */ .chroma .kr { color: #fb660a; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #cdcaa9; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #ff0086; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #0086d2 }
|
||||
/* NameFunction */ .chroma .nf { color: #ff0086; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #fb660a; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #fb660a }
|
||||
/* LiteralString */ .chroma .s { color: #0086d2 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #0086d2 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #0086d2 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #0086d2 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #0086d2 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #0086d2 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #0086d2 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #0086d2 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #0086d2 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #0086d2 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #0086d2 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #0086d2 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #0086d2 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #0086d2 }
|
||||
/* LiteralNumber */ .chroma .m { color: #0086f7; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #0086f7; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #0086f7; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #0086f7; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #0086f7; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #0086f7; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #0086f7; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #008800; background-color: #0f140f; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #008800; background-color: #0f140f; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #008800; background-color: #0f140f; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #008800; background-color: #0f140f; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #008800; background-color: #0f140f; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #ff0007; background-color: #0f140f; font-weight: bold; font-style: italic }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #ff0007; background-color: #0f140f; font-weight: bold; font-style: italic }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericOutput */ .chroma .go { color: #444444; background-color: #222222 }
|
||||
/* GenericSubheading */ .chroma .gu { font-weight: bold }
|
||||
/* TextWhitespace */ .chroma .w { color: #888888 }
|
||||
74
themes/notepadium/assets/css/chroma/github-dark.css
Normal file
74
themes/notepadium/assets/css/chroma/github-dark.css
Normal file
@ -0,0 +1,74 @@
|
||||
/* Background */ pre, .chroma { color: #c9d1d9; background-color: #161b22 }
|
||||
/* Error */ .chroma .err { color: #EA4A5A; }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #fffbdd }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #EA4A5A; }
|
||||
/* KeywordConstant */ .chroma .kc { color: #EA4A5A; }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #EA4A5A; }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #EA4A5A; }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #EA4A5A; }
|
||||
/* KeywordReserved */ .chroma .kr { color: #EA4A5A; }
|
||||
/* KeywordType */ .chroma .kt { color: #EA4A5A; }
|
||||
/* NameAttribute */ .chroma .na { color: #B392F0 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #B392F0 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #B392F0 }
|
||||
/* NameClass */ .chroma .nc { color: #B392F0; }
|
||||
/* NameConstant */ .chroma .no { color: #B392F0 }
|
||||
/* NameDecorator */ .chroma .nd { color: #B392F0; }
|
||||
/* NameEntity */ .chroma .ni { color: #B392F0 }
|
||||
/* NameException */ .chroma .ne { color: #B392F0; }
|
||||
/* NameFunction */ .chroma .nf { color: #B392F0; }
|
||||
/* NameLabel */ .chroma .nl { color: #B392F0; }
|
||||
/* NameNamespace */ .chroma .nn { color: #B392F0 }
|
||||
/* NameOther */ .chroma .nx { color: #85E89D }
|
||||
/* NameTag */ .chroma .nt { color: #85E89D }
|
||||
/* NameVariable */ .chroma .nv { color: #B392F0 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #B392F0 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #B392F0 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #B392F0 }
|
||||
/* LiteralString */ .chroma .s { color: #9ECBFF }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #9ECBFF }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #9ECBFF }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #9ECBFF }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #9ECBFF }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #9ECBFF }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #9ECBFF }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #9ECBFF }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #9ECBFF }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #9ECBFF }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #9ECBFF }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #9ECBFF }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #9ECBFF }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #9ECBFF }
|
||||
/* LiteralNumber */ .chroma .m { color: #2188FF }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #2188FF }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #2188FF }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #2188FF }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #2188FF }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #2188FF }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #2188FF }
|
||||
/* Operator */ .chroma .o { color: #EA4A5A; }
|
||||
/* OperatorWord */ .chroma .ow { color: #EA4A5A; }
|
||||
/* Punctuation */ .chroma .p { color: #EA4A5A }
|
||||
/* Comment */ .chroma .c { color: #6A737D; }
|
||||
/* CommentHashbang */ .chroma .ch { color: #6A737D; }
|
||||
/* CommentMultiline */ .chroma .cm { color: #6A737D; }
|
||||
/* CommentSingle */ .chroma .c1 { color: #6A737D; }
|
||||
/* CommentSpecial */ .chroma .cs { color: #6A737D; }
|
||||
/* CommentPreproc */ .chroma .cp { color: #6A737D; }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #6A737D; }
|
||||
/* GenericDeleted */ .chroma .gd { color: #B392F0; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { color: #B392F0; }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #6A737D }
|
||||
/* GenericInserted */ .chroma .gi { color: #B392F0; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { }
|
||||
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
74
themes/notepadium/assets/css/chroma/github-gist.css
Normal file
74
themes/notepadium/assets/css/chroma/github-gist.css
Normal file
@ -0,0 +1,74 @@
|
||||
/* Background */ pre, .chroma { color: #24292e; background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #d73a49; }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #fffbdd }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #d73a49; }
|
||||
/* KeywordConstant */ .chroma .kc { color: #d73a49; }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #d73a49; }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #d73a49; }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #d73a49; }
|
||||
/* KeywordReserved */ .chroma .kr { color: #d73a49; }
|
||||
/* KeywordType */ .chroma .kt { color: #d73a49; }
|
||||
/* NameAttribute */ .chroma .na { color: #6f42c1 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #6f42c1 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #6f42c1 }
|
||||
/* NameClass */ .chroma .nc { color: #6f42c1; }
|
||||
/* NameConstant */ .chroma .no { color: #6f42c1 }
|
||||
/* NameDecorator */ .chroma .nd { color: #6f42c1; }
|
||||
/* NameEntity */ .chroma .ni { color: #6f42c1 }
|
||||
/* NameException */ .chroma .ne { color: #6f42c1; }
|
||||
/* NameFunction */ .chroma .nf { color: #6f42c1; }
|
||||
/* NameLabel */ .chroma .nl { color: #6f42c1; }
|
||||
/* NameNamespace */ .chroma .nn { color: #6f42c1 }
|
||||
/* NameOther */ .chroma .nx { color: #22863a }
|
||||
/* NameTag */ .chroma .nt { color: #22863a }
|
||||
/* NameVariable */ .chroma .nv { color: #6f42c1 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #6f42c1 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #6f42c1 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #6f42c1 }
|
||||
/* LiteralString */ .chroma .s { color: #032f62 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #032f62 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #032f62 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #032f62 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #032f62 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #032f62 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #032f62 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #032f62 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #032f62 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #032f62 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #032f62 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #032f62 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #032f62 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #032f62 }
|
||||
/* LiteralNumber */ .chroma .m { color: #005cc5 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #005cc5 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #005cc5 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #005cc5 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #005cc5 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #005cc5 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #005cc5 }
|
||||
/* Operator */ .chroma .o { color: #d73a49; }
|
||||
/* OperatorWord */ .chroma .ow { color: #d73a49; }
|
||||
/* Punctuation */ .chroma .p { color: #d73a49 }
|
||||
/* Comment */ .chroma .c { color: #6a737d; }
|
||||
/* CommentHashbang */ .chroma .ch { color: #6a737d; }
|
||||
/* CommentMultiline */ .chroma .cm { color: #6a737d; }
|
||||
/* CommentSingle */ .chroma .c1 { color: #6a737d; }
|
||||
/* CommentSpecial */ .chroma .cs { color: #6a737d; }
|
||||
/* CommentPreproc */ .chroma .cp { color: #6a737d; }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #6a737d; }
|
||||
/* GenericDeleted */ .chroma .gd { color: #6f42c1; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { color: #6f42c1; }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #6a737d }
|
||||
/* GenericInserted */ .chroma .gi { color: #6f42c1; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { }
|
||||
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
74
themes/notepadium/assets/css/chroma/github.css
Normal file
74
themes/notepadium/assets/css/chroma/github.css
Normal file
@ -0,0 +1,74 @@
|
||||
/* Background */ pre, .chroma { color: #24292e; background-color: #f6f8fa }
|
||||
/* Error */ .chroma .err { color: #d73a49; }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #fffbdd }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #d73a49; }
|
||||
/* KeywordConstant */ .chroma .kc { color: #d73a49; }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #d73a49; }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #d73a49; }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #d73a49; }
|
||||
/* KeywordReserved */ .chroma .kr { color: #d73a49; }
|
||||
/* KeywordType */ .chroma .kt { color: #d73a49; }
|
||||
/* NameAttribute */ .chroma .na { color: #6f42c1 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #6f42c1 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #6f42c1 }
|
||||
/* NameClass */ .chroma .nc { color: #6f42c1; }
|
||||
/* NameConstant */ .chroma .no { color: #6f42c1 }
|
||||
/* NameDecorator */ .chroma .nd { color: #6f42c1; }
|
||||
/* NameEntity */ .chroma .ni { color: #6f42c1 }
|
||||
/* NameException */ .chroma .ne { color: #6f42c1; }
|
||||
/* NameFunction */ .chroma .nf { color: #6f42c1; }
|
||||
/* NameLabel */ .chroma .nl { color: #6f42c1; }
|
||||
/* NameNamespace */ .chroma .nn { color: #6f42c1 }
|
||||
/* NameOther */ .chroma .nx { color: #22863a }
|
||||
/* NameTag */ .chroma .nt { color: #22863a }
|
||||
/* NameVariable */ .chroma .nv { color: #6f42c1 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #6f42c1 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #6f42c1 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #6f42c1 }
|
||||
/* LiteralString */ .chroma .s { color: #032f62 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #032f62 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #032f62 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #032f62 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #032f62 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #032f62 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #032f62 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #032f62 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #032f62 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #032f62 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #032f62 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #032f62 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #032f62 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #032f62 }
|
||||
/* LiteralNumber */ .chroma .m { color: #005cc5 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #005cc5 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #005cc5 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #005cc5 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #005cc5 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #005cc5 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #005cc5 }
|
||||
/* Operator */ .chroma .o { color: #d73a49; }
|
||||
/* OperatorWord */ .chroma .ow { color: #d73a49; }
|
||||
/* Punctuation */ .chroma .p { color: #d73a49 }
|
||||
/* Comment */ .chroma .c { color: #6a737d; }
|
||||
/* CommentHashbang */ .chroma .ch { color: #6a737d; }
|
||||
/* CommentMultiline */ .chroma .cm { color: #6a737d; }
|
||||
/* CommentSingle */ .chroma .c1 { color: #6a737d; }
|
||||
/* CommentSpecial */ .chroma .cs { color: #6a737d; }
|
||||
/* CommentPreproc */ .chroma .cp { color: #6a737d; }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #6a737d; }
|
||||
/* GenericDeleted */ .chroma .gd { color: #6f42c1; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { color: #6f42c1; }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #6a737d }
|
||||
/* GenericInserted */ .chroma .gi { color: #6f42c1; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { }
|
||||
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
37
themes/notepadium/assets/css/chroma/igor.css
Normal file
37
themes/notepadium/assets/css/chroma/igor.css
Normal file
@ -0,0 +1,37 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #0000ff }
|
||||
/* KeywordConstant */ .chroma .kc { color: #0000ff }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #0000ff }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #0000ff }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #0000ff }
|
||||
/* KeywordReserved */ .chroma .kr { color: #0000ff }
|
||||
/* KeywordType */ .chroma .kt { color: #0000ff }
|
||||
/* NameClass */ .chroma .nc { color: #007575 }
|
||||
/* NameDecorator */ .chroma .nd { color: #cc00a3 }
|
||||
/* NameFunction */ .chroma .nf { color: #c34e00 }
|
||||
/* LiteralString */ .chroma .s { color: #009c00 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #009c00 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #009c00 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #009c00 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #009c00 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #009c00 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #009c00 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #009c00 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #009c00 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #009c00 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #009c00 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #009c00 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #009c00 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #009c00 }
|
||||
/* Comment */ .chroma .c { color: #ff0000; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #ff0000; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #ff0000; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #ff0000; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #ff0000; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #ff0000; font-style: italic }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #ff0000; font-style: italic }
|
||||
73
themes/notepadium/assets/css/chroma/lovelace.css
Normal file
73
themes/notepadium/assets/css/chroma/lovelace.css
Normal file
@ -0,0 +1,73 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { background-color: #a848a8 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #2838b0 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #444444; font-style: italic }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #2838b0; font-style: italic }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #2838b0 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #2838b0 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #2838b0 }
|
||||
/* KeywordType */ .chroma .kt { color: #2838b0; font-style: italic }
|
||||
/* NameAttribute */ .chroma .na { color: #388038 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #388038 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { font-style: italic }
|
||||
/* NameClass */ .chroma .nc { color: #287088 }
|
||||
/* NameConstant */ .chroma .no { color: #b85820 }
|
||||
/* NameDecorator */ .chroma .nd { color: #287088 }
|
||||
/* NameEntity */ .chroma .ni { color: #709030 }
|
||||
/* NameException */ .chroma .ne { color: #908828 }
|
||||
/* NameFunction */ .chroma .nf { color: #785840 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #b85820 }
|
||||
/* NameLabel */ .chroma .nl { color: #289870 }
|
||||
/* NameNamespace */ .chroma .nn { color: #289870 }
|
||||
/* NameTag */ .chroma .nt { color: #2838b0 }
|
||||
/* NameVariable */ .chroma .nv { color: #b04040 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #908828 }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #b85820 }
|
||||
/* LiteralString */ .chroma .s { color: #b83838 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #444444 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #b83838 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #a848a8 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #b85820 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #b85820; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #b83838 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #709030 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #b83838 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #b83838; text-decoration: underline }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #a848a8 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #a848a8 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #b83838 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #b83838 }
|
||||
/* LiteralNumber */ .chroma .m { color: #444444 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #444444 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #444444 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #444444 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #444444 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #444444 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #444444 }
|
||||
/* Operator */ .chroma .o { color: #666666 }
|
||||
/* OperatorWord */ .chroma .ow { color: #a848a8 }
|
||||
/* Punctuation */ .chroma .p { color: #888888 }
|
||||
/* Comment */ .chroma .c { color: #888888; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #287088; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #888888; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #888888; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #888888; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #289870 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #289870 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #c02828 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #c02828 }
|
||||
/* GenericHeading */ .chroma .gh { color: #666666 }
|
||||
/* GenericInserted */ .chroma .gi { color: #388038 }
|
||||
/* GenericOutput */ .chroma .go { color: #666666 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #444444 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #444444 }
|
||||
/* GenericTraceback */ .chroma .gt { color: #2838b0 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #a89028 }
|
||||
68
themes/notepadium/assets/css/chroma/manni.css
Normal file
68
themes/notepadium/assets/css/chroma/manni.css
Normal file
@ -0,0 +1,68 @@
|
||||
/* Background */ pre, .chroma { background-color: #f0f3f3 }
|
||||
/* Error */ .chroma .err { color: #aa0000; background-color: #ffaaaa }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #006699; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #006699; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #006699; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #006699; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #006699 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #006699; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #007788; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #330099 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #336666 }
|
||||
/* NameClass */ .chroma .nc { color: #00aa88; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #336600 }
|
||||
/* NameDecorator */ .chroma .nd { color: #9999ff }
|
||||
/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #cc0000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #cc00ff }
|
||||
/* NameLabel */ .chroma .nl { color: #9999ff }
|
||||
/* NameNamespace */ .chroma .nn { color: #00ccff; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #330099; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #003333 }
|
||||
/* LiteralString */ .chroma .s { color: #cc3300 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #cc3300 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #cc3300 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #cc3300 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #cc3300 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #cc3300; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #cc3300 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #cc3300; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #cc3300 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #aa0000 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #cc3300 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #33aaaa }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #cc3300 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #ffcc33 }
|
||||
/* LiteralNumber */ .chroma .m { color: #ff6600 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ff6600 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ff6600 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ff6600 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ff6600 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ff6600 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ff6600 }
|
||||
/* Operator */ .chroma .o { color: #555555 }
|
||||
/* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #0099ff; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #0099ff; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #0099ff; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #0099ff; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #0099ff; font-weight: bold; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #009999 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #009999 }
|
||||
/* GenericDeleted */ .chroma .gd { background-color: #ffcccc }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #003300; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { background-color: #ccffcc }
|
||||
/* GenericOutput */ .chroma .go { color: #aaaaaa }
|
||||
/* GenericPrompt */ .chroma .gp { color: #000099; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #003300; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #99cc66 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
59
themes/notepadium/assets/css/chroma/monokai.css
Normal file
59
themes/notepadium/assets/css/chroma/monokai.css
Normal file
@ -0,0 +1,59 @@
|
||||
/* Background */ pre, .chroma { color: #f8f8f2; background-color: #272822 }
|
||||
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #66d9ef }
|
||||
/* KeywordConstant */ .chroma .kc { color: #66d9ef }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #66d9ef }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #f92672 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #66d9ef }
|
||||
/* KeywordReserved */ .chroma .kr { color: #66d9ef }
|
||||
/* KeywordType */ .chroma .kt { color: #66d9ef }
|
||||
/* NameAttribute */ .chroma .na { color: #a6e22e }
|
||||
/* NameClass */ .chroma .nc { color: #a6e22e }
|
||||
/* NameConstant */ .chroma .no { color: #66d9ef }
|
||||
/* NameDecorator */ .chroma .nd { color: #a6e22e }
|
||||
/* NameException */ .chroma .ne { color: #a6e22e }
|
||||
/* NameFunction */ .chroma .nf { color: #a6e22e }
|
||||
/* NameOther */ .chroma .nx { color: #a6e22e }
|
||||
/* NameTag */ .chroma .nt { color: #f92672 }
|
||||
/* Literal */ .chroma .l { color: #ae81ff }
|
||||
/* LiteralDate */ .chroma .ld { color: #e6db74 }
|
||||
/* LiteralString */ .chroma .s { color: #e6db74 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #e6db74 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #e6db74 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #e6db74 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #e6db74 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #e6db74 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #e6db74 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #ae81ff }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #e6db74 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #e6db74 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #e6db74 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #e6db74 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #e6db74 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #e6db74 }
|
||||
/* LiteralNumber */ .chroma .m { color: #ae81ff }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
|
||||
/* Operator */ .chroma .o { color: #f92672 }
|
||||
/* OperatorWord */ .chroma .ow { color: #f92672 }
|
||||
/* Comment */ .chroma .c { color: #75715e }
|
||||
/* CommentHashbang */ .chroma .ch { color: #75715e }
|
||||
/* CommentMultiline */ .chroma .cm { color: #75715e }
|
||||
/* CommentSingle */ .chroma .c1 { color: #75715e }
|
||||
/* CommentSpecial */ .chroma .cs { color: #75715e }
|
||||
/* CommentPreproc */ .chroma .cp { color: #75715e }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #75715e }
|
||||
/* GenericDeleted */ .chroma .gd { color: #f92672 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericInserted */ .chroma .gi { color: #a6e22e }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #75715e }
|
||||
70
themes/notepadium/assets/css/chroma/monokailight.css
Normal file
70
themes/notepadium/assets/css/chroma/monokailight.css
Normal file
@ -0,0 +1,70 @@
|
||||
/* Background */ pre, .chroma { color: #272822; background-color: #fafafa }
|
||||
/* Error */ .chroma .err { color: #960050; background-color: #1e0010 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #00a8c8 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #00a8c8 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #00a8c8 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #f92672 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #00a8c8 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #00a8c8 }
|
||||
/* KeywordType */ .chroma .kt { color: #00a8c8 }
|
||||
/* Name */ .chroma .n { color: #111111 }
|
||||
/* NameAttribute */ .chroma .na { color: #75af00 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #111111 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #111111 }
|
||||
/* NameClass */ .chroma .nc { color: #75af00 }
|
||||
/* NameConstant */ .chroma .no { color: #00a8c8 }
|
||||
/* NameDecorator */ .chroma .nd { color: #75af00 }
|
||||
/* NameEntity */ .chroma .ni { color: #111111 }
|
||||
/* NameException */ .chroma .ne { color: #75af00 }
|
||||
/* NameFunction */ .chroma .nf { color: #75af00 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #111111 }
|
||||
/* NameLabel */ .chroma .nl { color: #111111 }
|
||||
/* NameNamespace */ .chroma .nn { color: #111111 }
|
||||
/* NameOther */ .chroma .nx { color: #75af00 }
|
||||
/* NameProperty */ .chroma .py { color: #111111 }
|
||||
/* NameTag */ .chroma .nt { color: #f92672 }
|
||||
/* NameVariable */ .chroma .nv { color: #111111 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #111111 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #111111 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #111111 }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #111111 }
|
||||
/* Literal */ .chroma .l { color: #ae81ff }
|
||||
/* LiteralDate */ .chroma .ld { color: #d88200 }
|
||||
/* LiteralString */ .chroma .s { color: #d88200 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #d88200 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #d88200 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #d88200 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #d88200 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #d88200 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #d88200 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #8045ff }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #d88200 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #d88200 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #d88200 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #d88200 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #d88200 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #d88200 }
|
||||
/* LiteralNumber */ .chroma .m { color: #ae81ff }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ae81ff }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ae81ff }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ae81ff }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ae81ff }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ae81ff }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ae81ff }
|
||||
/* Operator */ .chroma .o { color: #f92672 }
|
||||
/* OperatorWord */ .chroma .ow { color: #f92672 }
|
||||
/* Punctuation */ .chroma .p { color: #111111 }
|
||||
/* Comment */ .chroma .c { color: #75715e }
|
||||
/* CommentHashbang */ .chroma .ch { color: #75715e }
|
||||
/* CommentMultiline */ .chroma .cm { color: #75715e }
|
||||
/* CommentSingle */ .chroma .c1 { color: #75715e }
|
||||
/* CommentSpecial */ .chroma .cs { color: #75715e }
|
||||
/* CommentPreproc */ .chroma .cp { color: #75715e }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #75715e }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
71
themes/notepadium/assets/css/chroma/moonlight.css
Normal file
71
themes/notepadium/assets/css/chroma/moonlight.css
Normal file
@ -0,0 +1,71 @@
|
||||
/* Background */ pre, .chroma { color: #c8d3f5; background-color: #222436; }
|
||||
/* Error */ .chroma .err { color: #c8d3f5 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #2f334d }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #4d5482 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #4d5482 }
|
||||
/* Keyword */ .chroma .k { color: #ff757f }
|
||||
/* KeywordConstant */ .chroma .kc { color: #ff757f }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #ff757f }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #ff757f }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #ff757f }
|
||||
/* KeywordReserved */ .chroma .kr { color: #ff757f }
|
||||
/* KeywordType */ .chroma .kt { color: #ff757f }
|
||||
/* Name */ .chroma .n { color: #c8d3f5 }
|
||||
/* NameAttribute */ .chroma .na { color: #c597f9 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #ff757f }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #c597f9 }
|
||||
/* NameClass */ .chroma .nc { color: #c597f9 }
|
||||
/* NameConstant */ .chroma .no { color: #c597f9 }
|
||||
/* NameDecorator */ .chroma .nd { color: #82aaff }
|
||||
/* NameEntity */ .chroma .ni { color: #82aaff }
|
||||
/* NameException */ .chroma .ne { color: #82aaff }
|
||||
/* NameFunction */ .chroma .nf { color: #82aaff }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #82aaff }
|
||||
/* NameLabel */ .chroma .nl { color: #82aaff }
|
||||
/* NameNamespace */ .chroma .nn { color: #82aaff }
|
||||
/* NameOther */ .chroma .nx { color: #82aaff }
|
||||
/* NameProperty */ .chroma .py { color: #82aaff }
|
||||
/* NameTag */ .chroma .nt { color: #ff757f }
|
||||
/* NameVariable */ .chroma .nv { color: #56c9ff }
|
||||
/* NameVariableClass */ .chroma .vc { color: #56c9ff }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #56c9ff }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #56c9ff }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #56c9ff }
|
||||
/* Literal */ .chroma .l { color: #ff966c }
|
||||
/* LiteralDate */ .chroma .ld { color: #ff966c }
|
||||
/* LiteralString */ .chroma .s { color: #c3e88d }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #c3e88d }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #c3e88d }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #ff966c }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #c3e88d }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #c3e88d }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #c3e88d }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #c3e88d }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #c3e88d }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #c3e88d }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #c3e88d }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #c3e88d }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #c3e88d }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #c3e88d }
|
||||
/* LiteralNumber */ .chroma .m { color: #ff966c }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ff966c }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ff966c }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ff966c }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ff966c }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ff966c }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ff966c }
|
||||
/* Operator */ .chroma .o { color: #86e1fc }
|
||||
/* OperatorWord */ .chroma .ow { color: #86e1fc }
|
||||
/* Punctuation */ .chroma .p { color: #86e1fc }
|
||||
/* Comment */ .chroma .c { color: #7a88cf }
|
||||
/* CommentHashbang */ .chroma .ch { color: #7a88cf }
|
||||
/* CommentMultiline */ .chroma .cm { color: #7a88cf }
|
||||
/* CommentSingle */ .chroma .c1 { color: #7a88cf }
|
||||
/* CommentSpecial */ .chroma .cs { color: #7a88cf }
|
||||
/* CommentPreproc */ .chroma .cp { color: #828bb8 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #828bb8 }
|
||||
/* GenericHeading */ .chroma .gh { color: #52a3ff; }
|
||||
/* GenericDeleted */ .chroma .gd { color: #e76a72; background-color: rgba(231, 106, 114, 0.05); }
|
||||
/* GenericInserted */ .chroma .gi { color: #74dc8d; background-color: rgba(71, 209, 104, 0.05); }
|
||||
71
themes/notepadium/assets/css/chroma/murphy.css
Normal file
71
themes/notepadium/assets/css/chroma/murphy.css
Normal file
@ -0,0 +1,71 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #ff0000; background-color: #ffaaaa }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #228899; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #228899; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #228899; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #228899; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #0088ff; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #228899; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #6666ff; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #000077 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #007722 }
|
||||
/* NameClass */ .chroma .nc { color: #ee99ee; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #55eedd; font-weight: bold }
|
||||
/* NameDecorator */ .chroma .nd { color: #555555; font-weight: bold }
|
||||
/* NameEntity */ .chroma .ni { color: #880000 }
|
||||
/* NameException */ .chroma .ne { color: #ff0000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #55eedd; font-weight: bold }
|
||||
/* NameLabel */ .chroma .nl { color: #997700; font-weight: bold }
|
||||
/* NameNamespace */ .chroma .nn { color: #0e84b5; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #007700 }
|
||||
/* NameVariable */ .chroma .nv { color: #003366 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #ccccff }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #ff8844 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #aaaaff }
|
||||
/* LiteralString */ .chroma .s { background-color: #e0e0ff }
|
||||
/* LiteralStringAffix */ .chroma .sa { background-color: #e0e0ff }
|
||||
/* LiteralStringBacktick */ .chroma .sb { background-color: #e0e0ff }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #8888ff; background-color: #e0e0ff }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { background-color: #e0e0ff }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #dd4422; background-color: #e0e0ff }
|
||||
/* LiteralStringDouble */ .chroma .s2 { background-color: #e0e0ff }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #666666; background-color: #e0e0ff; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { background-color: #e0e0ff }
|
||||
/* LiteralStringInterpol */ .chroma .si { background-color: #eeeeee }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #ff8888; background-color: #e0e0ff }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #000000; background-color: #e0e0ff }
|
||||
/* LiteralStringSingle */ .chroma .s1 { background-color: #e0e0ff }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #ffcc88; background-color: #e0e0ff }
|
||||
/* LiteralNumber */ .chroma .m { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #005588; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #6666ff; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #6600ee; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #4400ee; font-weight: bold }
|
||||
/* Operator */ .chroma .o { color: #333333 }
|
||||
/* OperatorWord */ .chroma .ow { color: #000000; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #666666; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #666666; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #666666; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #666666; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #cc0000; font-weight: bold; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #557799 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #557799 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a00000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #c65d09; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
65
themes/notepadium/assets/css/chroma/native.css
Normal file
65
themes/notepadium/assets/css/chroma/native.css
Normal file
@ -0,0 +1,65 @@
|
||||
/* Background */ pre, .chroma { color: #d0d0d0; background-color: #202020 }
|
||||
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #686868 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #686868 }
|
||||
/* Keyword */ .chroma .k { color: #6ab825; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #6ab825; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #6ab825; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #6ab825; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #6ab825 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #6ab825; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #6ab825; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #bbbbbb }
|
||||
/* NameBuiltin */ .chroma .nb { color: #24909d }
|
||||
/* NameClass */ .chroma .nc { color: #447fcf; text-decoration: underline }
|
||||
/* NameConstant */ .chroma .no { color: #40ffff }
|
||||
/* NameDecorator */ .chroma .nd { color: #ffa500 }
|
||||
/* NameException */ .chroma .ne { color: #bbbbbb }
|
||||
/* NameFunction */ .chroma .nf { color: #447fcf }
|
||||
/* NameNamespace */ .chroma .nn { color: #447fcf; text-decoration: underline }
|
||||
/* NameTag */ .chroma .nt { color: #6ab825; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #40ffff }
|
||||
/* LiteralString */ .chroma .s { color: #ed9d13 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #ed9d13 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #ed9d13 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #ed9d13 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #ed9d13 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #ed9d13 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #ed9d13 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #ed9d13 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #ed9d13 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #ed9d13 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #ffa500 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #ed9d13 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #ed9d13 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #ed9d13 }
|
||||
/* LiteralNumber */ .chroma .m { color: #3677a9 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #3677a9 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #3677a9 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #3677a9 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #3677a9 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #3677a9 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #3677a9 }
|
||||
/* OperatorWord */ .chroma .ow { color: #6ab825; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #999999; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #999999; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #999999; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #999999; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #e50808; background-color: #520000; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #cd2828; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #cd2828; font-weight: bold }
|
||||
/* GenericDeleted */ .chroma .gd { color: #d22323 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #d22323 }
|
||||
/* GenericHeading */ .chroma .gh { color: #ffffff; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #589819 }
|
||||
/* GenericOutput */ .chroma .go { color: #cccccc }
|
||||
/* GenericPrompt */ .chroma .gp { color: #aaaaaa }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #ffffff; text-decoration: underline }
|
||||
/* GenericTraceback */ .chroma .gt { color: #d22323 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #666666 }
|
||||
62
themes/notepadium/assets/css/chroma/paraiso-dark.css
Normal file
62
themes/notepadium/assets/css/chroma/paraiso-dark.css
Normal file
@ -0,0 +1,62 @@
|
||||
/* Background */ pre, .chroma { color: #e7e9db; background-color: #2f1e2e }
|
||||
/* Error */ .chroma .err { color: #ef6155 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #815ba4 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #815ba4 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #815ba4 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #5bc4bf }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #815ba4 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #815ba4 }
|
||||
/* KeywordType */ .chroma .kt { color: #fec418 }
|
||||
/* NameAttribute */ .chroma .na { color: #06b6ef }
|
||||
/* NameClass */ .chroma .nc { color: #fec418 }
|
||||
/* NameConstant */ .chroma .no { color: #ef6155 }
|
||||
/* NameDecorator */ .chroma .nd { color: #5bc4bf }
|
||||
/* NameException */ .chroma .ne { color: #ef6155 }
|
||||
/* NameFunction */ .chroma .nf { color: #06b6ef }
|
||||
/* NameNamespace */ .chroma .nn { color: #fec418 }
|
||||
/* NameOther */ .chroma .nx { color: #06b6ef }
|
||||
/* NameTag */ .chroma .nt { color: #5bc4bf }
|
||||
/* NameVariable */ .chroma .nv { color: #ef6155 }
|
||||
/* Literal */ .chroma .l { color: #f99b15 }
|
||||
/* LiteralDate */ .chroma .ld { color: #48b685 }
|
||||
/* LiteralString */ .chroma .s { color: #48b685 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #48b685 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #48b685 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #48b685 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #776e71 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #48b685 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #f99b15 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #48b685 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #f99b15 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #48b685 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #48b685 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #48b685 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #48b685 }
|
||||
/* LiteralNumber */ .chroma .m { color: #f99b15 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #f99b15 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #f99b15 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #f99b15 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #f99b15 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #f99b15 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #f99b15 }
|
||||
/* Operator */ .chroma .o { color: #5bc4bf }
|
||||
/* OperatorWord */ .chroma .ow { color: #5bc4bf }
|
||||
/* Comment */ .chroma .c { color: #776e71 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #776e71 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #776e71 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #776e71 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #776e71 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #776e71 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #776e71 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #ef6155 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #48b685 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #776e71; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #5bc4bf; font-weight: bold }
|
||||
62
themes/notepadium/assets/css/chroma/paraiso-light.css
Normal file
62
themes/notepadium/assets/css/chroma/paraiso-light.css
Normal file
@ -0,0 +1,62 @@
|
||||
/* Background */ pre, .chroma { color: #2f1e2e; background-color: #e7e9db }
|
||||
/* Error */ .chroma .err { color: #ef6155 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #815ba4 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #815ba4 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #815ba4 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #5bc4bf }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #815ba4 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #815ba4 }
|
||||
/* KeywordType */ .chroma .kt { color: #fec418 }
|
||||
/* NameAttribute */ .chroma .na { color: #06b6ef }
|
||||
/* NameClass */ .chroma .nc { color: #fec418 }
|
||||
/* NameConstant */ .chroma .no { color: #ef6155 }
|
||||
/* NameDecorator */ .chroma .nd { color: #5bc4bf }
|
||||
/* NameException */ .chroma .ne { color: #ef6155 }
|
||||
/* NameFunction */ .chroma .nf { color: #06b6ef }
|
||||
/* NameNamespace */ .chroma .nn { color: #fec418 }
|
||||
/* NameOther */ .chroma .nx { color: #06b6ef }
|
||||
/* NameTag */ .chroma .nt { color: #5bc4bf }
|
||||
/* NameVariable */ .chroma .nv { color: #ef6155 }
|
||||
/* Literal */ .chroma .l { color: #f99b15 }
|
||||
/* LiteralDate */ .chroma .ld { color: #48b685 }
|
||||
/* LiteralString */ .chroma .s { color: #48b685 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #48b685 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #48b685 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #48b685 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #8d8687 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #48b685 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #f99b15 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #48b685 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #f99b15 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #48b685 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #48b685 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #48b685 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #48b685 }
|
||||
/* LiteralNumber */ .chroma .m { color: #f99b15 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #f99b15 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #f99b15 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #f99b15 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #f99b15 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #f99b15 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #f99b15 }
|
||||
/* Operator */ .chroma .o { color: #5bc4bf }
|
||||
/* OperatorWord */ .chroma .ow { color: #5bc4bf }
|
||||
/* Comment */ .chroma .c { color: #8d8687 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #8d8687 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #8d8687 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #8d8687 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #8d8687 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #8d8687 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #8d8687 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #ef6155 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #48b685 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #8d8687; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #5bc4bf; font-weight: bold }
|
||||
70
themes/notepadium/assets/css/chroma/pastie.css
Normal file
70
themes/notepadium/assets/css/chroma/pastie.css
Normal file
@ -0,0 +1,70 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #008800; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #008800; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #008800; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #008800; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #008800 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #008800; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #888888; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #336699 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #003388 }
|
||||
/* NameClass */ .chroma .nc { color: #bb0066; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #003366; font-weight: bold }
|
||||
/* NameDecorator */ .chroma .nd { color: #555555 }
|
||||
/* NameException */ .chroma .ne { color: #bb0066; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #0066bb; font-weight: bold }
|
||||
/* NameLabel */ .chroma .nl { color: #336699; font-style: italic }
|
||||
/* NameNamespace */ .chroma .nn { color: #bb0066; font-weight: bold }
|
||||
/* NameProperty */ .chroma .py { color: #336699; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #bb0066; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #336699 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #336699 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #dd7700 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #3333bb }
|
||||
/* LiteralString */ .chroma .s { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #0044dd; background-color: #fff0f0 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #3333bb; background-color: #fff0f0 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #22bb22; background-color: #f0fff0 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #008800; background-color: #fff0ff }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #dd2200; background-color: #fff0f0 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #aa6600; background-color: #fff0f0 }
|
||||
/* LiteralNumber */ .chroma .m { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #0000dd; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #0000dd; font-weight: bold }
|
||||
/* OperatorWord */ .chroma .ow { color: #008800 }
|
||||
/* Comment */ .chroma .c { color: #888888 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #888888 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #888888 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #888888 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #cc0000; background-color: #fff0f0; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #cc0000; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #cc0000; font-weight: bold }
|
||||
/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #333333 }
|
||||
/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #666666 }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
65
themes/notepadium/assets/css/chroma/perldoc.css
Normal file
65
themes/notepadium/assets/css/chroma/perldoc.css
Normal file
@ -0,0 +1,65 @@
|
||||
/* Background */ pre, .chroma { background-color: #eeeedd }
|
||||
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #8b008b; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #8b008b; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #8b008b; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #8b008b; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #8b008b; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #8b008b; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #00688b; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #658b00 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #658b00 }
|
||||
/* NameClass */ .chroma .nc { color: #008b45; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #00688b }
|
||||
/* NameDecorator */ .chroma .nd { color: #707a7c }
|
||||
/* NameException */ .chroma .ne { color: #008b45; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #008b45 }
|
||||
/* NameNamespace */ .chroma .nn { color: #008b45; text-decoration: underline }
|
||||
/* NameTag */ .chroma .nt { color: #8b008b; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #00688b }
|
||||
/* LiteralString */ .chroma .s { color: #cd5555 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #cd5555 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #cd5555 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #cd5555 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #cd5555 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #cd5555 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #cd5555 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #cd5555 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #1c7e71; font-style: italic }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #cd5555 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #cb6c20 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #1c7e71 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #cd5555 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #cd5555 }
|
||||
/* LiteralNumber */ .chroma .m { color: #b452cd }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #b452cd }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #b452cd }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #b452cd }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #b452cd }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #b452cd }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #b452cd }
|
||||
/* OperatorWord */ .chroma .ow { color: #8b008b }
|
||||
/* Comment */ .chroma .c { color: #228b22 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #228b22 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #228b22 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #228b22 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #8b008b; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #1e889b }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #1e889b }
|
||||
/* GenericDeleted */ .chroma .gd { color: #aa0000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00aa00 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
68
themes/notepadium/assets/css/chroma/pygments.css
Normal file
68
themes/notepadium/assets/css/chroma/pygments.css
Normal file
@ -0,0 +1,68 @@
|
||||
/* Background */ pre, .chroma { }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #008000; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #008000; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #008000; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #008000; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #008000 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #008000; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #b00040 }
|
||||
/* NameAttribute */ .chroma .na { color: #7d9029 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #008000 }
|
||||
/* NameClass */ .chroma .nc { color: #0000ff; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #880000 }
|
||||
/* NameDecorator */ .chroma .nd { color: #aa22ff }
|
||||
/* NameEntity */ .chroma .ni { color: #999999; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #d2413a; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #0000ff }
|
||||
/* NameLabel */ .chroma .nl { color: #a0a000 }
|
||||
/* NameNamespace */ .chroma .nn { color: #0000ff; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #008000; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #19177c }
|
||||
/* LiteralString */ .chroma .s { color: #ba2121 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #ba2121 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #ba2121 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #ba2121 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #ba2121 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #ba2121; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #ba2121 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #bb6622; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #ba2121 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #bb6688; font-weight: bold }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #008000 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #bb6688 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #ba2121 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #19177c }
|
||||
/* LiteralNumber */ .chroma .m { color: #666666 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #666666 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #666666 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #666666 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #666666 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #666666 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #666666 }
|
||||
/* Operator */ .chroma .o { color: #666666 }
|
||||
/* OperatorWord */ .chroma .ow { color: #aa22ff; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #408080; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #408080; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #408080; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #408080; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #408080; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #bc7a00 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #bc7a00 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a00000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
65
themes/notepadium/assets/css/chroma/rainbow_dash.css
Normal file
65
themes/notepadium/assets/css/chroma/rainbow_dash.css
Normal file
@ -0,0 +1,65 @@
|
||||
/* Background */ pre, .chroma { color: #4d4d4d; background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #ffffff; background-color: #cc0000 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #2c5dcd; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #2c5dcd; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #2c5dcd; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #2c5dcd; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #2c5dcd }
|
||||
/* KeywordReserved */ .chroma .kr { color: #2c5dcd; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #5918bb; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #2c5dcd; font-style: italic }
|
||||
/* NameBuiltin */ .chroma .nb { color: #5918bb; font-weight: bold }
|
||||
/* NameClass */ .chroma .nc { text-decoration: underline }
|
||||
/* NameConstant */ .chroma .no { color: #318495 }
|
||||
/* NameDecorator */ .chroma .nd { color: #ff8000; font-weight: bold }
|
||||
/* NameEntity */ .chroma .ni { color: #5918bb; font-weight: bold }
|
||||
/* NameException */ .chroma .ne { color: #5918bb; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #ff8000; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { color: #2c5dcd; font-weight: bold }
|
||||
/* LiteralString */ .chroma .s { color: #00cc66 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #00cc66 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #00cc66 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #00cc66 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #00cc66 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #00cc66; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #00cc66 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #c5060b; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #00cc66 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #00cc66 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #318495 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #00cc66 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #00cc66 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #c5060b; font-weight: bold }
|
||||
/* LiteralNumber */ .chroma .m { color: #5918bb; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #5918bb; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #5918bb; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #5918bb; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #5918bb; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #5918bb; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #5918bb; font-weight: bold }
|
||||
/* Operator */ .chroma .o { color: #2c5dcd }
|
||||
/* OperatorWord */ .chroma .ow { color: #2c5dcd; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #0080ff; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #0080ff; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #0080ff; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #0080ff; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #0080ff; font-weight: bold; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #0080ff }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #0080ff }
|
||||
/* GenericDeleted */ .chroma .gd { background-color: #ffcccc }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #2c5dcd; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { background-color: #ccffcc }
|
||||
/* GenericOutput */ .chroma .go { color: #aaaaaa }
|
||||
/* GenericPrompt */ .chroma .gp { color: #2c5dcd; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #2c5dcd; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #c5060b }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #cbcbcb }
|
||||
44
themes/notepadium/assets/css/chroma/rrt.css
Normal file
44
themes/notepadium/assets/css/chroma/rrt.css
Normal file
@ -0,0 +1,44 @@
|
||||
/* Background */ pre, .chroma { color: #f8f8f2; background-color: #000000 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7c7c79 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7c7c79 }
|
||||
/* Keyword */ .chroma .k { color: #ff0000 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #ff0000 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #ff0000 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #ff0000 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #ff0000 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #ff0000 }
|
||||
/* KeywordType */ .chroma .kt { color: #ee82ee }
|
||||
/* NameConstant */ .chroma .no { color: #7fffd4 }
|
||||
/* NameFunction */ .chroma .nf { color: #ffff00 }
|
||||
/* NameVariable */ .chroma .nv { color: #eedd82 }
|
||||
/* LiteralString */ .chroma .s { color: #87ceeb }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #87ceeb }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #87ceeb }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #87ceeb }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #87ceeb }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #87ceeb }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #87ceeb }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #87ceeb }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #87ceeb }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #87ceeb }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #87ceeb }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #87ceeb }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #87ceeb }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #ff6600 }
|
||||
/* LiteralNumber */ .chroma .m { color: #ff6600 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ff6600 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ff6600 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ff6600 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ff6600 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ff6600 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ff6600 }
|
||||
/* Comment */ .chroma .c { color: #00ff00 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #00ff00 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #00ff00 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #00ff00 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #00ff00 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #e5e5e5 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #e5e5e5 }
|
||||
59
themes/notepadium/assets/css/chroma/solarized-dark.css
Normal file
59
themes/notepadium/assets/css/chroma/solarized-dark.css
Normal file
@ -0,0 +1,59 @@
|
||||
/* Background */ pre, .chroma { color: #93a1a1; background-color: #002b36 }
|
||||
/* Other */ .chroma .x { color: #cb4b16 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #495050 }
|
||||
/* Keyword */ .chroma .k { color: #719e07 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #cb4b16 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #268bd2 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #719e07 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #719e07 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #268bd2 }
|
||||
/* KeywordType */ .chroma .kt { color: #dc322f }
|
||||
/* NameBuiltin */ .chroma .nb { color: #b58900 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #268bd2 }
|
||||
/* NameClass */ .chroma .nc { color: #268bd2 }
|
||||
/* NameConstant */ .chroma .no { color: #cb4b16 }
|
||||
/* NameDecorator */ .chroma .nd { color: #268bd2 }
|
||||
/* NameEntity */ .chroma .ni { color: #cb4b16 }
|
||||
/* NameException */ .chroma .ne { color: #cb4b16 }
|
||||
/* NameFunction */ .chroma .nf { color: #268bd2 }
|
||||
/* NameTag */ .chroma .nt { color: #268bd2 }
|
||||
/* NameVariable */ .chroma .nv { color: #268bd2 }
|
||||
/* LiteralString */ .chroma .s { color: #2aa198 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #2aa198 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #586e75 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #2aa198 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #2aa198 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #2aa198 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #cb4b16 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #2aa198 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #2aa198 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #dc322f }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #2aa198 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #2aa198 }
|
||||
/* LiteralNumber */ .chroma .m { color: #2aa198 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #2aa198 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #2aa198 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #2aa198 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #2aa198 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #2aa198 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #2aa198 }
|
||||
/* Operator */ .chroma .o { color: #719e07 }
|
||||
/* OperatorWord */ .chroma .ow { color: #719e07 }
|
||||
/* Comment */ .chroma .c { color: #586e75 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #586e75 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #586e75 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #586e75 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #719e07 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #719e07 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #719e07 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #dc322f }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #dc322f; font-weight: bold }
|
||||
/* GenericHeading */ .chroma .gh { color: #cb4b16 }
|
||||
/* GenericInserted */ .chroma .gi { color: #719e07 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #268bd2 }
|
||||
60
themes/notepadium/assets/css/chroma/solarized-dark256.css
Normal file
60
themes/notepadium/assets/css/chroma/solarized-dark256.css
Normal file
@ -0,0 +1,60 @@
|
||||
/* Background */ pre, .chroma { color: #8a8a8a; background-color: #1c1c1c }
|
||||
/* Other */ .chroma .x { color: #d75f00 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #454545 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #454545 }
|
||||
/* Keyword */ .chroma .k { color: #5f8700 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #d75f00 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #0087ff }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #d75f00 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #5f8700 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #0087ff }
|
||||
/* KeywordType */ .chroma .kt { color: #af0000 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #0087ff }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #0087ff }
|
||||
/* NameClass */ .chroma .nc { color: #0087ff }
|
||||
/* NameConstant */ .chroma .no { color: #d75f00 }
|
||||
/* NameDecorator */ .chroma .nd { color: #0087ff }
|
||||
/* NameEntity */ .chroma .ni { color: #d75f00 }
|
||||
/* NameException */ .chroma .ne { color: #af8700 }
|
||||
/* NameFunction */ .chroma .nf { color: #0087ff }
|
||||
/* NameTag */ .chroma .nt { color: #0087ff }
|
||||
/* NameVariable */ .chroma .nv { color: #0087ff }
|
||||
/* LiteralString */ .chroma .s { color: #00afaf }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #00afaf }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #4e4e4e }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #00afaf }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #00afaf }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #00afaf }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #00afaf }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #af0000 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #00afaf }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #00afaf }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #00afaf }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #af0000 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #00afaf }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #00afaf }
|
||||
/* LiteralNumber */ .chroma .m { color: #00afaf }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #00afaf }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #00afaf }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #00afaf }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #00afaf }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #00afaf }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #00afaf }
|
||||
/* OperatorWord */ .chroma .ow { color: #5f8700 }
|
||||
/* Comment */ .chroma .c { color: #4e4e4e }
|
||||
/* CommentHashbang */ .chroma .ch { color: #4e4e4e }
|
||||
/* CommentMultiline */ .chroma .cm { color: #4e4e4e }
|
||||
/* CommentSingle */ .chroma .c1 { color: #4e4e4e }
|
||||
/* CommentSpecial */ .chroma .cs { color: #5f8700 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #5f8700 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #5f8700 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #af0000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #af0000; font-weight: bold }
|
||||
/* GenericHeading */ .chroma .gh { color: #d75f00 }
|
||||
/* GenericInserted */ .chroma .gi { color: #5f8700 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #0087ff }
|
||||
77
themes/notepadium/assets/css/chroma/solarized-light.css
Normal file
77
themes/notepadium/assets/css/chroma/solarized-light.css
Normal file
@ -0,0 +1,77 @@
|
||||
/* Background */ pre, .chroma { color: #586e75; background-color: #fdf6e3 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f; }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #859900 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #859900; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #859900 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #dc322f; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #859900 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #859900 }
|
||||
/* KeywordType */ .chroma .kt { color: #859900; font-weight: bold }
|
||||
/* Name */ .chroma .n { color: #268bd2 }
|
||||
/* NameAttribute */ .chroma .na { color: #268bd2 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #cb4b16 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #268bd2 }
|
||||
/* NameClass */ .chroma .nc { color: #cb4b16 }
|
||||
/* NameConstant */ .chroma .no { color: #268bd2 }
|
||||
/* NameDecorator */ .chroma .nd { color: #268bd2 }
|
||||
/* NameEntity */ .chroma .ni { color: #268bd2 }
|
||||
/* NameException */ .chroma .ne { color: #268bd2 }
|
||||
/* NameFunction */ .chroma .nf { color: #268bd2 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #268bd2 }
|
||||
/* NameLabel */ .chroma .nl { color: #268bd2 }
|
||||
/* NameNamespace */ .chroma .nn { color: #268bd2 }
|
||||
/* NameOther */ .chroma .nx { color: #268bd2 }
|
||||
/* NameProperty */ .chroma .py { color: #268bd2 }
|
||||
/* NameTag */ .chroma .nt { color: #268bd2; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #268bd2 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #268bd2 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #268bd2 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #268bd2 }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #268bd2 }
|
||||
/* Literal */ .chroma .l { color: #2aa198 }
|
||||
/* LiteralDate */ .chroma .ld { color: #2aa198 }
|
||||
/* LiteralString */ .chroma .s { color: #2aa198 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #2aa198 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #2aa198 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #2aa198 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #2aa198 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #2aa198 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #2aa198 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #2aa198 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #2aa198 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #2aa198 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #2aa198 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #2aa198 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #2aa198 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #2aa198 }
|
||||
/* LiteralNumber */ .chroma .m { color: #2aa198; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #2aa198; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #2aa198; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #2aa198; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #2aa198; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #2aa198; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #2aa198; font-weight: bold }
|
||||
/* OperatorWord */ .chroma .ow { color: #859900 }
|
||||
/* Comment */ .chroma .c { color: #93a1a1; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #93a1a1; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #93a1a1; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #93a1a1; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #93a1a1; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #93a1a1; font-style: italic }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #93a1a1; font-style: italic }
|
||||
/* Generic */ .chroma .g { color: #d33682 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #d33682 }
|
||||
/* GenericEmph */ .chroma .ge { color: #d33682 }
|
||||
/* GenericError */ .chroma .gr { color: #d33682 }
|
||||
/* GenericHeading */ .chroma .gh { color: #d33682 }
|
||||
/* GenericInserted */ .chroma .gi { color: #d33682 }
|
||||
/* GenericOutput */ .chroma .go { color: #d33682 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #d33682 }
|
||||
/* GenericStrong */ .chroma .gs { color: #d33682 }
|
||||
/* GenericSubheading */ .chroma .gu { color: #d33682 }
|
||||
/* GenericTraceback */ .chroma .gt { color: #d33682 }
|
||||
/* GenericUnderline */ .chroma .gl { color: #d33682 }
|
||||
50
themes/notepadium/assets/css/chroma/swapoff.css
Normal file
50
themes/notepadium/assets/css/chroma/swapoff.css
Normal file
@ -0,0 +1,50 @@
|
||||
/* Background */ pre, .chroma { color: #e5e5e5; background-color: #000000 }
|
||||
/* Error */ .chroma .err { color: #ff0000 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #727272 }
|
||||
/* Keyword */ .chroma .k { color: #ffffff; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #ffffff; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #ffffff; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #ffffff; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #ffffff; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #ffffff; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #ffffff; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #007f7f }
|
||||
/* NameBuiltin */ .chroma .nb { color: #ffffff; font-weight: bold }
|
||||
/* NameTag */ .chroma .nt { font-weight: bold }
|
||||
/* LiteralDate */ .chroma .ld { color: #ffff00; font-weight: bold }
|
||||
/* LiteralString */ .chroma .s { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #00ffff; font-weight: bold }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #00ffff; font-weight: bold }
|
||||
/* LiteralNumber */ .chroma .m { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #ffff00; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #ffff00; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #007f7f }
|
||||
/* CommentHashbang */ .chroma .ch { color: #007f7f }
|
||||
/* CommentMultiline */ .chroma .cm { color: #007f7f }
|
||||
/* CommentSingle */ .chroma .c1 { color: #007f7f }
|
||||
/* CommentSpecial */ .chroma .cs { color: #007f7f }
|
||||
/* CommentPreproc */ .chroma .cp { color: #00ff00; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #00ff00; font-weight: bold }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { font-weight: bold }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
82
themes/notepadium/assets/css/chroma/tango.css
Normal file
82
themes/notepadium/assets/css/chroma/tango.css
Normal file
@ -0,0 +1,82 @@
|
||||
/* Background */ pre, .chroma { background-color: #f8f8f8 }
|
||||
/* Other */ .chroma .x { color: #000000 }
|
||||
/* Error */ .chroma .err { color: #a40000 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #204a87; font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { color: #204a87; font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #204a87; font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #204a87; font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #204a87; font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { color: #204a87; font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #204a87; font-weight: bold }
|
||||
/* Name */ .chroma .n { color: #000000 }
|
||||
/* NameAttribute */ .chroma .na { color: #c4a000 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #204a87 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #3465a4 }
|
||||
/* NameClass */ .chroma .nc { color: #000000 }
|
||||
/* NameConstant */ .chroma .no { color: #000000 }
|
||||
/* NameDecorator */ .chroma .nd { color: #5c35cc; font-weight: bold }
|
||||
/* NameEntity */ .chroma .ni { color: #ce5c00 }
|
||||
/* NameException */ .chroma .ne { color: #cc0000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #000000 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: #000000 }
|
||||
/* NameLabel */ .chroma .nl { color: #f57900 }
|
||||
/* NameNamespace */ .chroma .nn { color: #000000 }
|
||||
/* NameOther */ .chroma .nx { color: #000000 }
|
||||
/* NameProperty */ .chroma .py { color: #000000 }
|
||||
/* NameTag */ .chroma .nt { color: #204a87; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #000000 }
|
||||
/* NameVariableClass */ .chroma .vc { color: #000000 }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: #000000 }
|
||||
/* NameVariableInstance */ .chroma .vi { color: #000000 }
|
||||
/* NameVariableMagic */ .chroma .vm { color: #000000 }
|
||||
/* Literal */ .chroma .l { color: #000000 }
|
||||
/* LiteralDate */ .chroma .ld { color: #000000 }
|
||||
/* LiteralString */ .chroma .s { color: #4e9a06 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #4e9a06 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #4e9a06 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #4e9a06 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #4e9a06 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #8f5902; font-style: italic }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #4e9a06 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #4e9a06 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #4e9a06 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #4e9a06 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #4e9a06 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #4e9a06 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #4e9a06 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #4e9a06 }
|
||||
/* LiteralNumber */ .chroma .m { color: #0000cf; font-weight: bold }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #0000cf; font-weight: bold }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #0000cf; font-weight: bold }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #0000cf; font-weight: bold }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #0000cf; font-weight: bold }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #0000cf; font-weight: bold }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #0000cf; font-weight: bold }
|
||||
/* Operator */ .chroma .o { color: #ce5c00; font-weight: bold }
|
||||
/* OperatorWord */ .chroma .ow { color: #204a87; font-weight: bold }
|
||||
/* Punctuation */ .chroma .p { color: #000000; font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #8f5902; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #8f5902; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #8f5902; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #8f5902; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #8f5902; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #8f5902; font-style: italic }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #8f5902; font-style: italic }
|
||||
/* Generic */ .chroma .g { color: #000000 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #a40000 }
|
||||
/* GenericEmph */ .chroma .ge { color: #000000; font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ef2929 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00a000 }
|
||||
/* GenericOutput */ .chroma .go { color: #000000; font-style: italic }
|
||||
/* GenericPrompt */ .chroma .gp { color: #8f5902 }
|
||||
/* GenericStrong */ .chroma .gs { color: #000000; font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #a40000; font-weight: bold }
|
||||
/* GenericUnderline */ .chroma .gl { color: #000000; text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #f8f8f8; text-decoration: underline }
|
||||
66
themes/notepadium/assets/css/chroma/trac.css
Normal file
66
themes/notepadium/assets/css/chroma/trac.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { color: #a61717; background-color: #e3d2d2 }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { font-weight: bold }
|
||||
/* KeywordConstant */ .chroma .kc { font-weight: bold }
|
||||
/* KeywordDeclaration */ .chroma .kd { font-weight: bold }
|
||||
/* KeywordNamespace */ .chroma .kn { font-weight: bold }
|
||||
/* KeywordPseudo */ .chroma .kp { font-weight: bold }
|
||||
/* KeywordReserved */ .chroma .kr { font-weight: bold }
|
||||
/* KeywordType */ .chroma .kt { color: #445588; font-weight: bold }
|
||||
/* NameAttribute */ .chroma .na { color: #008080 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #999999 }
|
||||
/* NameClass */ .chroma .nc { color: #445588; font-weight: bold }
|
||||
/* NameConstant */ .chroma .no { color: #008080 }
|
||||
/* NameEntity */ .chroma .ni { color: #800080 }
|
||||
/* NameException */ .chroma .ne { color: #990000; font-weight: bold }
|
||||
/* NameFunction */ .chroma .nf { color: #990000; font-weight: bold }
|
||||
/* NameNamespace */ .chroma .nn { color: #555555 }
|
||||
/* NameTag */ .chroma .nt { color: #000080 }
|
||||
/* NameVariable */ .chroma .nv { color: #008080 }
|
||||
/* LiteralString */ .chroma .s { color: #bb8844 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #bb8844 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #bb8844 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #bb8844 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #bb8844 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #bb8844 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #bb8844 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #bb8844 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #bb8844 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #bb8844 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #bb8844 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #808000 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #bb8844 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #bb8844 }
|
||||
/* LiteralNumber */ .chroma .m { color: #009999 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #009999 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #009999 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #009999 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #009999 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #009999 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #009999 }
|
||||
/* Operator */ .chroma .o { font-weight: bold }
|
||||
/* OperatorWord */ .chroma .ow { font-weight: bold }
|
||||
/* Comment */ .chroma .c { color: #999988; font-style: italic }
|
||||
/* CommentHashbang */ .chroma .ch { color: #999988; font-style: italic }
|
||||
/* CommentMultiline */ .chroma .cm { color: #999988; font-style: italic }
|
||||
/* CommentSingle */ .chroma .c1 { color: #999988; font-style: italic }
|
||||
/* CommentSpecial */ .chroma .cs { color: #999999; font-weight: bold; font-style: italic }
|
||||
/* CommentPreproc */ .chroma .cp { color: #999999; font-weight: bold }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #999999; font-weight: bold }
|
||||
/* GenericDeleted */ .chroma .gd { color: #000000; background-color: #ffdddd }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #aa0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #999999 }
|
||||
/* GenericInserted */ .chroma .gi { color: #000000; background-color: #ddffdd }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #555555 }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #aaaaaa }
|
||||
/* GenericTraceback */ .chroma .gt { color: #aa0000 }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
/* TextWhitespace */ .chroma .w { color: #bbbbbb }
|
||||
59
themes/notepadium/assets/css/chroma/vim.css
Normal file
59
themes/notepadium/assets/css/chroma/vim.css
Normal file
@ -0,0 +1,59 @@
|
||||
/* Background */ pre, .chroma { color: #cccccc; background-color: #000000 }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #666666 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #666666 }
|
||||
/* Keyword */ .chroma .k { color: #cdcd00 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #cdcd00 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #00cd00 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #cd00cd }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #cdcd00 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #cdcd00 }
|
||||
/* KeywordType */ .chroma .kt { color: #00cd00 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #cd00cd }
|
||||
/* NameClass */ .chroma .nc { color: #00cdcd }
|
||||
/* NameException */ .chroma .ne { color: #666699; font-weight: bold }
|
||||
/* NameVariable */ .chroma .nv { color: #00cdcd }
|
||||
/* LiteralString */ .chroma .s { color: #cd0000 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #cd0000 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #cd0000 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #cd0000 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #cd0000 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #cd0000 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #cd0000 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #cd0000 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #cd0000 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #cd0000 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #cd0000 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #cd0000 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #cd0000 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #cd0000 }
|
||||
/* LiteralNumber */ .chroma .m { color: #cd00cd }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #cd00cd }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #cd00cd }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #cd00cd }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #cd00cd }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #cd00cd }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #cd00cd }
|
||||
/* Operator */ .chroma .o { color: #3399cc }
|
||||
/* OperatorWord */ .chroma .ow { color: #cdcd00 }
|
||||
/* Comment */ .chroma .c { color: #000080 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #000080 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #000080 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #000080 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #cd0000; font-weight: bold }
|
||||
/* CommentPreproc */ .chroma .cp { color: #000080 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #000080 }
|
||||
/* GenericDeleted */ .chroma .gd { color: #cd0000 }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericError */ .chroma .gr { color: #ff0000 }
|
||||
/* GenericHeading */ .chroma .gh { color: #000080; font-weight: bold }
|
||||
/* GenericInserted */ .chroma .gi { color: #00cd00 }
|
||||
/* GenericOutput */ .chroma .go { color: #888888 }
|
||||
/* GenericPrompt */ .chroma .gp { color: #000080; font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { color: #800080; font-weight: bold }
|
||||
/* GenericTraceback */ .chroma .gt { color: #0044dd }
|
||||
/* GenericUnderline */ .chroma .gl { text-decoration: underline }
|
||||
42
themes/notepadium/assets/css/chroma/vs.css
Normal file
42
themes/notepadium/assets/css/chroma/vs.css
Normal file
@ -0,0 +1,42 @@
|
||||
/* Background */ pre, .chroma { background-color: #ffffff }
|
||||
/* Error */ .chroma .err { }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #ffffcc }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #7f7f7f }
|
||||
/* Keyword */ .chroma .k { color: #0000ff }
|
||||
/* KeywordConstant */ .chroma .kc { color: #0000ff }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #0000ff }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #0000ff }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #0000ff }
|
||||
/* KeywordReserved */ .chroma .kr { color: #0000ff }
|
||||
/* KeywordType */ .chroma .kt { color: #2b91af }
|
||||
/* NameClass */ .chroma .nc { color: #2b91af }
|
||||
/* LiteralString */ .chroma .s { color: #a31515 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #a31515 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #a31515 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #a31515 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #a31515 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #a31515 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #a31515 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #a31515 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #a31515 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #a31515 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #a31515 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #a31515 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #a31515 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #a31515 }
|
||||
/* OperatorWord */ .chroma .ow { color: #0000ff }
|
||||
/* Comment */ .chroma .c { color: #008000 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #008000 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #008000 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #008000 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #008000 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #0000ff }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #0000ff }
|
||||
/* GenericEmph */ .chroma .ge { font-style: italic }
|
||||
/* GenericHeading */ .chroma .gh { font-weight: bold }
|
||||
/* GenericPrompt */ .chroma .gp { font-weight: bold }
|
||||
/* GenericStrong */ .chroma .gs { font-weight: bold }
|
||||
/* GenericSubheading */ .chroma .gu { font-weight: bold }
|
||||
71
themes/notepadium/assets/css/chroma/xcode-dark.css
Normal file
71
themes/notepadium/assets/css/chroma/xcode-dark.css
Normal file
@ -0,0 +1,71 @@
|
||||
/* Background */ pre, .chroma { color: rgba(255,255,255,.85); background-color: #1f1f24; }
|
||||
/* Error */ .chroma .err { color: rgba(255,255,255,.85) }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #23252B }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #747478 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #747478 }
|
||||
/* Keyword */ .chroma .k { color: #FC5FA3 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #FC5FA3 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #FC5FA3 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #FC5FA3 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #FC5FA3 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #FC5FA3 }
|
||||
/* KeywordType */ .chroma .kt { color: #FC5FA3 }
|
||||
/* Name */ .chroma .n { color: rgba(255,255,255,.85) }
|
||||
/* NameAttribute */ .chroma .na { color: #A167E6 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #FC5FA3 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #A167E6 }
|
||||
/* NameClass */ .chroma .nc { color: #D0A8FF }
|
||||
/* NameConstant */ .chroma .no { color: #A167E6 }
|
||||
/* NameDecorator */ .chroma .nd { color: rgba(255,255,255,.85) }
|
||||
/* NameEntity */ .chroma .ni { color: rgba(255,255,255,.85) }
|
||||
/* NameException */ .chroma .ne { color: rgba(255,255,255,.85) }
|
||||
/* NameFunction */ .chroma .nf { color: #D0A8FF }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: rgba(255,255,255,.85) }
|
||||
/* NameLabel */ .chroma .nl { color: rgba(255,255,255,.85) }
|
||||
/* NameNamespace */ .chroma .nn { color: rgba(255,255,255,.85) }
|
||||
/* NameOther */ .chroma .nx { color: #D0A8FF }
|
||||
/* NameProperty */ .chroma .py { color: rgba(255,255,255,.85) }
|
||||
/* NameTag */ .chroma .nt { color: #FC5FA3 }
|
||||
/* NameVariable */ .chroma .nv { color: rgba(255,255,255,.85) }
|
||||
/* NameVariableClass */ .chroma .vc { color: rgba(255,255,255,.85) }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: rgba(255,255,255,.85) }
|
||||
/* NameVariableInstance */ .chroma .vi { color: rgba(255,255,255,.85) }
|
||||
/* NameVariableMagic */ .chroma .vm { color: rgba(255,255,255,.85) }
|
||||
/* Literal */ .chroma .l { color: #D0BF69 }
|
||||
/* LiteralDate */ .chroma .ld { color: #D0BF69 }
|
||||
/* LiteralString */ .chroma .s { color: #FC6A5D }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #FC6A5D }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #FC6A5D }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #D0BF69 }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #FC6A5D }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #FC6A5D }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #FC6A5D }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #FC6A5D }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #FC6A5D }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #FC6A5D }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #FC6A5D }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #FC6A5D }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #FC6A5D }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #FC6A5D }
|
||||
/* LiteralNumber */ .chroma .m { color: #D0BF69 }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #D0BF69 }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #D0BF69 }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #D0BF69 }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #D0BF69 }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #D0BF69 }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #D0BF69 }
|
||||
/* Operator */ .chroma .o { color: rgba(255,255,255,.85) }
|
||||
/* OperatorWord */ .chroma .ow { color: rgba(255,255,255,.85) }
|
||||
/* Punctuation */ .chroma .p { color: #67B7A4 }
|
||||
/* Comment */ .chroma .c { color: #6C7986 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #6C7986 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #6C7986 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #6C7986 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #6C7986 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #92A1B1 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #92A1B1 }
|
||||
/* GenericHeading */ .chroma .gh { color: #52a3ff; }
|
||||
/* GenericDeleted */ .chroma .gd { color: #e76a72; background-color: rgba(231, 106, 114, 0.05); }
|
||||
/* GenericInserted */ .chroma .gi { color: #74dc8d; background-color: rgba(71, 209, 104, 0.05); }
|
||||
71
themes/notepadium/assets/css/chroma/xcode.css
Normal file
71
themes/notepadium/assets/css/chroma/xcode.css
Normal file
@ -0,0 +1,71 @@
|
||||
/* Background */ pre, .chroma { color: rgba(0,0,0,.85); background-color: #fff; }
|
||||
/* Error */ .chroma .err { color: rgba(0,0,0,.85) }
|
||||
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
|
||||
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0; width: auto; overflow: auto; display: block; }
|
||||
/* LineHighlight */ .chroma .hl { display: block; width: 100%;background-color: #E8F2FF }
|
||||
/* LineNumbersTable */ .chroma .lnt { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #A6A6A6 }
|
||||
/* LineNumbers */ .chroma .ln { margin-right: 0.4em; padding: 0 0.4em 0 0.4em;color: #A6A6A6 }
|
||||
/* Keyword */ .chroma .k { color: #9B2393 }
|
||||
/* KeywordConstant */ .chroma .kc { color: #9B2393 }
|
||||
/* KeywordDeclaration */ .chroma .kd { color: #9B2393 }
|
||||
/* KeywordNamespace */ .chroma .kn { color: #9B2393 }
|
||||
/* KeywordPseudo */ .chroma .kp { color: #9B2393 }
|
||||
/* KeywordReserved */ .chroma .kr { color: #9B2393 }
|
||||
/* KeywordType */ .chroma .kt { color: #9B2393 }
|
||||
/* Name */ .chroma .n { color: rgba(0,0,0,.85) }
|
||||
/* NameAttribute */ .chroma .na { color: #6C36A9 }
|
||||
/* NameBuiltin */ .chroma .nb { color: #9B2393 }
|
||||
/* NameBuiltinPseudo */ .chroma .bp { color: #6C36A9 }
|
||||
/* NameClass */ .chroma .nc { color: #3900A0 }
|
||||
/* NameConstant */ .chroma .no { color: #6C36A9 }
|
||||
/* NameDecorator */ .chroma .nd { color: rgba(0,0,0,.85) }
|
||||
/* NameEntity */ .chroma .ni { color: rgba(0,0,0,.85) }
|
||||
/* NameException */ .chroma .ne { color: rgba(0,0,0,.85) }
|
||||
/* NameFunction */ .chroma .nf { color: #6C36A9 }
|
||||
/* NameFunctionMagic */ .chroma .fm { color: rgba(0,0,0,.85) }
|
||||
/* NameLabel */ .chroma .nl { color: rgba(0,0,0,.85) }
|
||||
/* NameNamespace */ .chroma .nn { color: rgba(0,0,0,.85) }
|
||||
/* NameOther */ .chroma .nx { color: #3900A0 }
|
||||
/* NameProperty */ .chroma .py { color: rgba(0,0,0,.85) }
|
||||
/* NameTag */ .chroma .nt { color: #9B2393 }
|
||||
/* NameVariable */ .chroma .nv { color: rgba(0,0,0,.85) }
|
||||
/* NameVariableClass */ .chroma .vc { color: rgba(0,0,0,.85) }
|
||||
/* NameVariableGlobal */ .chroma .vg { color: rgba(0,0,0,.85) }
|
||||
/* NameVariableInstance */ .chroma .vi { color: rgba(0,0,0,.85) }
|
||||
/* NameVariableMagic */ .chroma .vm { color: rgba(0,0,0,.85) }
|
||||
/* Literal */ .chroma .l { color: #1C00CF }
|
||||
/* LiteralDate */ .chroma .ld { color: #1C00CF }
|
||||
/* LiteralString */ .chroma .s { color: #C41A16 }
|
||||
/* LiteralStringAffix */ .chroma .sa { color: #C41A16 }
|
||||
/* LiteralStringBacktick */ .chroma .sb { color: #C41A16 }
|
||||
/* LiteralStringChar */ .chroma .sc { color: #1C00CF }
|
||||
/* LiteralStringDelimiter */ .chroma .dl { color: #C41A16 }
|
||||
/* LiteralStringDoc */ .chroma .sd { color: #C41A16 }
|
||||
/* LiteralStringDouble */ .chroma .s2 { color: #C41A16 }
|
||||
/* LiteralStringEscape */ .chroma .se { color: #C41A16 }
|
||||
/* LiteralStringHeredoc */ .chroma .sh { color: #C41A16 }
|
||||
/* LiteralStringInterpol */ .chroma .si { color: #C41A16 }
|
||||
/* LiteralStringOther */ .chroma .sx { color: #C41A16 }
|
||||
/* LiteralStringRegex */ .chroma .sr { color: #C41A16 }
|
||||
/* LiteralStringSingle */ .chroma .s1 { color: #C41A16 }
|
||||
/* LiteralStringSymbol */ .chroma .ss { color: #C41A16 }
|
||||
/* LiteralNumber */ .chroma .m { color: #1C00CF }
|
||||
/* LiteralNumberBin */ .chroma .mb { color: #1C00CF }
|
||||
/* LiteralNumberFloat */ .chroma .mf { color: #1C00CF }
|
||||
/* LiteralNumberHex */ .chroma .mh { color: #1C00CF }
|
||||
/* LiteralNumberInteger */ .chroma .mi { color: #1C00CF }
|
||||
/* LiteralNumberIntegerLong */ .chroma .il { color: #1C00CF }
|
||||
/* LiteralNumberOct */ .chroma .mo { color: #1C00CF }
|
||||
/* Operator */ .chroma .o { color: rgba(0,0,0,.85) }
|
||||
/* OperatorWord */ .chroma .ow { color: rgba(0,0,0,.85) }
|
||||
/* Punctuation */ .chroma .p { color: #326D74 }
|
||||
/* Comment */ .chroma .c { color: #5D6C79 }
|
||||
/* CommentHashbang */ .chroma .ch { color: #5D6C79 }
|
||||
/* CommentMultiline */ .chroma .cm { color: #5D6C79 }
|
||||
/* CommentSingle */ .chroma .c1 { color: #5D6C79 }
|
||||
/* CommentSpecial */ .chroma .cs { color: #5D6C79 }
|
||||
/* CommentPreproc */ .chroma .cp { color: #4A5560 }
|
||||
/* CommentPreprocFile */ .chroma .cpf { color: #4A5560 }
|
||||
/* GenericHeading */ .chroma .gh { color: #005cc5; }
|
||||
/* GenericDeleted */ .chroma .gd { color: #b31d28; background-color: rgba(179, 29, 40, .05); }
|
||||
/* GenericInserted */ .chroma .gi { color: #22863a; background-color: rgba(34, 134, 58, .05);}
|
||||
159
themes/notepadium/assets/css/dark-style.css
Normal file
159
themes/notepadium/assets/css/dark-style.css
Normal file
@ -0,0 +1,159 @@
|
||||
* {
|
||||
scrollbar-color: rgba(255, 255, 255, 0.25) transparent
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb {
|
||||
background-color: rgba(255, 255, 255, 0.25)
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar-thumb:hover {
|
||||
background-color: rgba(255, 255, 255, 0.5)
|
||||
}
|
||||
|
||||
body {
|
||||
color: #d8dde2;
|
||||
background-color: #0d1117;
|
||||
}
|
||||
|
||||
table thead {
|
||||
color: #c7d5f6;
|
||||
}
|
||||
|
||||
table tr:nth-child(even) {
|
||||
background-color: rgba(51, 54, 58, .35);
|
||||
}
|
||||
|
||||
mark {
|
||||
background-color: #515b70;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #393b3d;
|
||||
}
|
||||
|
||||
.slogan,
|
||||
.date,
|
||||
.license {
|
||||
color: #6ae;
|
||||
}
|
||||
|
||||
.title,
|
||||
.site.name {
|
||||
color: #c7d5f6;
|
||||
}
|
||||
|
||||
.note.content {
|
||||
color: #d8dde2;
|
||||
}
|
||||
|
||||
code,
|
||||
kbd,
|
||||
tt,
|
||||
samp {
|
||||
color: #e5c07b;
|
||||
background-color: rgba(240, 246, 252, 0.05);
|
||||
}
|
||||
|
||||
a {
|
||||
color: #2997ff;
|
||||
}
|
||||
|
||||
.pagination ul li a {
|
||||
color: #2997ff;
|
||||
}
|
||||
|
||||
.pagination ul li a.active {
|
||||
background-color: #2997ff;
|
||||
}
|
||||
|
||||
.pagination ul li a:hover:not(.active) {
|
||||
background-color: rgba(41, 151, 255, .5);
|
||||
}
|
||||
|
||||
.tag {
|
||||
color: #c7d5f6;
|
||||
}
|
||||
|
||||
.category {
|
||||
color: #24292e;
|
||||
background-color: rgba(199, 213, 246);
|
||||
}
|
||||
|
||||
strong,
|
||||
b,
|
||||
.article.markdown-body h1,
|
||||
.article.markdown-body h2,
|
||||
.article.markdown-body h3,
|
||||
.article.markdown-body h4,
|
||||
.article.markdown-body h5,
|
||||
.article.markdown-body h6 {
|
||||
color: #c7d5f6;
|
||||
}
|
||||
|
||||
.article.markdown-body q,
|
||||
.article.markdown-body blockquote {
|
||||
color: #9aa3ad;
|
||||
}
|
||||
|
||||
.article.markdown-body blockquote {
|
||||
border-left-color: #595e66;
|
||||
}
|
||||
|
||||
#header {
|
||||
background-color: #21262d;
|
||||
}
|
||||
|
||||
.note.list .item {
|
||||
background-color: #21262d;
|
||||
box-shadow: inset -1px 0 0 0 rgba(14, 17, 21, .6),
|
||||
inset 0 -1px 0 0 #0e1215, inset 1px 0 0 0 rgba(14, 17, 21, .6);
|
||||
}
|
||||
|
||||
.note.list .item:hover {
|
||||
box-shadow: 0 2px 6px 0 #0e1215,
|
||||
inset -1px 0 0 0 rgba(14, 17, 21, .3), inset 0 -1px 0 0 #0e1215,
|
||||
inset 1px 0 0 0 rgba(14, 17, 21, .2);
|
||||
}
|
||||
|
||||
.article-container {
|
||||
background-color: #21262d;
|
||||
box-shadow: 0 12px 16px 0 rgba(1, 4, 9, .85);
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
.note.list .item,
|
||||
.article-container {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.article.author .bio {
|
||||
color: #828997;
|
||||
}
|
||||
|
||||
/* border color */
|
||||
.note.imgs .img,
|
||||
.article.markdown-body table td,
|
||||
.article.markdown-body table th,
|
||||
.article.markdown-body .lntable {
|
||||
border-color: rgba(199, 213, 246, .25);
|
||||
}
|
||||
|
||||
.article.markdown-body h1,
|
||||
.article.markdown-body h2 {
|
||||
border-bottom-color: rgba(199, 213, 246, .25);
|
||||
}
|
||||
|
||||
.article.license {
|
||||
background-color: #345;
|
||||
border-color: #456;
|
||||
}
|
||||
|
||||
.article.discussion {
|
||||
border-top-color: rgba(199, 213, 246, .25);
|
||||
border-bottom-color: rgba(199, 213, 246, .25);
|
||||
}
|
||||
|
||||
.article.markdown-body .lntable tr>:first-child {
|
||||
border-right-color: rgba(199, 213, 246, .25);
|
||||
}
|
||||
96
themes/notepadium/assets/css/hljs/a11y-dark.css
Normal file
96
themes/notepadium/assets/css/hljs/a11y-dark.css
Normal file
@ -0,0 +1,96 @@
|
||||
/* a11y-dark theme */
|
||||
/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
|
||||
/* @author: ericwbailey */
|
||||
|
||||
/* Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #d4d0ab;
|
||||
}
|
||||
|
||||
/* Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #ffa07a;
|
||||
}
|
||||
|
||||
/* Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #f5ab35;
|
||||
}
|
||||
|
||||
/* Yellow */
|
||||
.hljs-attribute {
|
||||
color: #ffd700;
|
||||
}
|
||||
|
||||
/* Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #abe338;
|
||||
}
|
||||
|
||||
/* Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #00e0e0;
|
||||
}
|
||||
|
||||
/* Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #dcc6e0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #2b2b2b;
|
||||
color: #f8f8f2;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast: active) {
|
||||
.hljs-addition,
|
||||
.hljs-attribute,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-bullet,
|
||||
.hljs-comment,
|
||||
.hljs-link,
|
||||
.hljs-literal,
|
||||
.hljs-meta,
|
||||
.hljs-number,
|
||||
.hljs-params,
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-type,
|
||||
.hljs-quote {
|
||||
color: highlight;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
96
themes/notepadium/assets/css/hljs/a11y-light.css
Normal file
96
themes/notepadium/assets/css/hljs/a11y-light.css
Normal file
@ -0,0 +1,96 @@
|
||||
/* a11y-light theme */
|
||||
/* Based on the Tomorrow Night Eighties theme: https://github.com/isagalaev/highlight.js/blob/master/src/styles/tomorrow-night-eighties.css */
|
||||
/* @author: ericwbailey */
|
||||
|
||||
/* Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #696969;
|
||||
}
|
||||
|
||||
/* Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion {
|
||||
color: #d91e18;
|
||||
}
|
||||
|
||||
/* Orange */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link {
|
||||
color: #aa5d00;
|
||||
}
|
||||
|
||||
/* Yellow */
|
||||
.hljs-attribute {
|
||||
color: #aa5d00;
|
||||
}
|
||||
|
||||
/* Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition {
|
||||
color: #008000;
|
||||
}
|
||||
|
||||
/* Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #007faa;
|
||||
}
|
||||
|
||||
/* Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #7928a1;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #fefefe;
|
||||
color: #545454;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast: active) {
|
||||
.hljs-addition,
|
||||
.hljs-attribute,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-bullet,
|
||||
.hljs-comment,
|
||||
.hljs-link,
|
||||
.hljs-literal,
|
||||
.hljs-meta,
|
||||
.hljs-number,
|
||||
.hljs-params,
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-type,
|
||||
.hljs-quote {
|
||||
color: highlight;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
105
themes/notepadium/assets/css/hljs/agate.css
Normal file
105
themes/notepadium/assets/css/hljs/agate.css
Normal file
@ -0,0 +1,105 @@
|
||||
/*!
|
||||
* Agate by Taufik Nurrohman <https://github.com/tovic>
|
||||
* ----------------------------------------------------
|
||||
*
|
||||
* #ade5fc
|
||||
* #a2fca2
|
||||
* #c6b4f0
|
||||
* #d36363
|
||||
* #fcc28c
|
||||
* #fc9b9b
|
||||
* #ffa
|
||||
* #fff
|
||||
* #333
|
||||
* #62c8f3
|
||||
* #888
|
||||
*
|
||||
*/
|
||||
|
||||
pre {
|
||||
background-color: #333;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hljs-name,
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-code,
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-tag {
|
||||
color: #62c8f3;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #ade5fc;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-bullet {
|
||||
color: #a2fca2;
|
||||
}
|
||||
|
||||
.hljs-type,
|
||||
.hljs-title,
|
||||
.hljs-section,
|
||||
.hljs-attribute,
|
||||
.hljs-quote,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name {
|
||||
color: #ffa;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #d36363;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-literal {
|
||||
color: #fcc28c;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-deletion,
|
||||
.hljs-code {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-regexp,
|
||||
.hljs-link {
|
||||
color: #c6b4f0;
|
||||
}
|
||||
|
||||
.hljs-meta {
|
||||
color: #fc9b9b;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #fc9b9b;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #a2fca2;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.hljs a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.hljs a:focus,
|
||||
.hljs a:hover {
|
||||
color: inherit;
|
||||
text-decoration: underline;
|
||||
}
|
||||
86
themes/notepadium/assets/css/hljs/an-old-hope.css
Normal file
86
themes/notepadium/assets/css/hljs/an-old-hope.css
Normal file
@ -0,0 +1,86 @@
|
||||
/*
|
||||
|
||||
An Old Hope – Star Wars Syntax (c) Gustavo Costa <gusbemacbe@gmail.com>
|
||||
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
|
||||
Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom
|
||||
|
||||
*/
|
||||
|
||||
/* Death Star Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote
|
||||
{
|
||||
color: #B6B18B;
|
||||
}
|
||||
|
||||
/* Darth Vader */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-regexp,
|
||||
.hljs-deletion
|
||||
{
|
||||
color: #EB3C54;
|
||||
}
|
||||
|
||||
/* Threepio */
|
||||
.hljs-number,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params,
|
||||
.hljs-meta,
|
||||
.hljs-link
|
||||
{
|
||||
color: #E7CE56;
|
||||
}
|
||||
|
||||
/* Luke Skywalker */
|
||||
.hljs-attribute
|
||||
{
|
||||
color: #EE7C2B;
|
||||
}
|
||||
|
||||
/* Obi Wan Kenobi */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-addition
|
||||
{
|
||||
color: #4FB4D7;
|
||||
}
|
||||
|
||||
/* Yoda */
|
||||
.hljs-title,
|
||||
.hljs-section
|
||||
{
|
||||
color: #78BB65;
|
||||
}
|
||||
|
||||
/* Mace Windu */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag
|
||||
{
|
||||
color: #B45EA4;
|
||||
}
|
||||
|
||||
/* Millenium Falcon */
|
||||
pre
|
||||
{
|
||||
background-color: #1C1D21;
|
||||
color: #c0c5ce;
|
||||
}
|
||||
|
||||
.hljs-emphasis
|
||||
{
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
63
themes/notepadium/assets/css/hljs/androidstudio.css
Normal file
63
themes/notepadium/assets/css/hljs/androidstudio.css
Normal file
@ -0,0 +1,63 @@
|
||||
/*
|
||||
Date: 24 Fev 2015
|
||||
Author: Pedro Oliveira <kanytu@gmail . com>
|
||||
*/
|
||||
|
||||
pre {
|
||||
color: #a9b7c6;
|
||||
background-color: #282b2e;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-literal,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #6897BB;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-deletion {
|
||||
color: #cc7832;
|
||||
}
|
||||
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-link {
|
||||
color: #629755;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.hljs-meta {
|
||||
color: #bbb529;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-attribute,
|
||||
.hljs-addition {
|
||||
color: #6A8759;
|
||||
}
|
||||
|
||||
.hljs-section,
|
||||
.hljs-title,
|
||||
.hljs-type {
|
||||
color: #ffc66d;
|
||||
}
|
||||
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #e8bf6a;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
84
themes/notepadium/assets/css/hljs/arduino-light.css
Normal file
84
themes/notepadium/assets/css/hljs/arduino-light.css
Normal file
@ -0,0 +1,84 @@
|
||||
/*
|
||||
|
||||
Arduino® Light Theme - Stefania Mellai <s.mellai@arduino.cc>
|
||||
|
||||
*/
|
||||
|
||||
pre {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst {
|
||||
color: #434f54;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-attribute,
|
||||
.hljs-selector-tag,
|
||||
.hljs-doctag,
|
||||
.hljs-name {
|
||||
color: #00979D;
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.hljs-literal,
|
||||
.hljs-bullet,
|
||||
.hljs-code,
|
||||
.hljs-addition {
|
||||
color: #D35400;
|
||||
}
|
||||
|
||||
.hljs-regexp,
|
||||
.hljs-symbol,
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-link,
|
||||
.hljs-selector-attr,
|
||||
.hljs-selector-pseudo {
|
||||
color: #00979D;
|
||||
}
|
||||
|
||||
.hljs-type,
|
||||
.hljs-string,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class,
|
||||
.hljs-quote,
|
||||
.hljs-template-tag,
|
||||
.hljs-deletion {
|
||||
color: #005C5F;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #880000;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-comment {
|
||||
color: rgba(149,165,166,.8);
|
||||
}
|
||||
|
||||
.hljs-meta-keyword {
|
||||
color: #728E00;
|
||||
}
|
||||
|
||||
.hljs-meta {
|
||||
color: #434f54;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-function {
|
||||
color: #728E00;
|
||||
}
|
||||
|
||||
.hljs-number {
|
||||
color: #8A7B52;
|
||||
}
|
||||
70
themes/notepadium/assets/css/hljs/arta.css
Normal file
70
themes/notepadium/assets/css/hljs/arta.css
Normal file
@ -0,0 +1,70 @@
|
||||
/*
|
||||
Date: 17.V.2011
|
||||
Author: pumbur <pumbur@pumbur.net>
|
||||
*/
|
||||
|
||||
pre {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.hljs,
|
||||
.hljs-subst {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.hljs-section {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote,
|
||||
.hljs-meta {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-regexp {
|
||||
color: #ffcc33;
|
||||
}
|
||||
|
||||
.hljs-number,
|
||||
.hljs-addition {
|
||||
color: #00cc66;
|
||||
}
|
||||
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-link {
|
||||
color: #32aaee;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #6644aa;
|
||||
}
|
||||
|
||||
.hljs-title,
|
||||
.hljs-variable,
|
||||
.hljs-deletion,
|
||||
.hljs-template-tag {
|
||||
color: #bb1166;
|
||||
}
|
||||
|
||||
.hljs-section,
|
||||
.hljs-doctag,
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
42
themes/notepadium/assets/css/hljs/ascetic.css
Normal file
42
themes/notepadium/assets/css/hljs/ascetic.css
Normal file
@ -0,0 +1,42 @@
|
||||
/*
|
||||
|
||||
Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
|
||||
|
||||
*/
|
||||
|
||||
pre {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.hljs-string,
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet,
|
||||
.hljs-section,
|
||||
.hljs-addition,
|
||||
.hljs-attribute,
|
||||
.hljs-link {
|
||||
color: #888;
|
||||
}
|
||||
|
||||
.hljs-comment,
|
||||
.hljs-quote,
|
||||
.hljs-meta,
|
||||
.hljs-deletion {
|
||||
color: #ccc;
|
||||
}
|
||||
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag,
|
||||
.hljs-section,
|
||||
.hljs-name,
|
||||
.hljs-type,
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
80
themes/notepadium/assets/css/hljs/atelier-cave-dark.css
Normal file
80
themes/notepadium/assets/css/hljs/atelier-cave-dark.css
Normal file
@ -0,0 +1,80 @@
|
||||
/* Base16 Atelier Cave Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Cave Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #7e7887;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #be4678;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #aa573c;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #2a9292;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #576ddb;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #955ae7;
|
||||
}
|
||||
|
||||
.hljs-deletion,
|
||||
.hljs-addition {
|
||||
color: #19171c;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #be4678;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #2a9292;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #19171c;
|
||||
color: #8b8792;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
82
themes/notepadium/assets/css/hljs/atelier-cave-light.css
Normal file
82
themes/notepadium/assets/css/hljs/atelier-cave-light.css
Normal file
@ -0,0 +1,82 @@
|
||||
/* Base16 Atelier Cave Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/cave) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Cave Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #655f6d;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #be4678;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #aa573c;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #2a9292;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #576ddb;
|
||||
}
|
||||
|
||||
/* Atelier-Cave Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #955ae7;
|
||||
}
|
||||
|
||||
.hljs-deletion,
|
||||
.hljs-addition {
|
||||
color: #19171c;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #be4678;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #2a9292;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #efecf4;
|
||||
color: #585260;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-dune-dark.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-dune-dark.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Dune Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Dune Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #999580;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #d73737;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #b65611;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #60ac39;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #6684e1;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #b854d4;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #20201d;
|
||||
color: #a6a28c;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-dune-light.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-dune-light.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Dune Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Dune Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #7d7a68;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #d73737;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #b65611;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #60ac39;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #6684e1;
|
||||
}
|
||||
|
||||
/* Atelier-Dune Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #b854d4;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #fefbec;
|
||||
color: #6e6b5e;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
81
themes/notepadium/assets/css/hljs/atelier-estuary-dark.css
Normal file
81
themes/notepadium/assets/css/hljs/atelier-estuary-dark.css
Normal file
@ -0,0 +1,81 @@
|
||||
/* Base16 Atelier Estuary Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Estuary Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #878573;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #ba6236;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #ae7313;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #7d9726;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #36a166;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #5f9182;
|
||||
}
|
||||
|
||||
.hljs-deletion,
|
||||
.hljs-addition {
|
||||
color: #22221b;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #ba6236;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #7d9726;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #22221b;
|
||||
color: #929181;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
81
themes/notepadium/assets/css/hljs/atelier-estuary-light.css
Normal file
81
themes/notepadium/assets/css/hljs/atelier-estuary-light.css
Normal file
@ -0,0 +1,81 @@
|
||||
/* Base16 Atelier Estuary Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/estuary) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Estuary Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #6c6b5a;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #ba6236;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #ae7313;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #7d9726;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #36a166;
|
||||
}
|
||||
|
||||
/* Atelier-Estuary Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #5f9182;
|
||||
}
|
||||
|
||||
.hljs-deletion,
|
||||
.hljs-addition {
|
||||
color: #22221b;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.hljs-deletion {
|
||||
background-color: #ba6236;
|
||||
}
|
||||
|
||||
.hljs-addition {
|
||||
background-color: #7d9726;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f4f3ec;
|
||||
color: #5f5e4e;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-forest-dark.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-forest-dark.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Forest Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Forest Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #9c9491;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #f22c40;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #df5320;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #7b9726;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #407ee7;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #6666ea;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #1b1918;
|
||||
color: #a8a19f;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-forest-light.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-forest-light.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Forest Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/forest) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Forest Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #766e6b;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #f22c40;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #df5320;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #7b9726;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #407ee7;
|
||||
}
|
||||
|
||||
/* Atelier-Forest Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #6666ea;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f1efee;
|
||||
color: #68615e;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-heath-dark.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-heath-dark.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Heath Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Heath Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #9e8f9e;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #ca402b;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #a65926;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #918b3b;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #516aec;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #7b59c0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #1b181b;
|
||||
color: #ab9bab;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-heath-light.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-heath-light.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Heath Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/heath) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Heath Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #776977;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #ca402b;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #a65926;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #918b3b;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #516aec;
|
||||
}
|
||||
|
||||
/* Atelier-Heath Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #7b59c0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #f7f3f7;
|
||||
color: #695d69;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-lakeside-dark.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-lakeside-dark.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Lakeside Dark - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Lakeside Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #7195a8;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #d22d72;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #935c25;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #568c3b;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #257fad;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #6b6bb8;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #161b1d;
|
||||
color: #7ea2b4;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
66
themes/notepadium/assets/css/hljs/atelier-lakeside-light.css
Normal file
66
themes/notepadium/assets/css/hljs/atelier-lakeside-light.css
Normal file
@ -0,0 +1,66 @@
|
||||
/* Base16 Atelier Lakeside Light - Theme */
|
||||
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside) */
|
||||
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
|
||||
|
||||
/* Atelier-Lakeside Comment */
|
||||
.hljs-comment,
|
||||
.hljs-quote {
|
||||
color: #5a7b8c;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Red */
|
||||
.hljs-variable,
|
||||
.hljs-template-variable,
|
||||
.hljs-attribute,
|
||||
.hljs-tag,
|
||||
.hljs-name,
|
||||
.hljs-regexp,
|
||||
.hljs-link,
|
||||
.hljs-name,
|
||||
.hljs-selector-id,
|
||||
.hljs-selector-class {
|
||||
color: #d22d72;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Orange */
|
||||
.hljs-number,
|
||||
.hljs-meta,
|
||||
.hljs-built_in,
|
||||
.hljs-builtin-name,
|
||||
.hljs-literal,
|
||||
.hljs-type,
|
||||
.hljs-params {
|
||||
color: #935c25;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Green */
|
||||
.hljs-string,
|
||||
.hljs-symbol,
|
||||
.hljs-bullet {
|
||||
color: #568c3b;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Blue */
|
||||
.hljs-title,
|
||||
.hljs-section {
|
||||
color: #257fad;
|
||||
}
|
||||
|
||||
/* Atelier-Lakeside Purple */
|
||||
.hljs-keyword,
|
||||
.hljs-selector-tag {
|
||||
color: #6b6bb8;
|
||||
}
|
||||
|
||||
pre {
|
||||
background-color: #ebf8ff;
|
||||
color: #516d7b;
|
||||
}
|
||||
|
||||
.hljs-emphasis {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.hljs-strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user