Skip to content

Commit

Permalink
Add Rosé Pine theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn authored and sharkdp committed Jul 23, 2023
1 parent 4b32ce6 commit c54d6d0
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 0 deletions.
120 changes: 120 additions & 0 deletions themes/rose-pine-dawn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
colors:
# Original Rosé Pine theme
# https://rosepinetheme.com/

base: "faf4ed"
surface: "fffaf3"
overlay: "f2e9e1"
muted: "9893a5"
subtle: "797593"
text: "575279"
love: "b4637a"
gold: "ea9d34"
rose: "d7827e"
pine: "286983"
foam: "56949f"
iris: "907aa9"
highlightLow: "f4ede8"
highlightMed: "dfdad9"
highlightHigh: "cecacd"

core:
normal_text: {}
regular_file: {}
reset_to_normal: {}

directory:
foreground: foam

symlink:
foreground: love

multi_hard_link: {}

fifo:
foreground: text
background: pine

socket:
foreground: text
background: rose

door:
foreground: text
background: rose

block_device:
foreground: iris
background: surface

character_device:
foreground: rose
background: surface

broken_symlink:
foreground: text
background: rose

missing_symlink_target:
foreground: text
background: rose

setuid: {}

setgid: {}

file_with_capability: {}

sticky_other_writable: {}

other_writable: {}

sticky: {}

executable_file:
foreground: rose
font-style: bold

text:
special:
foreground: base
background: gold

todo:
font-style: bold

licenses:
foreground: muted

configuration:
foreground: gold

other:
foreground: gold

markup:
foreground: gold

programming:
source:
foreground: pine

tooling:
foreground: foam

media:
foreground: love

office:
foreground: iris

archives:
foreground: foam
font-style: underline

executable:
foreground: rose
font-style: bold

unimportant:
foreground: overlay
120 changes: 120 additions & 0 deletions themes/rose-pine-moon.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
colors:
# Original Rosé Pine theme
# https://rosepinetheme.com/

base: "232136"
surface: "2a273f"
overlay: "393552"
muted: "6e6a86"
subtle: "908caa"
text: "e0def4"
love: "eb6f92"
gold: "f6c177"
rose: "ea9a97"
pine: "3e8fb0"
foam: "9ccfd8"
iris: "c4a7e7"
highlightLow: "2a283e"
highlightMed: "44415a"
highlightHigh: "56526e"

core:
normal_text: {}
regular_file: {}
reset_to_normal: {}

directory:
foreground: foam

symlink:
foreground: love

multi_hard_link: {}

fifo:
foreground: text
background: pine

socket:
foreground: text
background: rose

door:
foreground: text
background: rose

block_device:
foreground: iris
background: surface

character_device:
foreground: rose
background: surface

broken_symlink:
foreground: text
background: rose

missing_symlink_target:
foreground: text
background: rose

setuid: {}

setgid: {}

file_with_capability: {}

sticky_other_writable: {}

other_writable: {}

sticky: {}

executable_file:
foreground: rose
font-style: bold

text:
special:
foreground: base
background: gold

todo:
font-style: bold

licenses:
foreground: muted

configuration:
foreground: gold

other:
foreground: gold

markup:
foreground: gold

programming:
source:
foreground: pine

tooling:
foreground: foam

media:
foreground: love

office:
foreground: iris

archives:
foreground: foam
font-style: underline

executable:
foreground: rose
font-style: bold

unimportant:
foreground: overlay
120 changes: 120 additions & 0 deletions themes/rose-pine.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
colors:
# Original Rosé Pine theme
# https://rosepinetheme.com/

base: "191724"
surface: "1f1d2e"
overlay: "26233a"
muted: "6e6a86"
subtle: "908caa"
text: "e0def4"
love: "eb6f92"
gold: "f6c177"
rose: "ebbcba"
pine: "31748f"
foam: "9ccfd8"
iris: "c4a7e7"
highlightLow: "21202e"
highlightMed: "403d52"
highlightHigh: "524f67"

core:
normal_text: {}
regular_file: {}
reset_to_normal: {}

directory:
foreground: foam

symlink:
foreground: love

multi_hard_link: {}

fifo:
foreground: text
background: pine

socket:
foreground: text
background: rose

door:
foreground: text
background: rose

block_device:
foreground: iris
background: surface

character_device:
foreground: rose
background: surface

broken_symlink:
foreground: text
background: rose

missing_symlink_target:
foreground: text
background: rose

setuid: {}

setgid: {}

file_with_capability: {}

sticky_other_writable: {}

other_writable: {}

sticky: {}

executable_file:
foreground: rose
font-style: bold

text:
special:
foreground: base
background: gold

todo:
font-style: bold

licenses:
foreground: muted

configuration:
foreground: gold

other:
foreground: gold

markup:
foreground: gold

programming:
source:
foreground: pine

tooling:
foreground: foam

media:
foreground: love

office:
foreground: iris

archives:
foreground: foam
font-style: underline

executable:
foreground: rose
font-style: bold

unimportant:
foreground: overlay

0 comments on commit c54d6d0

Please sign in to comment.