/*-============All Syntax CSS=========-*/
/*-======Date Added: June 15, 2026======-*/

/*====================ASP/VBScript====================*/
.keywords{
  color: #5191cc;
}

.Quotes{
 color: #00c4c4;
 }
 .ASPDQ{
  color: #005cc5;
}
 
 .SQLine{
  color: #717572;
  white-space:nowrap; /*Needed to stop line spaces.*/
 }
 
 .keywords, .Equals{
  color: #5191cc;
}
.comments{
  color: #a50;
}
.strings{
 color: #717572;
 }
.tags{
color: #170;
}
.hashtags{
color: #30a;
}
.class{
color: #555;
}
.hashtagsColors{
color: #219;
}
.important{
color: #708;
}
.percentage{
color: #d2cd86;
}


.VBScriptKeywordsOne{
color: #e66170 !IMPORTANT; 
font-weight: bold !IMPORTANT;
}

.Function{
color: #e66170;
}
.concepts{
color: #BEDBFF;
}

.ASPCollection{
color: #96F7E4;
}
.ASPDirective{
color: #CBFBF1;
}
.ASPEvent{
color: #96F7E4;
}
.ASPMethod{
color: green;
}
.ASPObject{
color: #38D5BE;
}
.ASPProperty{
color: #36BBA7;
}
.ASPEqual{
color: #D0FAE5;	
}
.ASPSelectStatement{
color: #7BF1A8;		
}
.ASPFunctions{
color: #2984D1;		
}
.ASPLanguages{
color: #C2E7F4;		
}
.ASPNumbers{
color: #46ECD5;
}
/*====================ASP/VBScript====================*/

/*====================ASPNET====================*/
.ASPNETKeywordsOne{
color: #f00;
}
.ASPNETMethod{
color: green;
}
.ASPNETKeywords{
color: #5c7894;
}
.ASPNETReferences{
 color: #035063;
}
 .ASPNETDQ{
  color: #70a2d4;
}
 .lOnBits{
  color: #068c37;
 }
 .ASPNETCLng{
  color: #91011e;
 }
.AccessModifiers{
    color:#C586C0;   /* Purple */
}

.StorageModifiers{
    color:#569CD6;   /* Blue */
}


.DeclarationKeywords{
    color:#DCDCAA;   /* Soft yellow */
}

.ASPNETIdentifierPattern{
    color:#9CDCFE;
}

.Namespace{
   color: orange;	
}

.Classnames{
    color:#4EC9B0;
}

    .FlowKeywords{
        color:#c2c2ed;
    }
    .ExceptionVariable{
        color:#69c8fa;
    }
    .DataTypes{
        color:#548ed1;
    }
    .VBFunctions{
        color:#b4e3a6;
    }
    .VBConstants{
        color:#B5CEA8;
    }
/*====================ASPNET====================*/
	
 /*====================PowerShell====================*/
 /* ============================= */
/* PowerShell Syntax Highlighting */
/* ============================= */

/* Base */
.code-block { background: #727273; color: #e0e0e0; font-family: Consolas, Monaco, "Courier New", monospace; }

/* Keywords */
.PSKeyword {
    color: #ff9d00; /* warm orange */
    font-weight: 600;
}

/* Cmdlets */
.PSCmdlet {
    color: #4fc1ff; /* bright cyan-blue */
}

/* Aliases */
.PSAlias {
    color: #9cdcfe; /* light blue */
    font-style: italic;
}

/* Parameters */
.PSParameter {
    color: #ffd700; /* gold */
}

/* Variables */
.PSVariable {
    color: #00ff9c; /* neon green */
}

/* Automatic Variables */
.PSAutomaticVariable {
    color: #00e5ff; /* electric cyan */
}

/* Strings */
.PSString {
    color: #ffff80; /* soft yellow */
}

/* Here-Strings */
.PSHereString {
    color: #e6ff99; /* pale green-yellow */
    font-style: italic;
}

/* Numbers */
.PSNumber {
    color: #ffb347; /* orange */
}

/* Operators */
.PSOperator {
    color: #ffffff; /* keep neutral */
}

/* Comments */
.PSLineComment,
.PSBlockComment {
    color: #7a9fbf; /* muted blue-gray */
    font-style: italic;
}

/* Help (.SYNOPSIS etc.) */
.PSHelp {
    color: #ff66cc; /* pink highlight */
}

/* Types */
.PSType {
    color: #66ffff; /* bright cyan */
}

/* Members */
.PSMember {
    color: #40e0d0; /* turquoise */
}

/* Attributes */
.PSAttribute {
    color: #c586c0; /* soft purple */
}

/* Scope */
.PSScope {
    color: #ff8080; /* light red */
}t-weight: 500;



.PSIdentifier {
    color: #dcdcdc; /* light gray-white */
}

.PSPath {
    color: #ffcc66;
}
}
 /*====================PowerShell====================*/
 /*====================CSS====================*/
 .CSSElements{
    color: #95F4E7;
    font-weight: 400;
}


