Skip to content

Commit

Permalink
Add Selenized theme
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanb authored and pvanb committed Jan 22, 2025
1 parent 7fd7ce9 commit bf09d00
Show file tree
Hide file tree
Showing 9 changed files with 300 additions and 0 deletions.
4 changes: 4 additions & 0 deletions standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
|**[Popos Light](popos_light.yaml)**:|<img src='previews/popos_light.yaml.svg' width='300'>|
|**[Remedy Dark](remedy_dark.yaml)**:|<img src='previews/remedy_dark.yaml.svg' width='300'>|
|**[Seashells](seashells.yaml)**:|<img src='previews/seashells.yaml.svg' width='300'>|
|**[Selenized Black](selenized_black.yaml)**:|<img src='previews/selenized_black.yaml.svg' width='300'>|
|**[Selenized Dark](selenized_dark.yaml)**:|<img src='previews/selenized_dark.yaml.svg' width='300'>|
|**[Selenized Light](selenized_light.yaml)**:|<img src='previews/selenized_light.yaml.svg' width='300'>|
|**[Selenized White](selenized_white.yaml)**:|<img src='previews/selenized_white.yaml.svg' width='300'>|
|**[Shades Of Purple](shades_of_purple.yaml)**:|<img src='previews/shades_of_purple.yaml.svg' width='300'>|
|**[Shades Of Purple Super Dark](shades_of_purple_super_dark.yaml)**:|<img src='previews/shades_of_purple_super_dark.yaml.svg' width='300'>|
|**[Simply Dark](simply_dark.yaml)**:|<img src='previews/simply_dark.yaml.svg' width='300'>|
Expand Down
51 changes: 51 additions & 0 deletions standard/previews/selenized_black.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/selenized_dark.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/selenized_light.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions standard/previews/selenized_white.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions standard/selenized_black.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: "#368aeb"
background: "#181818"
details: darker
foreground: "#b9b9b9"
terminal_colors:
bright:
black: "#3b3b3b"
blue: "#4f9cfe"
cyan: "#56d8c9"
green: "#83c746"
magenta: "#ff81ca"
red: "#ff5e56"
white: "#dedede"
yellow: "#efc541"
normal:
black: "#252525"
blue: "#368aeb"
cyan: "#3fc5b7"
green: "#70b433"
magenta: "#eb6eb7"
red: "#ed4a46"
white: "#777777"
yellow: "#dbb31d"
23 changes: 23 additions & 0 deletions standard/selenized_dark.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: "#4695f7"
background: "#103c48"
details: darker
foreground: "#adbcbc"
terminal_colors:
bright:
black: "#2d5b69"
blue: "#58a3ff"
cyan: "#53d6c7"
green: "#84c747"
magenta: "#ff84cd"
red: "#ff665c"
white: "#cad8d9"
yellow: "#ebc13d"
normal:
black: "#184956"
blue: "#4695f7"
cyan: "#41c7b9"
green: "#75b938"
magenta: "#f275be"
red: "#fa5750"
white: "#72898f"
yellow: "#dbb32d"
23 changes: 23 additions & 0 deletions standard/selenized_light.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: "#0072d4"
background: "#fbf3db"
details: lighter
foreground: "#53676d"
terminal_colors:
bright:
black: "#d5cdb6"
blue: "#006dce"
cyan: "#00978a"
green: "#428b00"
magenta: "#c44392"
red: "#cc1729"
white: "#3a4d53"
yellow: "#a78300"
normal:
black: "#ece3cc"
blue: "#0072d4"
cyan: "#009c8f"
green: "#489100"
magenta: "#ca4898"
red: "#d2212d"
white: "#909995"
yellow: "#ad8900"
23 changes: 23 additions & 0 deletions standard/selenized_white.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
accent: "#0064e4"
background: "#ffffff"
details: lighter
foreground: "#474747"
terminal_colors:
bright:
black: "#cdcdcd"
blue: "#0054cf"
cyan: "#009a8a"
green: "#008400"
magenta: "#c7008b"
red: "#bf0000"
white: "#282828"
yellow: "#af8500"
normal:
black: "#ebebeb"
blue: "#0064e4"
cyan: "#00ad9c"
green: "#1d9700"
magenta: "#dd0f9d"
red: "#d6000c"
white: "#878787"
yellow: "#c49700"

0 comments on commit bf09d00

Please sign in to comment.