Initial release: ghost_protocol privacy toolkit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Aurora theme — purple and cyan tones
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="Aurora"
|
||||
CONKY_BG="000000"
|
||||
CONKY_COLOR0="B55AFC"
|
||||
CONKY_COLOR1="FF63BE"
|
||||
CONKY_COLOR2="85E7FF"
|
||||
CONKY_COLOR3="000000"
|
||||
CONKY_COLOR4="268BD2"
|
||||
CONKY_COLOR5="07CAF9"
|
||||
CONKY_COLOR6="85E7FF"
|
||||
CONKY_COLOR7="ECDEF7"
|
||||
CONKY_COLOR8="B55AFC"
|
||||
CONKY_COLOR9="4A6A7A"
|
||||
@@ -0,0 +1,14 @@
|
||||
# CyberPunk theme — neon cyan/pink/green on black
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="CyberPunk"
|
||||
CONKY_BG="000000"
|
||||
CONKY_COLOR0="FF3B3B"
|
||||
CONKY_COLOR1="00F5A0"
|
||||
CONKY_COLOR2="08F7FE"
|
||||
CONKY_COLOR3="000000"
|
||||
CONKY_COLOR4="08F7FE"
|
||||
CONKY_COLOR5="FF2E88"
|
||||
CONKY_COLOR6="00D1FF"
|
||||
CONKY_COLOR7="EAEAFF"
|
||||
CONKY_COLOR8="08F7FE"
|
||||
CONKY_COLOR9="2A2A2A"
|
||||
@@ -0,0 +1,14 @@
|
||||
# Default theme — balanced green-on-black aesthetic
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="Default"
|
||||
CONKY_BG="000000"
|
||||
CONKY_COLOR0="FF4C4C"
|
||||
CONKY_COLOR1="00FF9C"
|
||||
CONKY_COLOR2="49D6B6"
|
||||
CONKY_COLOR3="000000"
|
||||
CONKY_COLOR4="49D6B6"
|
||||
CONKY_COLOR5="2AFFC6"
|
||||
CONKY_COLOR6="2AFFC6"
|
||||
CONKY_COLOR7="CFFFE6"
|
||||
CONKY_COLOR8="49D6B6"
|
||||
CONKY_COLOR9="1A1A1A"
|
||||
@@ -0,0 +1,14 @@
|
||||
# Ember theme — warm red and white tones
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="Ember"
|
||||
CONKY_BG="000000"
|
||||
CONKY_COLOR0="FF2B2B"
|
||||
CONKY_COLOR1="A0A0A0"
|
||||
CONKY_COLOR2="B0B0B0"
|
||||
CONKY_COLOR3="000000"
|
||||
CONKY_COLOR4="FF2B2B"
|
||||
CONKY_COLOR5="FF7A7A"
|
||||
CONKY_COLOR6="CFCFCF"
|
||||
CONKY_COLOR7="EDEDED"
|
||||
CONKY_COLOR8="FF2B2B"
|
||||
CONKY_COLOR9="A0A0A0"
|
||||
@@ -0,0 +1,14 @@
|
||||
# Frost theme — cool blues and teals
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="Frost"
|
||||
CONKY_BG="000000"
|
||||
CONKY_COLOR0="DC2626"
|
||||
CONKY_COLOR1="5EEAD4"
|
||||
CONKY_COLOR2="00E5FF"
|
||||
CONKY_COLOR3="000000"
|
||||
CONKY_COLOR4="22D3EE"
|
||||
CONKY_COLOR5="00E5FF"
|
||||
CONKY_COLOR6="22D3EE"
|
||||
CONKY_COLOR7="DDE6F3"
|
||||
CONKY_COLOR8="00E5FF"
|
||||
CONKY_COLOR9="1A1A1A"
|
||||
@@ -0,0 +1,14 @@
|
||||
# Slate theme — muted neutral tones with gold accent
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="Slate"
|
||||
CONKY_BG="000000"
|
||||
CONKY_COLOR0="C63636"
|
||||
CONKY_COLOR1="9A9A9A"
|
||||
CONKY_COLOR2="B0B0B0"
|
||||
CONKY_COLOR3="000000"
|
||||
CONKY_COLOR4="7A7A7A"
|
||||
CONKY_COLOR5="D1A954"
|
||||
CONKY_COLOR6="AFAFAF"
|
||||
CONKY_COLOR7="E6E6E6"
|
||||
CONKY_COLOR8="B0B0B0"
|
||||
CONKY_COLOR9="7A7A7A"
|
||||
@@ -0,0 +1,14 @@
|
||||
# Terminal theme — classic monochrome green CRT aesthetic
|
||||
# Deployed to /etc/opsec/themes/ — sourced by opsec_generate_conky()
|
||||
THEME_LABEL="Terminal"
|
||||
CONKY_BG="0A0A0A"
|
||||
CONKY_COLOR0="FF3333"
|
||||
CONKY_COLOR1="33FF33"
|
||||
CONKY_COLOR2="22BB22"
|
||||
CONKY_COLOR3="0A0A0A"
|
||||
CONKY_COLOR4="118811"
|
||||
CONKY_COLOR5="44FF44"
|
||||
CONKY_COLOR6="33DD33"
|
||||
CONKY_COLOR7="AAFFAA"
|
||||
CONKY_COLOR8="22CC22"
|
||||
CONKY_COLOR9="1A3A1A"
|
||||
Reference in New Issue
Block a user