From 57eb70137b5bbcdabdc0f02eea5477b3e5f845a1 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 27 Jun 2024 17:51:18 +0530 Subject: Adds Arch Linux dotfiles --- wofi/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 wofi/style.css (limited to 'wofi') diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 000000000..f8ae0512e --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,19 @@ +window { + font-size: 15px; + font-family:"EnvyCodeR Nerd Font Mono"; + background-color: rgba(22, 22, 22, 0.98); + color: #ffffff; +} + +#entry:selected { + background-color: rgb(34,34,34) +} + +#input { + background-color: rgba(22, 22, 22, 0.98); + color: #ffffff; +} + +#input:focus { + border: 1px solid #ffffff; +} \ No newline at end of file -- cgit v1.2.3