1
0
mirror of https://github.com/taniarascia/new-moon.git synced 2025-04-19 11:22:15 +03:00

Complete overhaul. Make brackets a separate repo. Add iterm2. New README

This commit is contained in:
Tania Rascia 2019-02-28 06:34:29 -06:00
commit a344604a2c
27 changed files with 809 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.DS_Store

9
LICENSE Normal file
View File

@ -0,0 +1,9 @@
The MIT License (MIT)
Copyright (c) 2019 Tania Rascia
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.

121
README.md Normal file
View File

@ -0,0 +1,121 @@
# ![New Moon Icon](new-moon-logo.png) New Moon Syntax Theme
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
The optimized dark theme for web development.
## Intuitive Syntax Highlighting
[New Moon](https://taniarascia.github.io/new-moon) is the optimized dark theme for web development. I've meticulously designed New Moon to be easy on the eyes with intuitive connections between related elements. It's pleasant for long coding hours in any language, and particularly well suited for HTML, CSS, Sass, PHP, and JavaScript.
- HTML & CSS work together
- Optimized for JSX and React
- Clear distinctions between code and markup
## Platforms
New Moon is available for:
- [Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=taniarascia.new-moon-vscode)
- [Chrome DevTools](https://github.com/taniarascia/new-moon-chrome-devtools)
- [iTerm2](https://github.com/taniarascia/new-moon/iterm2)
- [Brackets](https://github.com/taniarascia/new-moon-brackets)
- [Sublime Text](https://packagecontrol.io/packages/New%20Moon%20Color%20Scheme)
- [Atom](https://github.atom.io/packages/new-moon-atom-syntax)
> **Note:** The Visual Studio Code, Chrome DevTools, and iTerm2 themes are actively maintained.
## What Are People Saying?
> Absolutely beautiful theme. Definitely deserves more recognition .
>
> - _Arcadia_
> Undoubtedly the best color theme ever. Just install and see yourself. The background color is perfect for long time exposure to the eyes. And the code color is well lit and separated from each other.
>
> - _Ibnul Alam_
> Great theme for long coding hours.
>
> - _Volkan_
> Really surprised this theme isn't more popular. It's a joy to use for HTML/CSS/JS and PHP. I like that it isn't heavy on blue colors like a lot of the popular dark themes.
>
> - _Brendan_
> I've been using New Moon for several weeks now, I love it. The color palette is very easy on the eyes, especially after a few hours of coding.
>
> - _Jose_
## Colors
| Usage | Palette | Hex Code |
| --------------- | ------------ | ------------------------------------------------------------------- |
| Background | Darkest | ![#2d2d2d](https://placehold.it/15/2d2d2d/ffffff?text=+) `#2d2d2d` |
| Comment | Medium | ![#777c85](https://placehold.it/15/777c85/000000?text=+) `#777c85` |
| Foreground | Light | ![#b3b9c5](https://placehold.it/15/b3b9c5/000000?text=+) `#b3b9c5` |
| Function | Lightest | ![#ffffff](https://placehold.it/15/ffffff/000000?text=+) `#ffffff` |
| Variable | Red | ![#f2777a](https://placehold.it/15/f2777a/000000?text=+) `#f2777a` |
| Number | Orange | ![#FCA369](https://placehold.it/15/FCA369/000000?text=+) `#fca369` |
| Attribute | Yellow | ![#FFD479](https://placehold.it/15/FFD479/000000?text=+) `#ffd479` |
| Keyword | Light Yellow | ![#ffeea6](https://placehold.it/15/FFEEA6/000000?text=+) `#ffeea6` |
| String | Green | ![#92D192](https://placehold.it/15/92D192/000000?text=+) `##92d192` |
| Class/Tag | Blue | ![#6AB0F3](https://placehold.it/15/6AB0F3/000000?text=+) `#6AB0F3` |
| Constant/Pseudo | Aqua | ![#76D4D6](https://placehold.it/15/76D4D6/000000?text=+) `#76d4d6` |
| Support | Purple | ![#E1A6F2](https://placehold.it/15/E1A6F2/000000?text=+) `#e1a6f2` |
| Operator | Beige | ![#ac8d58](https://placehold.it/15/ac8d58/000000?text=+) `#ac8d58` |
## Screenshots
### Chrome DevTools
![New Moon Screenshot](docs/samples/chromedetools.png)
### iTerm2
![New Moon Screenshot](docs/samples/iterm2.png)
### JavaScript
![New Moon Screenshot](docs/samples/react.png)
### CSS/Sass
![New Moon Screenshot](docs/samples/css.png)
### PHP
![New Moon Screenshot](docs/samples/php2.png)
## Installation
New Moon can be installed through the package/extension/plugin manager by searching for "new-moon".
### Chrome DevTools
1. Navigate to chrome://flags, find Developer Tools Experiments and toggle to Enabled.
1. Reload Chrome.
1. In DevTools, click the three dots menu, go to Settings -> Experiments and select Allow UI Themes.
1. Set theme to "Dark Mode"
1. Load a new tab and enjoy your awesome new DevTools theme!
### iTerm2
1. iTerm2 > Preferences > Profiles > Colors
1. Load Presets
1. Select Import
1. Select `new-moon.itermcolors`
1. Select New Moon from color presets
## Acknowledgements
- Originally inspired by Twilight and [Tomorrow Night Eighties](https://github.com/chriskempson/tomorrow-theme).
- Chrome DevTools theme fornked from [Zero Base Themes](https://github.com/mauricecruz/zero-base-themes)
## Author
- [Tania Rascia](https://www.taniarascia.com)
## License
This project is open source and available under the [MIT License](LICENSE.md).

196
docs/css/main.css Normal file
View File

@ -0,0 +1,196 @@
html {
font-size: 1rem;
}
body {
margin: 0;
font-family: sans-serif;
line-height: 1.6;
font-weight: 400;
background: #2d2d2d;
color: #b3b9c5;
font-family: 'Averia Serif Libre', sans-serif;
}
h1,
h2,
h3,
h4 {
line-height: 1.2;
}
a {
color: #ffeea6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #ffd479;
}
p {
font-size: 1.2rem;
color: #848991;
margin: 2rem 0;
}
img {
display: inline-block;
max-width: 100%;
height: auto;
}
.logo {
margin: 1.5rem auto;
max-width: 150px;
}
.logo2 {
max-width: 75px;
margin: 1.5rem 0.5rem;
transition: all .1s ease;
}
.logo2:hover {
transform: scale(1.1);
}
header {
text-align: center;
}
h1 {
font-family: 'Cinzel Decorative', sans-serif;
font-size: 4.5rem;
font-weight: 400;
margin-top: -1rem !important;
margin-bottom: 0;
color: #ffeea6;
background: -webkit-linear-gradient(#ffeea6, #ffd479);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child) {
margin-top: 4rem;
}
h2 {
font-size: 2rem;
margin: 2rem 0;
padding-bottom: 0.5rem;
border-bottom: 1px solid #444;
}
h3 {
font-size: 1.6rem;
margin: 2rem 0;
padding-bottom: 0.5rem;
border-bottom: 1px solid #444;
}
blockquote {
font-size: 1.5rem;
border-bottom: 1px solid #444;
padding: 1rem;
margin: 0;
}
cite {
display: block;
font-size: 1.2rem;
text-align: right;
}
.subtitle {
font-family: 'Averia Serif Libre', sans-serif;
font-size: 1.5rem;
margin-bottom: 1.5rem;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 0 1rem;
}
.flex {
display: flex;
align-items: center;
justify-content: center;
}
.circle {
display: inline-block;
height: 20px;
width: 20px;
border-radius: 50%;
margin: 0 0.5rem 0 0;
}
.y {
color: #ffd479;
}
.y2 {
background: #ffd479;
}
.b {
color: #6ab0f3;
}
.b2 {
background: #6ab0f3;
}
.g {
color: #92d192;
}
.g2 {
background: #92d192;
}
.r {
color: #f2777a;
}
.r2 {
color: #f2777a;
}
.p {
color: #e1a6f2;
}
.p2 {
background: #e1a6f2;
}
.o {
color: #fca369;
}
.o2 {
background: #fca369;
}
.a {
color: #62cfcf;
}
.a2 {
background: #62cfcf;
}
.credits {
margin: 3rem 0;
}
::selection {
background: rgba(255, 255, 255, 0.1);
}

BIN
docs/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

129
docs/index.html Normal file
View File

@ -0,0 +1,129 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>New Moon Syntax Theme for Web Development</title>
<link href="https://fonts.googleapis.com/css?family=Cinzel+Decorative:400" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Averia+Serif+Libre" rel="stylesheet" />
<link href="./css/main.css" rel="stylesheet" />
<link href="./favicon.png" rel="icon" />
<script async defer src="https://buttons.github.io/buttons.js"></script>
</head>
<body>
<div class="container">
<header>
<img class="logo" src="./logos/new-moon.png" />
<h1>New Moon</h1>
<div class="subtitle">
The optimized dark theme for web development
</div>
<a
class="github-button"
href="https://github.com/taniarascia/new-moon"
data-icon="octicon-star"
data-size="large"
data-show-count="true"
aria-label="Star taniarascia/new-moon on GitHub"
>New Moon</a
>
<a
class="github-button"
href="https://github.com/taniarascia"
data-size="large"
data-show-count="true"
aria-label="Follow @taniarascia on GitHub"
>@taniarascia</a
>
</header>
<section>
<img src="./samples/react.png" />
</section>
<section>
<h2>
<div class="circle b2"></div>
One theme for all your apps
</h2>
<p>
New Moon is available for your <strong>text editor</strong> (VS Code, Brackets, Sublime,
or Atom), your browser's <strong>DevTools</strong> (Chrome), and your
<strong>terminal</strong> (iTerm2).
</p>
<a
href="https://marketplace.visualstudio.com/items?itemName=taniarascia.new-moon-vscode"
target="_blank"
><img class="logo2" src="./logos/vscode.png"
/></a>
<a href="https://chrome.google.com/webstore/detail/devtools-theme-new-moon/lndddploiofhfpdcoclegenegblkhlfk?hl=en" target="_blank"><img class="logo2" src="./logos/chrome.png" />
<a href="https://github.com/taniarascia/new-moon/iterm2"><img class="logo2" src="./logos/iterm2.png" /></a>
<a href="https://github.com/taniarascia/new-moon-brackets"> <img class="logo2" src="./logos/brackets.png" /></a>
<a href="https://https://packagecontrol.io/packages/New%20Moon%20Color%20Scheme"><img class="logo2" src="./logos/sublime.png" /></a> <a href="https://atom.io/themes/new-moon-atom-syntax"><img class="logo2" src="./logos/atom.png" /></a>
<h2>
<div class="circle g2"></div>
Intuitive syntax highlighting
</h2>
<p>
I've meticulously designed <b class="y">New Moon</b> to be easy on the eyes with intuitive
connections between related elements. It's pleasant for long coding hours in any language,
and particularly well suited for <b class="o">HTML</b>, <b class="b">CSS</b>,
<b class="r">Sass</b>, <b class="p">PHP</b>, and <b class="y">JavaScript</b>.
</p>
<h3>HTML & CSS work together</h3>
<p>In HTML, we can see tags are blue, attributes are yellow, and values are green.</p>
<img src="./samples/html.png" />
<p>
In CSS, Sass, or LESS, styling tag selectors will be blue, and classes will be yellow.
</p>
<img src="./samples/css1.png" />
<h3>Optimized for JSX and React</h3>
<p>Even React component names are blue, matching HTML and JSX tags.</p>
<img src="./samples/component.png" />
<h3>Clear distinctions between code and markup</h3>
<p>
Variables are red, tags are blue, and the distinction between PHP and HTML or JavaScript
and JSX is clear and obvious.
</p>
<img src="./samples/php3.png" />
<h2>
<div class="circle p2"></div>
What are people saying?
</h2>
<blockquote>
<p>
“Undoubtedly the best color theme ever. Just install and see yourself. The background
color is perfect for long time exposure to the eyes. And the code color is well lit and
separated from each other.”
</p>
<cite>&mdash; Ibnul Alam</cite>
</blockquote>
<blockquote>
<p>
“Absolutely beautiful theme. Definitely deserves more recognition.”
</p>
<cite>&mdash; Arcadia</cite>
</blockquote>
<blockquote>
<p>
“Great theme for long coding hours.”
</p>
<cite>&mdash; Volkan</cite>
</blockquote>
<blockquote>
<p>
“Really surprised this theme isn't more popular. It's a joy to use for HTML/CSS/JS and
PHP. I like that it isn't heavy on blue colors like a lot of the popular dark themes.”
</p>
<cite>&mdash; Brendan</cite>
</blockquote>
</section>
<section class="credits">
<p>Made by <a href="https://www.taniarascia.com" target="_blank">Tania Rascia</a></p>
</section>
</div>
</body>
</html>

BIN
docs/logos/atom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
docs/logos/brackets.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
docs/logos/chrome.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

BIN
docs/logos/iterm2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
docs/logos/new-moon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
docs/logos/sublime.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
docs/logos/vscode.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 917 KiB

BIN
docs/samples/component.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

BIN
docs/samples/css.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 KiB

BIN
docs/samples/css1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

BIN
docs/samples/html.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
docs/samples/iterm2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 KiB

BIN
docs/samples/php.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 KiB

BIN
docs/samples/php2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 KiB

BIN
docs/samples/php3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

BIN
docs/samples/react.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 KiB

9
iterm2/README.md Normal file
View File

@ -0,0 +1,9 @@
# New Moon iTerm2
## Installation
1. iTerm2 > Preferences > Profiles > Colors
1. Load Presets
1. Select Import
1. Select `new-moon.itermcolors`
1. Select New Moon from color presets

344
iterm2/new-moon.itermcolors Normal file
View File

@ -0,0 +1,344 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Ansi 0 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.77254903316497803</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.72549021244049072</real>
<key>Red Component</key>
<real>0.70196080207824707</real>
</dict>
<key>Ansi 1 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.47843137383460999</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.46666666865348816</real>
<key>Red Component</key>
<real>0.94901961088180542</real>
</dict>
<key>Ansi 10 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.57254904508590698</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.81960785388946533</real>
<key>Red Component</key>
<real>0.57254904508590698</real>
</dict>
<key>Ansi 11 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.47450980544090271</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.83137255907058716</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Ansi 12 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9529411792755127</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.69019609689712524</real>
<key>Red Component</key>
<real>0.41568627953529358</real>
</dict>
<key>Ansi 13 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.94901961088180542</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.65098041296005249</real>
<key>Red Component</key>
<real>0.88235294818878174</real>
</dict>
<key>Ansi 14 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.81176471710205078</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.81176471710205078</real>
<key>Red Component</key>
<real>0.38431373238563538</real>
</dict>
<key>Ansi 15 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.99999994039535522</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.99999994039535522</real>
<key>Red Component</key>
<real>0.9999966025352478</real>
</dict>
<key>Ansi 2 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.57254904508590698</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.81960785388946533</real>
<key>Red Component</key>
<real>0.57254904508590698</real>
</dict>
<key>Ansi 3 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.47450980544090271</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.83137255907058716</real>
<key>Red Component</key>
<real>1</real>
</dict>
<key>Ansi 4 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.9529411792755127</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.69019609689712524</real>
<key>Red Component</key>
<real>0.41568627953529358</real>
</dict>
<key>Ansi 5 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.94901961088180542</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.65098041296005249</real>
<key>Red Component</key>
<real>0.88235294818878174</real>
</dict>
<key>Ansi 6 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.81176471710205078</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.81176471710205078</real>
<key>Red Component</key>
<real>0.38431373238563538</real>
</dict>
<key>Ansi 7 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.99999994039535522</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.99999994039535522</real>
<key>Red Component</key>
<real>0.9999966025352478</real>
</dict>
<key>Ansi 8 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.77254903316497803</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.72549021244049072</real>
<key>Red Component</key>
<real>0.70196080207824707</real>
</dict>
<key>Ansi 9 Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.47843137383460999</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.46666666865348816</real>
<key>Red Component</key>
<real>0.94901961088180542</real>
</dict>
<key>Background Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.12549020349979401</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.12549020349979401</real>
<key>Red Component</key>
<real>0.12549020349979401</real>
</dict>
<key>Badge Color</key>
<dict>
<key>Alpha Component</key>
<real>0.56195068359375</real>
<key>Blue Component</key>
<real>0.47843137383460999</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.46666666865348816</real>
<key>Red Component</key>
<real>0.94901961088180542</real>
</dict>
<key>Bold Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.30000001192092896</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.30000001192092896</real>
<key>Red Component</key>
<real>0.30000001192092896</real>
</dict>
<key>Cursor Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.83742713928222656</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.83743780851364136</real>
<key>Red Component</key>
<real>0.83741801977157593</real>
</dict>
<key>Cursor Guide Color</key>
<dict>
<key>Alpha Component</key>
<real>0.25</real>
<key>Blue Component</key>
<real>0.384124755859375</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.384124755859375</real>
<key>Red Component</key>
<real>0.384124755859375</real>
</dict>
<key>Cursor Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.2322496771812439</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.23225310444831848</real>
<key>Red Component</key>
<real>0.2322467565536499</real>
</dict>
<key>Foreground Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.77254903316497803</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.72549021244049072</real>
<key>Red Component</key>
<real>0.70196080207824707</real>
</dict>
<key>Link Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.57254904508590698</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.81960785388946533</real>
<key>Red Component</key>
<real>0.57254904508590698</real>
</dict>
<key>Selected Text Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.8132781982421875</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.76373839378356934</real>
<key>Red Component</key>
<real>0.73896849155426025</real>
</dict>
<key>Selection Color</key>
<dict>
<key>Alpha Component</key>
<real>1</real>
<key>Blue Component</key>
<real>0.20000000298023224</real>
<key>Color Space</key>
<string>sRGB</string>
<key>Green Component</key>
<real>0.20000000298023224</real>
<key>Red Component</key>
<real>0.20000000298023224</real>
</dict>
</dict>
</plist>

BIN
new-moon-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB