mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-15 11:31:46 -07:00
EoI : Lectures 1-5 complete
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.0941176, 0.0666667, 0.137255, 1 )
|
||||
bg_color = Color( 0.12549, 0.0823529, 0.0862745, 1 )
|
4
App/Assets/Styles/Editor.Purple.SytleBoxFlat.tres
Normal file
4
App/Assets/Styles/Editor.Purple.SytleBoxFlat.tres
Normal file
@ -0,0 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.12549, 0.109804, 0.164706, 1 )
|
4
App/Assets/Styles/Editor.Wine.SytleBoxFlat.tres
Normal file
4
App/Assets/Styles/Editor.Wine.SytleBoxFlat.tres
Normal file
@ -0,0 +1,4 @@
|
||||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
bg_color = Color( 0.164706, 0.109804, 0.117647, 1 )
|
@ -1,6 +1,6 @@
|
||||
[gd_resource type="Theme" load_steps=4 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Styles/Editor.SytleBoxFlat.tres" type="StyleBox" id=1]
|
||||
[ext_resource path="res://Assets/Styles/Editor.Purple.SytleBoxFlat.tres" type="StyleBox" id=1]
|
||||
[ext_resource path="res://Assets/Fonts/DF_RecMonoSemiCasul.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://Assets/Styles/Editor.SytleBoxFlat.Inactive.tres" type="StyleBox" id=3]
|
||||
|
15
App/Assets/Styles/Wine.EditorTheme.tres
Normal file
15
App/Assets/Styles/Wine.EditorTheme.tres
Normal file
@ -0,0 +1,15 @@
|
||||
[gd_resource type="Theme" load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://Assets/Styles/Editor.Wine.SytleBoxFlat.tres" type="StyleBox" id=1]
|
||||
[ext_resource path="res://Assets/Fonts/DF_RecMonoSemiCasul.tres" type="DynamicFont" id=2]
|
||||
[ext_resource path="res://Assets/Styles/Editor.SytleBoxFlat.Inactive.tres" type="StyleBox" id=3]
|
||||
[ext_resource path="res://Assets/Styles/Editor.DarkWine.SytleBoxFlat.tres" type="StyleBox" id=4]
|
||||
|
||||
[resource]
|
||||
Button/styles/disabled = ExtResource( 3 )
|
||||
Panel/styles/panel = ExtResource( 1 )
|
||||
TextEdit/colors/font_color = Color( 1, 1, 1, 1 )
|
||||
TextEdit/colors/font_color_readonly = Color( 1, 1, 1, 1 )
|
||||
TextEdit/fonts/font = ExtResource( 2 )
|
||||
TextEdit/styles/normal = ExtResource( 4 )
|
||||
TextEdit/styles/read_only = ExtResource( 4 )
|
Reference in New Issue
Block a user