https://github.com/whaaaley/july-dark-theme-collection
Usable and familiar theme collection
https://github.com/whaaaley/july-dark-theme-collection
Last synced: 4 months ago
JSON representation
Usable and familiar theme collection
- Host: GitHub
- URL: https://github.com/whaaaley/july-dark-theme-collection
- Owner: whaaaley
- Created: 2025-08-09T15:06:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T16:14:31.000Z (10 months ago)
- Last Synced: 2025-08-09T17:25:49.587Z (10 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# July Dark 2025 Theme Collection
Started as a mashup of One Dark and GitHub Dark Dimmed with tweaks. The most noticeable tweaks are a pinkish adjustment to the red and making the green appear less emerald and more natural green. The goal isn't to be flashy but to be usable and familiar - something you won't get tired of looking at and is actually helpful, bringing semantic awareness to your code. Semantic consistency across applications is a priority, ensuring colors mean the same thing whether you're in your terminal, editor, or other development tools.
## Theme Files
- **OpenCode**: [`july-dark-2025-opencode-theme.json`](./july-dark-2025-opencode-theme.json)
- **Windows Terminal**: [`july-dark-2025-windows-terminal.json`](./july-dark-2025-windows-terminal.json)
- **tmux**: [`july-dark-2025-tmux.conf`](./july-dark-2025-tmux.conf)
## Color Palette
| Color | Hex Code | Preview |
|-------|----------|---------|
| Background | `#20252B` |  |
| Foreground | `#CDD9E5` |  |
| Black | `#2D333B` |  |
| Bright Black | `#768390` |  |
| Red | `#F47067` |  |
| Bright Red | `#FF938A` |  |
| Green | `#A4D681` |  |
| Bright Green | `#A4D681` |  |
| Yellow | `#F8A558` |  |
| Bright Yellow | `#F3D378` |  |
| Blue | `#6CB6FF` |  |
| Bright Blue | `#6CB6FF` |  |
| Purple | `#BB92F3` |  |
| Bright Purple | `#DCBDFB` |  |
| Cyan | `#92D6C6` |  |
| Bright Cyan | `#92D6C6` |  |
| White | `#ADBAC7` |  |
| Bright White | `#CDD9E5` |  |
## Semantic Rules
### Primary Colors
- **Background**: `#20252B` - Main background color
- **Foreground**: `#CDD9E5` - Primary text color
- **Text**: `#CDD9E5` - Secondary text color
### Syntax Highlighting
- **Comments**: `#768390`  - Muted gray for comments
- **Keywords/Storage**: `#BB92F3`  - Purple for language keywords
- **Strings**: `#A4D681`  - Green for string literals
- **String Alt**: `#6CB6FF`  - Blue for special strings
- **Constants**: `#F8A558`  - Orange for constants
- **Entities/Types**: `#F3D378`  - Yellow for entities and types
- **Functions**: `#6CB6FF`  - Blue for function names
- **Function Alt**: `#DCBDFB`  - Light purple for special functions
- **Variables**: `#CDD9E5`  - Primary text color for variables
- **Parameters**: `#F47067`  - Red for function parameters
- **Operators**: `#92D6C6`  - Cyan for operators
- **Tags**: `#F47067`  - Red for HTML/XML tags
- **Tag Alt**: `#A4D681`  - Green for alternative tags
- **Properties**: `#6CB6FF`  - Blue for object properties
- **Namespace**: `#BB92F3`  - Purple for namespaces
### States
- **Error**: `#F47067`  - Red for errors
- **Warning**: `#F8A558`  - Orange for warnings
- **Info**: `#92D6C6`  - Cyan for info
- **Debug**: `#BB92F3`  - Purple for debug
- **Deprecated**: `#F47067`  - Red for deprecated items
### Markup
- **Headings**: `#6CB6FF`  - Blue for markdown headings
- **Quotes**: `#A4D681`  - Green for blockquotes
- **Raw/Code**: `#6CB6FF`  - Blue for inline code
- **Deleted**: `#F47067`  - Red for deletions
- **Inserted**: `#A4D681`  - Green for insertions
- **Changed**: `#F8A558`  - Orange for changes
- **Links**: `#6CB6FF`  - Blue for links
### Diff
- **Range**: `#BB92F3`  - Purple for diff ranges
- **Header**: `#6CB6FF`  - Blue for diff headers
- **Output**: `#6CB6FF`  - Blue for diff output
### Brackets
- **Matched**: `#768390`  - Muted gray for matched brackets
- **Unmatched**: `#F47067`  - Red for unmatched brackets