GithubHelp home page GithubHelp logo

nylki / pen-paper-coffee-syntax Goto Github PK

View Code? Open in Web Editor NEW
56.0 6.0 14.0 3.25 MB

Light Atom syntax theme designed for writing texts in markdown.

Home Page: https://atom.io/themes/pen-paper-coffee-syntax

License: Creative Commons Zero v1.0 Universal

Less 100.00%
syntax-theme atom color-theme

pen-paper-coffee-syntax's People

Contributors

leipert avatar nylki avatar simurai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

pen-paper-coffee-syntax's Issues

style critic markdown

see:

{
    'begin': '{\\+\\+'
    'end': '\\+\\+}'
    'name': 'critic.gfm.addition'
    'captures':
      '0':
        'name': 'critic.gfm.addition.marker'
  }
  {
    'begin': '{--'
    'end': '--}'
    'name': 'critic.gfm.deletion'
    'captures':
      '0':
        'name': 'critic.gfm.deletion.marker'
  }
  {
    'begin': '{=='
    'end': '==}'
    'name': 'critic.gfm.highlight'
    'captures':
      '0':
        'name': 'critic.gfm.highlight.marker'
  }
  {
    'begin': '{>>'
    'end': '<<}'
    'name': 'critic.gfm.comment'
    'captures':
      '0':
        'name': 'critic.gfm.comment.marker'
  }
  {
    'begin': '{~~'
    'end': '~~}'
    'name': 'critic.gfm.substitution'
    'captures':
      '0':
        'name': 'critic.gfm.substitution.marker'
    'patterns': [
      {
        'match': '~>'
        'name': 'critic.gfm.substitution.operator'
      }
    ]
  }

ThemePackage.getStylesheetsPath is deprecated.

Store package style sheets in the styles/ directory instead of stylesheets/ in the pen-paper-coffee-syntax package

ThemePackage.getStylesheetsPath (/opt/atom/resources/app/src/package.js:433:9)
<unknown> (/opt/atom/resources/app/src/theme-manager.js:434:35)

Theme broken with One Light UI Theme 0.44.0 & Atom 1.10.0

For some reason the theme is broken with the One Light UI Theme 0.44.0 and Atom 1.10.0. The problems disappear when changing to a different UI theme, e.g. Atom Light. See images for examples:

sieppaa

sieppaa

There are many other instances with similar problems and other problems, i.e. not recognizing italics, only some of the citations etc.

Font size and color styles not applying

When I activate the syntax theme, the background and line numbers appear correctly, but none of the unique colors are applied to headings, links, blockquote, etc. as shown in the screenshots. They're all the same indigo of the default paragraph text. The heading fonts are also the same size as paragraph fonts, contrary to what's show in the screenshots. Here's what markdown looks like:

ppc style bug

I'm wondering if the style theme conflicts with the default Atom Light UI theme I'm using? Is Pen Paper Coffee more compatible with some UI themes than others?

Headers

When the pen-paper-coffee-syntax theme is running, headers won't soft wrap. Instead, they run off the edge of the screen.

Style Project Find results heading pane

Hi,

your syntax theme uses a default color value for the Project Find heading pane and makes it impossible to use because it's dark text on dark background.

If I add this to my styles.less it works fine:

.preview-pane .panel-heading {
  background-color: #e0dad3;
}

I don't understand Atom theming very much but if you tell me where I need to apply this and how I'll create a pull request. The color is the same as in @heftstreifen (toller Name!) in the colors.less

screen shot 2016-09-26 at 13 51 29

screen_shot_2016-09-26_at_14_20_51

Support for underlined headings

Currently, only headings preceeded with # are highlighted.
The alternate underline-ish style for H1 and H2 does not seem to be supported yet:

screenshot

Hidden characters

The hidden characters are very dark, is it possible to use a lighter color?
image

softWrapHangingIndent for lists?

Hi, thanks for your package!

I'm new to all of this, so there might be a very obvious answer, but:

Where can I set softWrapHangingIndent just for ordered/unordered lists?

Markdown preview theme

Would you be able to add to the readme the settings you use to style the markdown preview plus with pen paper coffee?

style mentioned issues (github eg)

As of now the .variable.issue.tag is using the blue of variable. maybe color the number blue as well.

for captured scopes see:

 {
    'match': '(?<=^|\\s|"|\'|\\(|\\[)(#)(\\d+)(?=[\\s"\'\\.,;\\)\\]])'
    'captures':
      '1':
        'name': 'variable.issue.tag.gfm'
      '2':
        'name': 'string.issue.number.gfm'
  }

Footnotes

Is it possible to change the style to highlight inline footnotes? So that Here is a point.[^And a supporting footnote.] (or the ^[ pandoc variation) would highlight the footnote text to make it distinct from the body?

Convert to Xressources

Hello. I hope it is okay to come with a request like this.
I've been using this theme for atom for quite some time now and would like to know if you have converted it to a .Xressources color theme? or know if it is exists?

Other grammars support?

Wasn't there an "apply to these grammars" setting at some point? I would really like my .todo files styled like my .gfm files.

style markdown tables

those scopes are used for tables:
.border.pipe.inner
.border.pipe.outer
.border.header
.border.alignment
.table.gfm

Autocomplete pop-ups hide text

The pop-ups from autocomplete plus are a bit too high and hide the text I'm writing:

screen shot 2015-10-02 at 2 05 52 pm

Minor thing, but I find it a bit distracting in the writing process.

Introduce Math mode

I use $...$ and $$...$$ styles on a regular basis. Is there any way to style them?

Example:

I like inline too $ E=mc^2 $

$$
\begin{aligned}
W &= (r,S,R)\\
S  &= K \cup I \neq \emptyset\\
R  &\subseteq E \times S \cup (r, s \in S) \neq \emptyset
\end{aligned}
$$

add bibtex specific coloring

  • bibtex/biblatex (.bib) files should read similiar to markdown files. that means:
  • @citekey or citekey should be colored the same in .md and .bib

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.