mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-06 14:09:58 +03:00
Godot 4.5 release page
Huge thanks to JohnVeness, AThousandShips, and Meorge for their great help rewording my broken English.
This commit is contained in:
@@ -1,36 +1,38 @@
|
||||
$godot-blue: #478CBF;
|
||||
$godot-blue: #478cbf;
|
||||
|
||||
$code-symbol--light: #00009c;
|
||||
$code-symbol--dark: #ABC9FF;
|
||||
$code-symbol--dark: #abc9ff;
|
||||
$code-keyword--light: #e62282;
|
||||
$code-keyword--dark: #FF7085;
|
||||
$code-keyword--dark: #ff7085;
|
||||
$code-controlflow--light: #bd1fcc;
|
||||
$code-controlflow--dark: #FF8CCC;
|
||||
$code-controlflow--dark: #ff8ccc;
|
||||
$code-basetype--light: #009933;
|
||||
$code-basetype--dark: #42FFC2;
|
||||
$code-basetype--dark: #42ffc2;
|
||||
$code-enginetype--light: #1c8c66;
|
||||
$code-enginetype--dark: #8FFFDB;
|
||||
$code-enginetype--dark: #8fffdb;
|
||||
$code-usertype--light: #2e7366;
|
||||
$code-usertype--dark: #C7FFED;
|
||||
$code-usertype--dark: #c7ffed;
|
||||
$code-comment--light: #14141480;
|
||||
$code-comment--dark: #cdcfd280;
|
||||
$code-string--light: #996b00;
|
||||
$code-string--dark: #FFEDA1;
|
||||
$code-string--dark: #ffeda1;
|
||||
$code-background--light: #ffffff;
|
||||
$code-background--dark: #1D2229;
|
||||
$code-background--dark: #1d2229;
|
||||
$code-text--light: #393939;
|
||||
$code-text--dark: #CDCFD2;
|
||||
$code-text--dark: #cdcfd2;
|
||||
$code-function--light: #0039e6;
|
||||
$code-function--dark: #57B3FF;
|
||||
$code-function--dark: #57b3ff;
|
||||
$code-membervariable--light: #0066ad;
|
||||
$code-membervariable--dark: #BCE0FF;
|
||||
$code-membervariable--dark: #bce0ff;
|
||||
$code-gdscript-function--light: #009999;
|
||||
$code-gdscript-function--dark: #66E6FF;
|
||||
$code-gdscript-function--dark: #66e6ff;
|
||||
$code-gdscript-globalfunction--light: #5c2eb8;
|
||||
$code-gdscript-globalfunction--dark: #A3A3F5;
|
||||
$code-gdscript-globalfunction--dark: #a3a3f5;
|
||||
$code-gdscript-nodepath--light: #2e8c00;
|
||||
$code-gdscript-nodepath--dark: #B8C47D;
|
||||
$code-gdscript-nodepath--dark: #b8c47d;
|
||||
$code-gdscript-nodereference--light: #008000;
|
||||
$code-gdscript-nodereference--dark: #63C259;
|
||||
$code-gdscript-nodereference--dark: #63c259;
|
||||
$code-gdscript-annotation--light: #cc5e00;
|
||||
$code-gdscript-annotation--dark: #FFB373;
|
||||
$code-gdscript-annotation--dark: #ffb373;
|
||||
$code-gdscript-stringname--light: #cc8f73;
|
||||
$code-gdscript-stringname--dark: #FFC2A6;
|
||||
$code-gdscript-stringname--dark: #ffc2a6;
|
||||
|
||||
Reference in New Issue
Block a user