https://github.com/kaushikgopal/san-jose-theme
A custom Terminal & IntelliJ theme (inspired by PatMurrayDEV -> Apple's WWDC 2017 session slides)
https://github.com/kaushikgopal/san-jose-theme
android-studio ide-theme intellij terminal-theme theme
Last synced: about 1 month ago
JSON representation
A custom Terminal & IntelliJ theme (inspired by PatMurrayDEV -> Apple's WWDC 2017 session slides)
- Host: GitHub
- URL: https://github.com/kaushikgopal/san-jose-theme
- Owner: kaushikgopal
- License: apache-2.0
- Created: 2018-03-13T12:12:33.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T17:48:12.000Z (over 4 years ago)
- Last Synced: 2025-03-18T00:37:39.577Z (about 1 month ago)
- Topics: android-studio, ide-theme, intellij, terminal-theme, theme
- Homepage:
- Size: 286 KB
- Stars: 64
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# San Jose theme (for Terminal & IntelliJ)
A custom Terminal and Intellij theme inspired by [PatMurrayDEV -> inspired by Apple's WWDC 2017 session slides](https://github.com/PatMurrayDEV/San-Jose)

## Build Your Own? Here's the Colours!
🙏 [PatMurrayDEV](https://github.com/PatMurrayDEV/San-Jose) for this
Color Table (Click to expand)
| Component / Element | Hex Colour | |
|---------------------------------------- |------------ |--------------------------------------------------- |
| **Editor Elements** | | |
| Background | `#2B3135` |  |
| Current Line | `#394045` |  |
| Cursor | `#FFFFFF` |  |
| Selection | `#1C4C56` |  |
| Invisibles | `#7F7F7F` |  |
| **Code Elements** | | |
| Plain Text | `#807F7F` |  |
| Comments | `#BDBDBD` |  |
| Documentation Markup | `#BDBDBD` |  |
| Documentation Markup Keywords | `#BDBDBD` |  |
| Strings | `#F69767` |  |
| Characters | `#A096C8` |  |
| Numbers | `#A096C8` |  |
| Keywords | `#FDD285` |  |
| Preprocessor Statements | `#CD9670` |  |
| URLs | `#3DB3CE` |  |
| Attributes | `#C1845D` |  |
| Project Class Names | `#7DC09A` |  |
| Project Function and Method Names | `#7DC09A` |  |
| Project Constants | `#7DC09A` |  |
| Project Type Names | `#7DC09A` |  |
| Project Instance Variables and Globals | `#7DC09A` |  |
| Project Preprocessor Macros | `#CD9670` |  |
| Other Class Names | `#85B3CC` |  |
| Other Function and Method Names | `#85B3CC` |  |
| Other Constants | `#85B3CC` |  |
| Other Type Names | `#85B3CC` |  |
| Other Instance Variables and Globals | `#85B3CC` |  |
| Other Preprocessor Macros | `#CD9670` |  |Colours are in the sRGB space.