Git Product home page Git Product logo

pinkmare's Introduction

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

Installation

Vim

Plug 'matsuuu/pinkmare'

VSCode

Pinkmare in the VSCode Marketplace

Usage

set termguicolors
colorscheme pinkmare

PinkMare works best with nvim-treesitter now!

Inspirations

Miramare

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 bg0 - Black
  • bg1 - DarkGrey bg1 - DarkGrey
  • bg2 - DarkGrey bg2 - DarkGrey
  • bg3 - DarkGrey bg3 - DarkGrey
  • bg4 - Grey bg4 - Grey
  • bg_red - DarkRed bg_red - DarkRed
  • bg_green - DarkGreen bg_green - DarkGreen
  • bg_blue - DarkBlue bg_blue - DarkBlue
  • fg - White fg - White
  • red - Red red - Red
  • orange - Orange orange - Orange
  • yellow - Yellow yellow - Yellow
  • green - Green green - Green
  • cyan - Cyan cyan - Cyan
  • blue - Blue blue - Blue
  • purple - Purple purple - Purple
  • grey - Grey grey - Grey
  • light_grey - LightGrey light_grey - LightGrey
  • gold - Gold gold - Gold
  • none - NONE none - NONE
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

Javascript

Javascript

Java

Java

C++

cpp

Go

Go

Python

Python

Ruby

Ruby

pinkmare's People

Contributors

matsuuu avatar nivek77pur avatar

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.