diff --git a/home/anyrun/default.nix b/home/anyrun/default.nix index 81a0e31..cff9638 100644 --- a/home/anyrun/default.nix +++ b/home/anyrun/default.nix @@ -34,7 +34,7 @@ in { ''; "applications.ron".text = '' Config( - desktop_actions: true, + desktop_actions: false, max_entries: 10, ) ''; diff --git a/home/anyrun/style.scss b/home/anyrun/style.scss index e69de29..5818b9e 100644 --- a/home/anyrun/style.scss +++ b/home/anyrun/style.scss @@ -0,0 +1,30 @@ +* { + transition: 200ms ease-out; + color: #cdd6f4; + font-family: Monaspace Krypton; + font-size: 1.0rem; + } + +#window, +#match, +#entry, +#plugin, +#main { + background: transparent; +} + +#match:selected { + background:#2ac3de; + border-radius: 5px; +} + +box#main { + background: #1a1b26; + border: 1px solid #f7768e; + border-radius: 24px; + padding: 8px; +} + +entry#entry { + border-color: transparent; +} \ No newline at end of file