Skip to content

eldritch-theme/eldritch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Eldritch Theme

Eldritch is a community-driven dark theme inspired by Lovecraftian horror. With tones from the dark abyss and an emphasis on green and blue, it caters to those who appreciate the darker side of life.

Stargazers Issues
Discord

This repo serves as a repository for all the links to Eldritch theme ports as well as the general documentation and contribution guidelines. The theme is available for a variety of applications and is constantly being updated, expanded, and improved.

🎨 Palette

    Labels Descriptor Hex RGB HSL CMYK Ansi16 Ansi256
Sunken Depths Grey Background #212337 rgb(33, 35, 55) hsl(234.55 deg, 25%, 17.25%) cmyk(40, 36, 0, 78) 0 236
Shallow Depths Grey Current Line #323449 rgb(50, 52, 73) hsl(234.78 deg, 18.7%, 24.12%) cmyk(32, 42, 0, 5) 8 59
Lighthouse White Foreground #ebfafa rgb(235, 250, 250) hsl(180 deg, 60%, 95.1%) cmyk(6, 0, 0, 2) 15 231
The Old One Purple Comment #7081d0 rgb(112, 129, 208) hsl(229.38 deg, 50.53%, 62.75%) cmyk(46, 38, 0, 18) 4 105
Watery Tomb Blue Secondary (Cyan) #04d1f9 rgb(4, 209, 249) hsl(189.8 deg, 96.84%, 49.61%) cmyk(98, 16, 0, 2) 14 81
Great Old One Green Primary (Green) #37f499 rgb(55, 244, 153) hsl(151.11 deg, 89.57%, 58.63%) cmyk(40, 36, 0, 78) 10 120
Dreaming Orange Orange #f7c67f rgb(247, 198, 127) hsl(35.5 deg, 88.24%, 73.33%) cmyk(0, 20, 49, 3) 11 222
Pustule Pink Pink #f265b5 rgb(242, 101, 181) hsl(325.96 deg, 84.43%, 67.25%) cmyk(0, 58, 25, 5) 13 205
Lovecraft Purple Purple (Accent) #a48cf2 rgb(164,140,242) hsl(254.12 deg, 79.69%, 74.9%) cmyk(32,42,0,5) 5 63
R'lyeh' Red Red (Error) #f16c75 rgb(241, 108, 117) hsl(355.94 deg, 82.61%, 68.43%) cmyk(0,55,51,5) 9 203
Gold of Yuggoth Yellow #f1fc79 rgb(241, 252, 121) hsl(65.04 deg, 95.62%, 73.14%) cmyk(4, 0, 52, 1) 11 227

🧵 Ports

🗒️ IDEs  
Application Theme Repository
Visual Studio Code vscode A highly popular Electron based IDE by Microsoft
NeoVim eldritch.nvim NeoVim is a hyperextensible Vim-based text editor
🖥️ Terminals  
Application Theme Repository Description
Windows Terminal windows-terminal The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells
Wezterm wezterm WezTerm is a powerful cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Kitty kitty The fast, feature-rich, GPU based terminal emulator
Warp warp Warp is the terminal reimagined with AI and collaborative tools for better productivity
iTerm2 iTerm2 iTerm2 is a replacement for Terminal and the successor to iTerm. It works on Macs with macOS 10.14 or newer. iTerm2 brings the terminal into the modern age with features you never knew you always wanted.
🌐 Browsers  
Application Theme Repository Description
Vivaldi vivaldi A Chromium based browser focused on security and high levels of customization.
Firefox firefox No shady privacy policies or back doors for advertisers. Just a lightning fast browser that doesn’t sell you out.
🙊 Monkey Style Scripts
Site Theme Repository Description
DuckDuckGo duckduckgo A search engine focused on privacy
🗒️ Note Taking  
Application Theme Repository Description
Obsidian obsidian Obsidian is the private and flexible writing app that adapts to the way you think.
🐚 Shell & CLI Applications  
Application Theme Repository Description
Pure Prompt pure-prompt Pure ZSH prompt
Spaceship Prompt spaceship Minimalistic, powerful and extremely customizable Zsh prompt
FZF fzf Fuzzy Finder
Bat bat A cat clone with syntax highlighting and git integration
LSD lsd A rewrite of GNU ls with lots of added features like colors, icons, tree-view, more formatting options etc.
btop btop Resource monitor that shows usage and stats for processor, memory, disks, network and processes
neofetch neofetch Neofetch displays information about your operating system, software and hardware in an aesthetic and visually pleasing way.This repo has been archived. Recommend using fastfetch
fastfetch fastfetch Fastfetch is a neofetch-like tool for fetching system information and displaying them in a pretty way. It is written mainly in C, with performance and customizability in mind.
💬 Communication  
Application Theme Repository Description
Slack slack Slack is a messaging app for business that connects people to the information they need.
BetterDiscord betterdiscord BetterDiscord extends the functionality of DiscordApp by enhancing it with new features.
🎧 Music  
Application Theme Repository Description
Spicetify spicetify Powerful CLI tool to take control of the Spotify client.
🤷 Misc  
Application Theme Repository Description
GitHub Readme Stats github-readme-stats GitHub stat badges for your profile README.

Wallpapers

  • Wallpapers can be found under the wallpaper directory.
  • If you're using Wallpaper Engine we have a theme for that too here!
    • Only supports 3440x1440 but if you'd like a different resolution let me know and I can work on it.

Contributing

  1. Clone template repo.
git clone https://github.com/eldritch-theme/eldritch-repo-template your-port-name
cd your-port-name && rm -rf .git
  1. Add anything you need, replacing things in README.md as needed.
  2. Be sure to checkout the SPEC.md for more info on color usage.
  3. You can choose to either host the repo on your own account or you can request to be a contributor to the eldritch-theme and I will approve you so you can maintain the repo along with other under the organization account.
  4. Create a pull request to update README.md in this repo to link to the newly created repo.