/* Amber Theme (Default) */
.terminal--amber {
  background: #1a1600;
  color: #ffb000;
}

.terminal--amber .terminal__cursor {
  background: #ffb000;
}

.terminal--amber .terminal__input {
  color: #ffb000;
}

.terminal--amber .terminal__prompt {
  color: #ffb000;
}

/* Green Theme */
.terminal--green {
  background: #0d1117;
  color: #00ff41;
}

.terminal--green .terminal__cursor {
  background: #00ff41;
}

.terminal--green .terminal__input {
  color: #00ff41;
}

.terminal--green .terminal__prompt {
  color: #00ff41;
}

/* White Theme */
.terminal--white {
  background: #000000;
  color: #e4e4e4;
}

.terminal--white .terminal__cursor {
  background: #e4e4e4;
}

.terminal--white .terminal__input {
  color: #e4e4e4;
}

.terminal--white .terminal__prompt {
  color: #e4e4e4;
}

/* Utility Classes */
.text-success {
  color: #5aba47;
}

.text-error {
  color: #c92127;
}

.text-warning {
  color: #ffcc33;
}

.text-info {
  color: #5594cf;
}
