An open API service indexing awesome lists of open source software.

https://github.com/Matsuuu/pinkmare

A crossup colorscheme between Miramare and PinkCatBoo
https://github.com/Matsuuu/pinkmare

Last synced: 3 months ago
JSON representation

A crossup colorscheme between Miramare and PinkCatBoo

Awesome Lists containing this project

README

        

# Pinkmare

PinkMare was born from the need of wanting something like Miramare but with a bit more standing out colors.

The aim of Pinkmare was to add a dash of bright red colors to the theme, while creating a bit more pastel experience

# Example

![Pinkmare example](images/pinkmare.png)

# Installation

### Vim

```vim
Plug 'matsuuu/pinkmare'
```

### VSCode

[Pinkmare in the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Matsuuu.pinkmare)

# Usage

```vim
set termguicolors
colorscheme pinkmare
```

**PinkMare works best with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) now!**

# Inspirations

[Miramare](https://github.com/franbach/miramare)

[PinkCatBoo](https://github.com/ftsamoyed/PinkCatBoo)

# NOTE

Pinkmare has been kind of hacked together from the miramare theme, and isn't currently fully finished.
Some coloring changes might come along the way, as well as updating the colors profiles to match the new settings.

Current tested environments are Javascript and Java (to an extent at least).

Feel free to contribute to the development of Pinkmare

## Colorcodes

Colorcodes used by pinkmare

- ![bg0 - Black](https://colors.pics/202330?x=40&y=40) bg0 - Black
- ![bg1 - DarkGrey](https://colors.pics/472541?x=40&y=40) bg1 - DarkGrey
- ![bg2 - DarkGrey](https://colors.pics/472541?x=40&y=40) bg2 - DarkGrey
- ![bg3 - DarkGrey](https://colors.pics/472541?x=40&y=40) bg3 - DarkGrey
- ![bg4 - Grey](https://colors.pics/2d2f42?x=40&y=40) bg4 - Grey
- ![bg_red - DarkRed](https://colors.pics/f2448b?x=40&y=40) bg_red - DarkRed
- ![bg_green - DarkGreen](https://colors.pics/333b2f?x=40&y=40) bg_green - DarkGreen
- ![bg_blue - DarkBlue](https://colors.pics/203a41?x=40&y=40) bg_blue - DarkBlue
- ![fg - White](https://colors.pics/fae8b6?x=40&y=40) fg - White
- ![red - Red](https://colors.pics/ff38a2?x=40&y=40) red - Red
- ![orange - Orange](https://colors.pics/ffb347?x=40&y=40) orange - Orange
- ![yellow - Yellow](https://colors.pics/ffc85b?x=40&y=40) yellow - Yellow
- ![green - Green](https://colors.pics/9cd162?x=40&y=40) green - Green
- ![cyan - Cyan](https://colors.pics/87c095?x=40&y=40) cyan - Cyan
- ![blue - Blue](https://colors.pics/eba4ac?x=40&y=40) blue - Blue
- ![purple - Purple](https://colors.pics/d9bcef?x=40&y=40) purple - Purple
- ![grey - Grey](https://colors.pics/444444?x=40&y=40) grey - Grey
- ![light_grey - LightGrey](https://colors.pics/6d7a72?x=40&y=40) light_grey - LightGrey
- ![gold - Gold](https://colors.pics/fff0f5?x=40&y=40) gold - Gold
- ![none - NONE](https://colors.pics/ffffff?x=40&y=40) none - NONE

```vim
let s:palette = {
\ 'bg0': ['#202330', '235', 'Black'],
\ 'bg1': ['#472541', '236', 'DarkGrey'],
\ 'bg2': ['#472541', '237', 'DarkGrey'],
\ 'bg3': ['#472541', '238', 'DarkGrey'],
\ 'bg4': ['#2d2f42', '239', 'Grey'],
\ 'bg_red': ['#f2448b', '52', 'DarkRed'],
\ 'bg_green': ['#333b2f', '22', 'DarkGreen'],
\ 'bg_blue': ['#203a41', '17', 'DarkBlue'],
\ 'fg': ['#FAE8B6', '223', 'White'],
\ 'red': ['#FF38A2', '167', 'Red'],
\ 'orange': ['#ffb347', '208', 'Red'],
\ 'yellow': ['#ffc85b', '214', 'Yellow'],
\ 'green': ['#9cd162', '108', 'Green'],
\ 'cyan': ['#87c095', '108', 'Cyan'],
\ 'blue': ['#eba4ac', '109', 'Blue'],
\ 'purple': ['#d9bcef', '175', 'Magenta'],
\ 'grey': ['#444444', '245', 'LightGrey'],
\ 'light_grey': ['#6D7A72', '245', 'LightGrey'],
\ 'gold': ['#fff0f5', '214', 'Yellow'],
\ 'none': ['NONE', 'NONE', 'NONE']
\ }
```

# Examples

HTML

![HTML](images/html.png)

Javascript

![Javascript](images/js.png)

Java

![Java](images/java.png)

C++

![cpp](images/cpp.png)

Go

![Go](images/go.png)

Python

![Python](images/py.png)

Ruby

![Ruby](images/ruby.png)