Godot editor
This commit is contained in:
@@ -5,15 +5,15 @@ layout {
|
||||
background-color "transparent"
|
||||
|
||||
focus-ring {
|
||||
active-color "#e91e63"
|
||||
inactive-color "#9f8c8e"
|
||||
urgent-color "#f2b8b5"
|
||||
active-color "#ffabf1"
|
||||
inactive-color "#9c8c97"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
border {
|
||||
active-color "#e91e63"
|
||||
inactive-color "#9f8c8e"
|
||||
urgent-color "#f2b8b5"
|
||||
active-color "#ffabf1"
|
||||
inactive-color "#9c8c97"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
shadow {
|
||||
@@ -21,19 +21,19 @@ layout {
|
||||
}
|
||||
|
||||
tab-indicator {
|
||||
active-color "#e91e63"
|
||||
inactive-color "#9f8c8e"
|
||||
urgent-color "#f2b8b5"
|
||||
active-color "#ffabf1"
|
||||
inactive-color "#9c8c97"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
|
||||
insert-hint {
|
||||
color "#e91e6380"
|
||||
color "#ffabf180"
|
||||
}
|
||||
}
|
||||
|
||||
recent-windows {
|
||||
highlight {
|
||||
active-color "#4a0e2f"
|
||||
urgent-color "#f2b8b5"
|
||||
active-color "#82007e"
|
||||
urgent-color "#ffb4ab"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
|
||||
|
||||
layout {
|
||||
gaps 8
|
||||
gaps 4
|
||||
|
||||
border {
|
||||
width 2
|
||||
|
||||
Reference in New Issue
Block a user