From 00899d2d1b029e373580469a516b2f815866f833 Mon Sep 17 00:00:00 2001 From: AbhigyaKrishna Date: Thu, 30 May 2024 18:03:08 +0530 Subject: [PATCH] Highlight test --- _sass/1-tools/_syntax-highlighting.scss | 118 ++++++++++++------------ 1 file changed, 59 insertions(+), 59 deletions(-) diff --git a/_sass/1-tools/_syntax-highlighting.scss b/_sass/1-tools/_syntax-highlighting.scss index 3f8e202..0376c44 100644 --- a/_sass/1-tools/_syntax-highlighting.scss +++ b/_sass/1-tools/_syntax-highlighting.scss @@ -7,63 +7,63 @@ color: $white; background: $blue-dark; - .c { color: #998; font-style: italic } // Comment - .err { color: #a61717; background-color: #e3d2d2 } // Error - .k { font-weight: bold } // Keyword - .o { font-weight: bold } // Operator - .cm { color: #998; font-style: italic } // Comment.Multiline - .cp { color: #999; font-weight: bold } // Comment.Preproc - .c1 { color: #998; font-style: italic } // Comment.Single - .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special - .gd { color: #000; background-color: #fdd } // Generic.Deleted - .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific - .ge { font-style: italic } // Generic.Emph - .gr { color: #a00 } // Generic.Error - .gh { color: #999 } // Generic.Heading - .gi { color: #000; background-color: #dfd } // Generic.Inserted - .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific - .go { color: #888 } // Generic.Output - .gp { color: #555 } // Generic.Prompt - .gs { font-weight: bold } // Generic.Strong - .gu { color: #fff } // Generic.Subheading - .gt { color: #a00 } // Generic.Traceback - .kc { font-weight: bold } // Keyword.Constant - .kd { font-weight: bold } // Keyword.Declaration - .kp { font-weight: bold } // Keyword.Pseudo - .kr { font-weight: bold } // Keyword.Reserved - .kt { color: #458; font-weight: bold } // Keyword.Type - .m { color: #099 } // Literal.Number - .s { color: #d85858 } // Literal.String - .na { color: #008080 } // Name.Attribute - .nb { color: #0086B3 } // Name.Builtin - .nc { color: #458; font-weight: bold } // Name.Class - .no { color: #008080 } // Name.Constant - .ni { color: #800080 } // Name.Entity - .ne { color: #900; font-weight: bold } // Name.Exception - .nf { color: #900; font-weight: bold } // Name.Function - .nn { color: #555 } // Name.Namespace - .nt { color: #6565ff } // Name.Tag - .nv { color: #008080 } // Name.Variable - .ow { font-weight: bold } // Operator.Word - .w { color: #bbb } // Text.Whitespace - .mf { color: #099 } // Literal.Number.Float - .mh { color: #099 } // Literal.Number.Hex - .mi { color: #099 } // Literal.Number.Integer - .mo { color: #099 } // Literal.Number.Oct - .sb { color: #d85858 } // Literal.String.Backtick - .sc { color: #d85858 } // Literal.String.Char - .sd { color: #d85858 } // Literal.String.Doc - .s2 { color: #d85858 } // Literal.String.Double - .se { color: #d85858 } // Literal.String.Escape - .sh { color: #d85858 } // Literal.String.Heredoc - .si { color: #d85858 } // Literal.String.Interpol - .sx { color: #d85858 } // Literal.String.Other - .sr { color: #009926 } // Literal.String.Regex - .s1 { color: #d85858 } // Literal.String.Single - .ss { color: #990073 } // Literal.String.Symbol - .bp { color: #999 } // Name.Builtin.Pseudo - .vc { color: #008080 } // Name.Variable.Class - .vg { color: #008080 } // Name.Variable.Global - .vi { color: #008080 } // Name.Variable.Instance - .il { color: #099 } // Literal.Number.Integer.Long + //.c { color: #998; font-style: italic } // Comment + //.err { color: #a61717; background-color: #e3d2d2 } // Error + //.k { font-weight: bold } // Keyword + //.o { font-weight: bold } // Operator + //.cm { color: #998; font-style: italic } // Comment.Multiline + //.cp { color: #999; font-weight: bold } // Comment.Preproc + //.c1 { color: #998; font-style: italic } // Comment.Single + //.cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special + //.gd { color: #000; background-color: #fdd } // Generic.Deleted + //.gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific + //.ge { font-style: italic } // Generic.Emph + //.gr { color: #a00 } // Generic.Error + //.gh { color: #999 } // Generic.Heading + //.gi { color: #000; background-color: #dfd } // Generic.Inserted + //.gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific + //.go { color: #888 } // Generic.Output + //.gp { color: #555 } // Generic.Prompt + //.gs { font-weight: bold } // Generic.Strong + //.gu { color: #fff } // Generic.Subheading + //.gt { color: #a00 } // Generic.Traceback + //.kc { font-weight: bold } // Keyword.Constant + //.kd { font-weight: bold } // Keyword.Declaration + //.kp { font-weight: bold } // Keyword.Pseudo + //.kr { font-weight: bold } // Keyword.Reserved + //.kt { color: #458; font-weight: bold } // Keyword.Type + //.m { color: #099 } // Literal.Number + //.s { color: #d85858 } // Literal.String + //.na { color: #008080 } // Name.Attribute + //.nb { color: #0086B3 } // Name.Builtin + //.nc { color: #458; font-weight: bold } // Name.Class + //.no { color: #008080 } // Name.Constant + //.ni { color: #800080 } // Name.Entity + //.ne { color: #900; font-weight: bold } // Name.Exception + //.nf { color: #900; font-weight: bold } // Name.Function + //.nn { color: #555 } // Name.Namespace + //.nt { color: #6565ff } // Name.Tag + //.nv { color: #008080 } // Name.Variable + //.ow { font-weight: bold } // Operator.Word + //.w { color: #bbb } // Text.Whitespace + //.mf { color: #099 } // Literal.Number.Float + //.mh { color: #099 } // Literal.Number.Hex + //.mi { color: #099 } // Literal.Number.Integer + //.mo { color: #099 } // Literal.Number.Oct + //.sb { color: #d85858 } // Literal.String.Backtick + //.sc { color: #d85858 } // Literal.String.Char + //.sd { color: #d85858 } // Literal.String.Doc + //.s2 { color: #d85858 } // Literal.String.Double + //.se { color: #d85858 } // Literal.String.Escape + //.sh { color: #d85858 } // Literal.String.Heredoc + //.si { color: #d85858 } // Literal.String.Interpol + //.sx { color: #d85858 } // Literal.String.Other + //.sr { color: #009926 } // Literal.String.Regex + //.s1 { color: #d85858 } // Literal.String.Single + //.ss { color: #990073 } // Literal.String.Symbol + //.bp { color: #999 } // Name.Builtin.Pseudo + //.vc { color: #008080 } // Name.Variable.Class + //.vg { color: #008080 } // Name.Variable.Global + //.vi { color: #008080 } // Name.Variable.Instance + //.il { color: #099 } // Literal.Number.Integer.Long }