.CSSPropertiesVisual {
    color: #51A2FF;
}
.CSSPropertiesBackgrounds {
    color: #2C92B8;
}
.CSSPropertiesColors {
    color: #FFF;
}
.CSSPropertiesLayout {
    color: #18E7CB;
}
.CSSQuery{
	color: rgb(255, 123, 114);
}
.CSSComments{
	color: #99A1AF;
}
.CSSNumeric{
	color: #BEDBFF;
}
.SizeNames{
	color: #5CA5FF;
}
.CSSCurly{
	color: #FF637E;
}
.CSSColorNames{
	color: #53EAFD;
}
.CSSFontFamily{
	color: #FF692A;
}
.CSStextalign{
	color: #FF6467;
}
.CSSHash{
	color: #53EAFD;
}
 /*====================CSS====================*/
 /*====================HTML====================*/
 /*HTML*/
.HTMLAttributes{
   color: #8cd490;
}
.HTMLElements{
   color: #cacce8;
}
.HTMLLanguage{
  color: green;
}
.HTMLComments{
color: slategray;
}
.HTMLDQ{
  color: #869db8;
}
.HTMLCSSName{
  color: #d73a49;
}
.HTMLText{
  color: #b6dbdb; font-family: 'Consolas', 'Courier New', monospace; line-height: 1.5;
}
 /*====================HTML====================*/
 /*====================JavaScript====================*/
 /*JavaScript*/
.JSValueproperties{
	color: #C6D2FF;
}

.JSFundamentalobjects{
	color: #E1712B;
}

.JSInternalError{
	color: #FEE685;
}

.JSTextprocessing{
	color: #21BCFF;
}

.JSIndexedcollections{
	color: #8EC5FF;
}

.JSKeyedcollections{
	color: #B8DAFF;
}

.JSManagingmemory{
	color: #3BB8DB;
}

.JSControlabstractionobjects{
	color: #34A6F4;
}
.JSControlflow{
	color: #2C92B8;
}
.JSExpressionstatement{
	color: #36BBA7;
}
.JSPrimaryexpressions{
	color: #75CDE6;
}

.JSAlphaNumerical{
	color: #8EC5FF;
}

.JSConstEqual{
	color: #2E93FF;
}
.JSComments{
	color: rgb(139, 148, 158);
}
.JSPeriodLeft{
	color: #0EA2C4;
}
.JSPeriodRight{
	color:#42D3F2;
}
.JSDoubleQuotes{
	color: #81DACD;
}
.JSBloodhound{
	/*color: #510424; /* #A3044C Burnt Color, to dark for this editor*/
	color: #CD040E;
}
.JSColonLeft{
	color: #42D3F2;
}
.JSColonRight{
	color: #9AE630;
}

.JSSQLine{
	color: #90A1B9;
}
.JSParentheses{
	color: #B8DAFF;
}
 /*====================JavaScript====================*/
 /*====================SQL====================*/
 /*SQL*/
.SQLDashes{
color: rgb(139, 148, 158); font-weight: 400;
}
.SQLOperators{
color: rgb(121, 192, 255); font-weight: 400;
}
.SQLSQuotes{
color: rgb(165, 214, 255); font-weight: 400;
}
.SQLKeywords{
    color: #2E93FF;
    font-weight: 400;
}
.SQLPeriodLeft{ /*Table Name*/
    color: #1A7595;
    font-weight: 400;
}
.SQLPeriodRight{ /*Column Name*/
    color: #21BCFF;
    font-weight: 400;
}
.SQLKeys{
    color: #C2C2C2;
    font-weight: 400;
}

.SQLStrings{
    color: #36454F;
    font-weight: 400;
}
.SQLFunctions{
    color: #2C92B8;
    font-weight: 400;
}
.SQLTime{
    color: #74D4FF;
    font-weight: 400;
}
.SQLNumeric{
    color: #21BCFF;
    font-weight: 400;
}
.SQLNumericName{
color: #37BC7D;
}
.SQLParentheses{
    color: #36BBA7;
    font-weight: 400;
}
 /*====================SQL====================*/
 
 
 
 