-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I made a spongebob color theme but it is cursed
- Loading branch information
1 parent
198c3b1
commit 2ca9b1a
Showing
6 changed files
with
43 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
spongebob = { | ||
dark = { | ||
base00 = "#110f15"; # ---- Default Background: Rock bottom night 0 | ||
base01 = "#050a1b"; # - Lighter Background: Bikini bottom night 0 | ||
base02 = "#0b0747"; # --- Selection Background: Bikini bottom night 1 | ||
base03 = "#2d9db8"; # -- Comments, Invisibles, Line Highlighting: Bikini bottom night 2 | ||
base04 = "#254657"; # + Dark Foreground: Goo lagoon | ||
base05 = "#D8E4B9"; # ++ Default Foreground: Bikini bottom sand | ||
base06 = "#3A662F"; # +++ Light Foreground: Krusty Krab Floor | ||
base07 = "#637bc8"; # ++++ Light Background: Chum bucket glove | ||
base08 = "#FF3B3F"; # Red: Krabs / Larry / Barnacle Boy / Man Ray | ||
base09 = "#fbac12"; # mermaid man orange | ||
base0A = "#F9E500"; # Spongebob yellow | ||
base0B = "#3A662F"; # plankton green | ||
base0C = "#77BCDD"; # gary blue | ||
base0D = "#00A9E0"; # sea blue | ||
base0E = "#D06D98"; # jellyfish purple | ||
base0F = "#9E7A38"; # Spongebob's shorts brown | ||
|
||
# base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted | ||
# base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url | ||
# base0A - Classes, Markup Bold, Search Text Background | ||
# base0B - Strings, Inherited Class, Markup Code, Diff Inserted | ||
# base0C - Support, Regular Expressions, Escape Characters, Markup Quotes | ||
# base0D - Functions, Methods, Attribute IDs, Headings | ||
# base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed | ||
# base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> | ||
}; | ||
}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{pkgs, ...}: {home.packages = [pkgs.pika];} |