Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Theme submission: ANSI #27

Open
wants to merge 12 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions _posts/theme/2018-01-05-ansi.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: theme
title: ANSI
category: theme
homepage: https://github.com/egazz/typora-theme-gallery
download: hhttps://github.com/egazz/typora-theme-gallery/archive/master.zip
built-in: false
author: Zach Powell
thumbnail: ansi_thumb.png
typora-root-url: ../../
typora-copy-images-to: ../../media/theme/ansi
---

A typora theme inspired by early terminals, and ANSI. Dark and monospaced, but still good for text.

Turn the lights off and write.

> Designed and tested on Linux. Not tested on Windows/macOS.
> Requires Typora ≥ v0.9.9.10.6/v0.9.36.

![Screenshot](/media/theme/ansi/ansi_thumb.png)
1 change: 1 addition & 0 deletions media/theme/ansi/ANSI/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

108 changes: 108 additions & 0 deletions media/theme/ansi/ANSI/codeblock.dark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,108 @@
@charset "UTF-8";
/* CSS Document */

/** code highlight */

.cm-s-inner .cm-variable,
.cm-s-inner .cm-operator,
.cm-s-inner .cm-property {
color: #b8bfc6;
}

.cm-s-inner .cm-keyword {
color: #C88FD0;
}

.cm-s-inner .cm-tag {
color: #7DF46A;
}

.cm-s-inner .cm-attribute {
color: #7575E4;
}

.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid #b8bfc6;
z-index: 3;
}

.cm-s-inner .cm-string {
color: #D26B6B;
}

.cm-s-inner .cm-comment,
.cm-s-inner.cm-comment {
color: #DA924A;
}

.cm-s-inner .cm-header,
.cm-s-inner .cm-def,
.cm-s-inner.cm-header,
.cm-s-inner.cm-def {
color: #8d8df0;
}

.cm-s-inner .cm-quote,
.cm-s-inner.cm-quote {
color: #57ac57;
}

.cm-s-inner .cm-hr {
color: #d8d5d5;
}

.cm-s-inner .cm-link {
color: #d3d3ef;
}

.cm-s-inner .cm-negative {
color: #d95050;
}

.cm-s-inner .cm-positive {
color: #50e650;
}

.cm-s-inner .cm-string-2 {
color: #f50;
}

.cm-s-inner .cm-meta,
.cm-s-inner .cm-qualifier {
color: #b7b3b3;
}

.cm-s-inner .cm-builtin {
color: #f3b3f8;
}

.cm-s-inner .cm-bracket {
color: #997;
}

.cm-s-inner .cm-atom,
.cm-s-inner.cm-atom {
color: #84B6CB;
}

.cm-s-inner .cm-number {
color: #64AB8F;
}

.cm-s-inner .cm-variable {
color: #b8bfc6;
}

.cm-s-inner .cm-variable-2 {
color: #9FBAD5;
}

.cm-s-inner .cm-variable-3 {
color: #1cc685;
}

.CodeMirror-selectedtext {
background: #4a89dc;
color: #fff !important;
text-shadow: none;
}
Binary file added media/theme/ansi/ANSI/dvsup-gr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/theme/ansi/ANSI/dvsup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading