Skip to content

Commit

Permalink
style(theme): Init cyberdream theme
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3m4st3r authored and sharkdp committed Oct 1, 2024
1 parent 20bea7c commit c477eb1
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 0 deletions.
140 changes: 140 additions & 0 deletions themes/cyberdream-light.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
colors:
black: "ffffff"
green: "008b0c"
purple: "a018ff"
red: "d11500"
yellow: "997b00"
cyan: "008c99"
pink: "f40064"
orange: "d17c00"
white: "16181a"
base01: "7b8496"

core:
normal_text:
foreground: white

regular_file:
foreground: white

reset_to_normal:
foreground: orange

directory:
foreground: purple

symlink:
foreground: cyan

multi_hard_link: {}

fifo:
foreground: yellow
background: black

socket:
foreground: pink
background: black
font-style: bold

door:
foreground: pink
background: black
font-style: bold

block_device:
foreground: yellow
background: black
font-style: bold

character_device:
foreground: yellow
background: black
font-style: bold

broken_symlink:
foreground: red
background: black
font-style: bold

missing_symlink_target:
foreground: red
background: black

setuid:
foreground: white
background: red

setgid:
foreground: black
background: yellow

file_with_capability: {}

sticky_other_writable:
foreground: black
background: green

other_writable:
foreground: purple
background: green

sticky:
foreground: white
background: purple

executable_file:
foreground: green

text:
special:
foreground: orange

todo:
foreground: orange
font-style: bold

licenses:
foreground: orange

configuration:
foreground: orange

other:
foreground: orange

markup:
foreground: orange

programming:
foreground: orange

media:
image:
foreground: pink

audio:
foreground: cyan

video:
foreground: orange
font-style: bold

fonts:
foreground: orange

3d:
foreground: pink

office:
foreground: orange

archives:
foreground: red
font-style: bold

executable:
foreground: green

unimportant:
foreground: base01
140 changes: 140 additions & 0 deletions themes/cyberdream.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
colors:
black: "16181a"
green: "5eff6c"
purple: "bd5eff"
red: "ff6e5e"
yellow: "f1ff5e"
cyan: "5ef1ff"
pink: "ff5ea0"
orange: "ffbd5e"
white: "ffffff"
base01: "7b8496"

core:
normal_text:
foreground: white

regular_file:
foreground: white

reset_to_normal:
foreground: orange

directory:
foreground: purple

symlink:
foreground: cyan

multi_hard_link: {}

fifo:
foreground: yellow
background: black

socket:
foreground: pink
background: black
font-style: bold

door:
foreground: pink
background: black
font-style: bold

block_device:
foreground: yellow
background: black
font-style: bold

character_device:
foreground: yellow
background: black
font-style: bold

broken_symlink:
foreground: red
background: black
font-style: bold

missing_symlink_target:
foreground: red
background: black

setuid:
foreground: white
background: red

setgid:
foreground: black
background: yellow

file_with_capability: {}

sticky_other_writable:
foreground: black
background: green

other_writable:
foreground: purple
background: green

sticky:
foreground: white
background: purple

executable_file:
foreground: green

text:
special:
foreground: orange

todo:
foreground: orange
font-style: bold

licenses:
foreground: orange

configuration:
foreground: orange

other:
foreground: orange

markup:
foreground: orange

programming:
foreground: orange

media:
image:
foreground: pink

audio:
foreground: cyan

video:
foreground: orange
font-style: bold

fonts:
foreground: orange

3d:
foreground: pink

office:
foreground: orange

archives:
foreground: red
font-style: bold

executable:
foreground: green

unimportant:
foreground: base01

0 comments on commit c477eb1

Please sign in to comment.