Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Add ConEmu & Monokai palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
minexew committed Mar 23, 2017
1 parent f66c5ae commit d9cb137
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Shrine/Branding/PalConEmu.HC
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CBGR48 gr_palette_conemu[COLORS_NUM]={
0x00002b2b3636,0x070736364242,0x000080808080,0x31318282a4a4,
0xcbcb4b4b1616,0x9c9c3636b6b6,0x858599990000,0xeeeee8e8d5d5,
0x9393a1a1a1a1,0x26268b8bd2d2,0x4f4fb6b63636,0x2a2aa1a19898,
0xdcdc32322f2f,0xd3d336368282,0xb5b589890000,0xfdfdf6f6e3e3};

GrPaletteSet(gr_palette_conemu);
Adam("DefineLoad(\"USER_PALETTE\", \"ConEmu\");");
8 changes: 8 additions & 0 deletions Shrine/Branding/PalMonokai.HC
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CBGR48 gr_palette_monokai[COLORS_NUM]={
0x272728282222,0x010154549e9e,0x7474aaaa0404,0x1a1a8383a6a6,
0xa7a703033434,0x898956569c9c,0xb6b6b6b64949,0xcacacacacaca,
0x7c7c7c7c7c7c,0x03038383f5f5,0x8d8dd0d00606,0x5858c2c2e5e5,
0xf3f304044b4b,0xa8a87d7db8b8,0xcccccccc8181,0xffffffffffff};

GrPaletteSet(gr_palette_monokai);
Adam("DefineLoad(\"USER_PALETTE\", \"Monokai\");");
2 changes: 2 additions & 0 deletions Shrine/mkdist.script
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ put /Tmp/Shrine/Adam/ADefine.HC.Z Shrine/Patched/Adam/ADefine.HC
put /Tmp/Shrine/Adam/MakeAdam.HC.Z Shrine/Patched/Adam/MakeAdam.HC
put /Tmp/Shrine/Doc/Start.DD.Z Shrine/Patched/Doc/Start.DD
put /Tmp/Shrine/Misc/DoDistro.HC.Z Shrine/Patched/Misc/DoDistro.HC
put /Tmp/Shrine/Misc/PalConEmu.HC.Z Shrine/Branding/PalConEmu.HC
put /Tmp/Shrine/Misc/PalMonokai.HC.Z Shrine/Branding/PalMonokai.HC
put /Tmp/Shrine/Misc/PalUbuntu.HC.Z Shrine/Branding/PalUbuntu.HC
put /Tmp/Shrine.MF Shrine/manifest
command PkgMakeFromDir("/Tmp/Shrine.MF", "/Tmp/Shrine");
Expand Down

0 comments on commit d9cb137

Please sign in to comment.