Last active
May 12, 2023 22:11
-
-
Save judu/6379399 to your computer and use it in GitHub Desktop.
Gnome terminal / Germinal / Sakura color scheme based on solarized.Dark and light colors are the same, but black/darkgrey and lightgrey/white.
This file contains hidden or 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
## Solarized | |
['#002B36', '#DC322F', '#859900', '#B58900', '#268BD2', '#D33682', '#2AA198', '#EEE8D5', '#586E75', '#DC322F', '#859900', '#B58900', '#268BD2', '#D33682', '#2AA198', '#FDF6E3'] | |
### Another Solarized version where violet is dark magenta and orange is dark red: | |
['#002B36','#CB4B16','#859900','#B58900','#6C71C4','#D33682','#2AA198','#EEE8D5','#586E75','#DC322F','#859900','#B58900','#268BD2','#D33682','#2AA198','#FDF6E3'] | |
###Solarized "Official" version (that I actually use since 2020) : | |
['#073642', '#DC322F', '#859900', '#B58900', '#268BD2', '#D33682', '#2AA198', '#EEE8D5', '#002B36', '#CB4B16', '#586E75', '#657B83', '#839496', '#6C71C4', '#93A1A1', '#FDF6E3'] | |
## Selenized | |
### Selenized dark (I switched from solarized in… late 2021?) | |
['#181849495656', '#fafa57575050', '#7575b9b93838', '#dbdbb3b32d2d', '#46469595f7f7', '#f2f27575bebe', '#4141c7c7b9b9', '#727289898f8f', '#2d2d5b5b6969', '#ffff66665c5c', '#8484c7c74747', '#ebebc1c13d3d', '#5858a3a3ffff', '#ffff8484cdcd', '#5353d6d6c7c7', '#cacad8d8d9d9'] | |
### Selenized light: | |
- Backcolor: '#fbfbf3f3dbdb' | |
- Frontcolor: '#535367676d6d' | |
['#3a3a4d4d5353','#d2d221212d2d','#484891910000','#adad89890000','#00007272d4d4','#caca48489898','#00009c9c8f8f','#909099999595','#d5d5cdcdb6b6','#cccc17172929','#42428b8b0000','#a7a783830000','#00006d6dcece','#c4c443439292','#000097978a8a','#ecece3e3cccc'] | |
## Catppuccin | |
### Macchiatto (dark): | |
- Backcolor: #24273A | |
- Frontcolor: #CAD3F5 | |
['#49494D4D6464','#EDED87879696','#A6A6DADA9595','#EEEED4D49F9F','#8A8AADADF4F4','#F5F5BDBDE6E6','#8B8BD5D5CACA','#B8B8C0C0E0E0','#5B5B60607878','#EDED87879696','#A6A6DADA9595','#EEEED4D49F9F','#8A8AADADF4F4','#F5F5BDBDE6E6','#8B8BD5D5CACA','#A5A5ADADCBCB'] | |
### Latte (light) | |
- Backcolor: #EFF1F5 | |
- Frontcolor: #4C4F69 | |
['#5C5C5F5F7777','#D2D20F0F3939','#4040A0A02B2B','#DFDF8E8E1D1D','#1E1E6666F5F5','#EAEA7676CBCB','#171792929999','#ACACB0B0BEBE','#ACACB0B0BEBE','#D2D20F0F3939','#4040A0A02B2B','#DFDF8E8E1D1D','#1E1E6666F5F5','#EAEA7676CBCB','#171792929999','#BCBCC0C0CCCC'] | |
### Mocha (black) | |
- Backcolor: #1E1E2E | |
- Frontcolor: #CDD6F4 | |
['#454547475A5A','#F3F38B8BA8A8','#A6A6E3E3A1A1','#F9F9E2E2AFAF','#8989B4B4FAFA','#F5F5C2C2E7E7','#9494E2E2D5D5','#BABAC2C2DEDE','#58585B5B7070','#F3F38B8BA8A8','#A6A6E3E3A1A1','#F9F9E2E2AFAF','#8989B4B4FAFA','#F5F5C2C2E7E7','#9494E2E2D5D5','#A6A6ADADC8C8'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How did you integrate it to sakura?