Foreglow is a twilight-inspired theme for 400+ applications, based on real twilight sky color theory. A narrow band of cool hues (blue → violet → magenta) dominates the palette, while a small complementary wedge of warm hues (orange → gold) breaks through at the horizon — exactly what makes a sunset read as glowing rather than muddy.
- Foreglow — Dark theme (twilight night sky)
- Afterglow — Light theme (twilight dawn sky)
| Editor | Repository | Dark | Light |
|---|---|---|---|
| Visual Studio Code | Foreglow/visual-studio-code | ✅ | ✅ |
| Vim | Foreglow/vim | ✅ | ✅ |
| JetBrains | Foreglow/jetbrains | ✅ | ✅ |
| Neovim | Foreglow/vim | ✅ | ✅ |
| Obsidian | Foreglow/obsidian | ✅ | ✅ |
| Zed | Foreglow/zed | ✅ | ✅ |
| Terminal | Repository | Dark | Light |
|---|---|---|---|
| Alacritty | Foreglow/alacritty | ✅ | ✅ |
| Kitty | Foreglow/kitty | ✅ | ✅ |
| GNOME Terminal | Foreglow/gnome-terminal | ✅ | ✅ |
| iTerm | Foreglow/iterm | ✅ | ✅ |
| Windows Terminal | Foreglow/windows-terminal | ✅ | ✅ |
| App | Repository | Dark | Light |
|---|---|---|---|
| tmux | Foreglow/tmux | ✅ | ✅ |
| Firefox | Foreglow/firefox | ✅ | ✅ |
| Discord | Foreglow/discord | ✅ | ✅ |
| Base16 | Foreglow/base16-foreglow-scheme | ✅ | ✅ |
Search for Foreglow Theme in the Extensions Marketplace or install manually:
code --install-extension foreglow-theme.theme-foreglowAvailable variants:
- Foreglow Theme — Default dark
- Foreglow Theme Soft — Muted dark
- Afterglow Theme — Default light
- Afterglow Theme Soft — Muted light
Plug 'Foreglow/vim'
colorscheme foreglow " dark theme
" colorscheme afterglow " light themeAdd to your .tmux.conf:
# Dark theme
run-shell ~/.tmux/themes/foreglow/foreglow.tmux
# Light theme
run-shell ~/.tmux/themes/foreglow/afterglow.tmuxCopy foreglow.yml or afterglow.yml to your Alacritty config directory:
import:
- /path/to/foreglow.yml # dark
# - /path/to/afterglow.yml # lightInclude in your kitty.conf:
include /path/to/foreglow.conf # dark
# include /path/to/afterglow.conf # light
See the template repository to create a new Foreglow theme for your favorite application.
- Fork the template repository
- Build the theme using the Foreglow or Afterglow color palette
- Submit an issue with the repo link
- Upon acceptance, the repo is moved to the Foreglow organization
MIT © Foreglow