Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions hammer/resource/themes/dark.kv
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,29 @@
//"Link" ""
//"LinkVisited" ""
//"Shadow" ""

"disabled"
{
"Text" "102 102 102"
"BrightText" "128 0 0"
"Button" "20 20 20"
"ButtonText" "96 96 96"

"Highlight" "219 65 65"
"HighlightedText" "10 10 10"
}
"inactive"
{
"Button" "38 38 38"
"Text" "204 204 204"
"BrightText" "192 0 0"
"ButtonText" "204 204 204"
"Base" "15 15 15"
"Window" "25 25 25"
"Highlight" "128 38 38"
"HighlightedText" "5 5 5"
"AlternateBase" "25 25 25"
}
}
}

Loading