pre.sh_sourceCode {
    background-color: #1A1A1A;
    color: #4ec9b0;
    font-weight: normal;
    font-style: normal;
    border-radius: 5px;
  }
  
  pre.sh_sourceCode .sh_keyword {
    color: #569cd6;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_type {
    color: #c06cf8;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_string {
    color: #ce9178;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_regexp {
    color: #cfc631;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_specialchar {
    color: #ccc6c6;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_comment {
    color: #6a9956;
    font-weight: normal;
    font-style: italic;
  }
  
  pre.sh_sourceCode .sh_number {
    color: #c4ac60;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_preproc {
    color: #da70d6;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_symbol {
    color: #ccc6c6;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_function {
    color: #d6d6a5;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_cbracket {
    color: #ccc6c6;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_url {
    color: #cfc631;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_date {
    color: #1ededc;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_time {
    color: #1ededc;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_file {
    color: #1ededc;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_ip {
    color: #cfc631;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_name {
    color: #cfc631;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_variable {
    color: #9bdbfd;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_oldfile {
    color: #ccc6c6;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_newfile {
    color: #cfc631;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_difflines {
    color: #1ededc;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_selector {
    color: #ecea26;
    font-weight: normal;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_property {
    color: #1ededc;
    font-style: normal;
  }
  
  pre.sh_sourceCode .sh_value {
    color: #cfc631;
    font-weight: normal;
    font-style: normal;
  }
  
  