Skip to content

Commit

Permalink
💄 Slight adjustments, bit more muted colours
Browse files Browse the repository at this point in the history
  • Loading branch information
rubjo committed Feb 22, 2024
1 parent 4bdce45 commit f866ecc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions Ultimate Dark Neo.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"variables":
{
"black": "hsl(0, 0%, 0%)",
"darkgray": "hsl(213, 7%, 23%)",
"gray": "hsl(213, 9%, 53%)",
"blue": "hsl(213, 50%, 66%)",
"blue5": "hsl(175, 43%, 56%)",
"green": "hsl(114, 27%, 68%)",
"yellow": "hsl(42, 58%, 61%)",
"purple": "hsl(300, 30%, 68%)",
"red": "hsl(357, 68%, 65%)",
"orange": "hsl(16, 81%, 67%)",
"white": "hsl(213, 7%, 81%)",
"titanium": "hsl(213, 7%, 96%)"
"darkgray": "hsl(218, 7%, 23%)",
"gray": "hsl(221, 9%, 53%)",
"blue": "hsl(210, 50%, 66%)",
"blue5": "hsl(180, 36%, 63%)",
"green": "hsl(114, 32%, 70%)",
"yellow": "hsl(36, 73%, 72%)",
"purple": "hsl(300, 27%, 68%)",
"red": "hsl(357, 66%, 68%)",
"orange": "hsl(16, 81%, 70%)",
"white": "hsl(206, 7%, 81%)",
"titanium": "hsl(206, 7%, 96%)",
},
"globals":
{
Expand Down
22 changes: 11 additions & 11 deletions Ultimate Dark Neo.sublime-theme
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
"variables":
{
"black": "hsl(0, 0%, 0%)",
"darkgray": "hsl(213, 7%, 23%)",
"darkgray": "hsl(218, 7%, 23%)",
"gray": "hsl(221, 9%, 53%)",
"blue": "hsl(210, 50%, 66%)",
"blue5": "hsl(175, 43%, 56%)",
"green": "hsl(114, 27%, 68%)",
"yellow": "hsl(42, 58%, 61%)",
"purple": "hsl(300, 30%, 68%)",
"red": "hsl(357, 68%, 65%)",
"orange": "hsl(16, 81%, 67%)",
"white": "hsl(213, 7%, 81%)",
"titanium": "hsl(213, 7%, 96%)",
"blue5": "hsl(180, 36%, 63%)",
"green": "hsl(114, 32%, 70%)",
"yellow": "hsl(36, 73%, 72%)",
"purple": "hsl(300, 27%, 68%)",
"red": "hsl(357, 66%, 68%)",
"orange": "hsl(16, 81%, 70%)",
"white": "hsl(206, 7%, 81%)",
"titanium": "hsl(206, 7%, 96%)",
//
"darkestgray": "hsl(213, 7%, 19%)",
"lightgray": "hsl(213, 5%, 29%)",
"darkestgray": "hsl(206, 7%, 19%)",
"lightgray": "hsl(206, 5%, 29%)",
"brightred": "hsl(12, 100%, 50%)",
//
"bg-dark": "var(darkestgray)",
Expand Down

0 comments on commit f866ecc

Please sign in to comment.