Back to icy
parent
e0054d8956
commit
edde61e3ac
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
colorScheme = {
|
||||||
|
slug = "gold";
|
||||||
|
name = "Gold Dust Night";
|
||||||
|
author = "hertog.hermitcollective.net";
|
||||||
|
palette = {
|
||||||
|
base00 = "#121002"; # Default Background
|
||||||
|
base01 = "#191603"; # Lighter Background (Used for status bars, line number and folding marks)
|
||||||
|
base02 = "#231F04"; # Selection Background
|
||||||
|
base03 = "#342E05"; # Comments, Invisibles, Line Highlighting
|
||||||
|
base04 = "#484006"; # Dark Foreground (Used for status bars)
|
||||||
|
base05 = "#675B09"; # Default Foreground, Caret, Delimiters, Operators
|
||||||
|
base06 = "#8C7C0C"; # Light Foreground (Not often used)
|
||||||
|
base07 = "#B09C10"; # Light Background (Not often used)
|
||||||
|
base08 = "#D9C116"; # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
||||||
|
base09 = "#F2EBB3"; # Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
||||||
|
base0A = "#EADE80"; # Classes, Markup Bold, Search Text Background
|
||||||
|
base0B = "#E1D04D"; # Strings, Inherited Class, Markup Code, Diff Inserted
|
||||||
|
base0C = "#DAC626"; # Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||||
|
base0D = "#D4BC00"; # Functions, Methods, Attribute IDs, Headings
|
||||||
|
base0E = "#C1AC00"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||||
|
base0F = "#A79700"; # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,25 +0,0 @@
|
||||||
{
|
|
||||||
colorScheme = {
|
|
||||||
slug = "icy";
|
|
||||||
name = "Icy Dark";
|
|
||||||
author = "icyphox.ga";
|
|
||||||
palette = {
|
|
||||||
base00 = "#021012"; # Default Background
|
|
||||||
base01 = "#031619"; # Lighter Background (Used for status bars, line number and folding marks)
|
|
||||||
base02 = "#041f23"; # Selection Background
|
|
||||||
base03 = "#052e34"; # Comments, Invisibles, Line Highlighting
|
|
||||||
base04 = "#064048"; # Dark Foreground (Used for status bars)
|
|
||||||
base05 = "#095b67"; # Default Foreground, Caret, Delimiters, Operators
|
|
||||||
base06 = "#0c7c8c"; # Light Foreground (Not often used)
|
|
||||||
base07 = "#109cb0"; # Light Background (Not often used)
|
|
||||||
base08 = "#16c1d9"; # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
|
||||||
base09 = "#b3ebf2"; # Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
|
||||||
base0A = "#80deea"; # Classes, Markup Bold, Search Text Background
|
|
||||||
base0B = "#4dd0e1"; # Strings, Inherited Class, Markup Code, Diff Inserted
|
|
||||||
base0C = "#26c6da"; # Support, Regular Expressions, Escape Characters, Markup Quotes
|
|
||||||
base0D = "#00bcd4"; # Functions, Methods, Attribute IDs, Headings
|
|
||||||
base0E = "#00acc1"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
|
||||||
base0F = "#0097a7"; # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,25 +1,25 @@
|
||||||
{
|
{
|
||||||
colorScheme = {
|
colorScheme = {
|
||||||
slug = "gold";
|
slug = "icy";
|
||||||
name = "Gold Dust Night";
|
name = "Icy Dark";
|
||||||
author = "hertog.hermitcollective.net";
|
author = "icyphox.ga";
|
||||||
palette = {
|
palette = {
|
||||||
base00 = "#121002"; # Default Background
|
base00 = "#021012"; # Default Background
|
||||||
base01 = "#191603"; # Lighter Background (Used for status bars, line number and folding marks)
|
base01 = "#031619"; # Lighter Background (Used for status bars, line number and folding marks)
|
||||||
base02 = "#231F04"; # Selection Background
|
base02 = "#041f23"; # Selection Background
|
||||||
base03 = "#342E05"; # Comments, Invisibles, Line Highlighting
|
base03 = "#052e34"; # Comments, Invisibles, Line Highlighting
|
||||||
base04 = "#484006"; # Dark Foreground (Used for status bars)
|
base04 = "#064048"; # Dark Foreground (Used for status bars)
|
||||||
base05 = "#675B09"; # Default Foreground, Caret, Delimiters, Operators
|
base05 = "#095b67"; # Default Foreground, Caret, Delimiters, Operators
|
||||||
base06 = "#8C7C0C"; # Light Foreground (Not often used)
|
base06 = "#0c7c8c"; # Light Foreground (Not often used)
|
||||||
base07 = "#B09C10"; # Light Background (Not often used)
|
base07 = "#109cb0"; # Light Background (Not often used)
|
||||||
base08 = "#D9C116"; # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
base08 = "#16c1d9"; # Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
|
||||||
base09 = "#F2EBB3"; # Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
base09 = "#b3ebf2"; # Integers, Boolean, Constants, XML Attributes, Markup Link Url
|
||||||
base0A = "#EADE80"; # Classes, Markup Bold, Search Text Background
|
base0A = "#80deea"; # Classes, Markup Bold, Search Text Background
|
||||||
base0B = "#E1D04D"; # Strings, Inherited Class, Markup Code, Diff Inserted
|
base0B = "#4dd0e1"; # Strings, Inherited Class, Markup Code, Diff Inserted
|
||||||
base0C = "#DAC626"; # Support, Regular Expressions, Escape Characters, Markup Quotes
|
base0C = "#26c6da"; # Support, Regular Expressions, Escape Characters, Markup Quotes
|
||||||
base0D = "#D4BC00"; # Functions, Methods, Attribute IDs, Headings
|
base0D = "#00bcd4"; # Functions, Methods, Attribute IDs, Headings
|
||||||
base0E = "#C1AC00"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
base0E = "#00acc1"; # Keywords, Storage, Selector, Markup Italic, Diff Changed
|
||||||
base0F = "#A79700"; # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
base0F = "#0097a7"; # Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue