X-Git-Url: https://git.danix.xyz/?p=danixland-rofi.git;a=blobdiff_plain;f=theme%2Frunner.rasi;fp=theme%2Frunner.rasi;h=fa2aabf3cee0fba0e3eff6a835cae5ff3e609198;hp=0000000000000000000000000000000000000000;hb=a442b5f5948a8099c458cc85b7dc3ae8a3af1f28;hpb=dfe1ea0cd0abfd1ed332cbbd85d3d73108b4be49 diff --git a/theme/runner.rasi b/theme/runner.rasi new file mode 100644 index 0000000..fa2aabf --- /dev/null +++ b/theme/runner.rasi @@ -0,0 +1,56 @@ +/* + * DARKNIX runner rofi theme + * tested on a 1366x768 screen + */ + +/* IMPORTS */ +@import "libs/settings.rasi" +@import "libs/reset.rasi" + +window { + anchor: north; + location: north; + width: 600px; + height: 400px; + margin: 0; + background-color: @bg-trans; +} +mainbox { + background-color: @bg-trans; + children: [ inputbar, listview ]; + border: 0; + padding: 0; +} +inputbar { +} +prompt { + enabled: false; +} +entry { + text-color: @accent; + background-color: @bg-focus; + border: 1px solid; + border-color: @accent; + border-radius: 5px; + padding: 10px; + horizontal-align: 0.0; + vertical-align: 0.5; + placeholder: "enter app to search..."; + placeholder-color: @fg; +} +listview { + margin: 60px 0; + columns: 1; + lines: 12; + expand: false; + /*cycle: true;*/ + spacing: 10px; + /*padding: 50px 10px;*/ +} +element { + text-color: @fg; +} +element.selected { + background-color: @bg-focus; + text-color: @accent; +}