Stay on light-mode while I figure out how to switch

This commit is contained in:
Tibo De Peuter 2023-10-14 17:35:52 +02:00
parent 091a8ab89a
commit 9df715f74e
3 changed files with 6 additions and 6 deletions

View file

@ -93,11 +93,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1696879762,
"narHash": "sha256-Ud6bH4DMcYHUDKavNMxAhcIpDGgHMyL/yaDEAVSImQY=",
"lastModified": 1697059129,
"narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a",
"rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593",
"type": "github"
},
"original": {

View file

@ -9,7 +9,7 @@
programs.vim = {
enable = true;
extraConfig = ''
colorscheme tdpeuter-dark
colorscheme tdpeuter-light
" Tags
" pacman -S ctags

View file

@ -764,7 +764,7 @@ visual_bell_color #b00020
#: to be pts. Note that borders are displayed only when more than one
#: window is visible. They are meant to separate multiple windows.
# draw_minimal_borders yes
draw_minimal_borders yes
#: Draw only the minimum borders needed. This means that only the
#: borders that separate the window from a neighbor are drawn. Note
@ -821,7 +821,7 @@ window_padding_width 5
#: Fade the text in inactive windows by the specified amount (a number
#: between zero and one, with zero being fully faded).
hide_window_decorations yes
# hide_window_decorations no
#: Hide the window decorations (title-bar and window borders) with
#: yes. On macOS, titlebar-only can be used to only hide the titlebar.