about summary refs log tree commit diff
path: root/users/Profpatsch/alacritty.dhall
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2023-04-22T16·34+0200
committerProfpatsch <mail@profpatsch.de>2023-04-22T17·17+0000
commit9630949f88ba613ac58104f28c0a1d177aaa2489 (patch)
tree3631c3d04891f73635ce688bca3359fa2217ae83 /users/Profpatsch/alacritty.dhall
parent31e15ace01ca0cc22fecd331ba51f61b5625b07a (diff)
chore(users/Profpatsch/alacritty): remove unused solarized conf r/6101
Change-Id: I757ec06ccbae99106d4472d8396a9f106447fb88
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8497
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
Diffstat (limited to '')
-rw-r--r--users/Profpatsch/alacritty.dhall44
1 files changed, 1 insertions, 43 deletions
diff --git a/users/Profpatsch/alacritty.dhall b/users/Profpatsch/alacritty.dhall
index c7e794b6c3..c8a976cccc 100644
--- a/users/Profpatsch/alacritty.dhall
+++ b/users/Profpatsch/alacritty.dhall
@@ -1,46 +1,4 @@
-let sol = (./solarized.dhall).hex
-
-let black = "#000000"
-
-let white = "#ffffff"
-
-let
-    -- todo: this looks not too good
-    solarized-dark =
-      { --Colors (Solarized Dark)
-        colors =
-        { -- Default colors
-          primary =
-          { background = black, foreground = white }
-        , -- Cursor colors
-          cursor =
-          { text = sol.base03, cursor = sol.base0 }
-        , -- Normal colors
-          normal =
-          { black = sol.base02
-          , red = sol.red
-          , green = sol.green
-          , yellow = sol.yellow
-          , blue = sol.blue
-          , magenta = sol.magenta
-          , cyan = sol.cyan
-          , white = sol.base2
-          }
-        , -- Bright colors
-          bright =
-          { black = sol.base03
-          , red = sol.orange
-          , green = sol.base01
-          , yellow = sol.base00
-          , blue = sol.base0
-          , magenta = sol.violet
-          , cyan = sol.base1
-          , white = sol.base3
-          }
-        }
-      }
-
-in  { alacritty-config = { font.size = 18, scolling.history = 1000000 }
+{ alacritty-config = { font.size = 18, scolling.history = 1000000 }
     ,   -- This disables the dpi-sensitive scaling (cause otherwise the font will be humongous on my laptop screen)
         alacritty-env
       . WINIT_X11_SCALE_FACTOR