Stay on light-mode while I figure out how to switch
This commit is contained in:
parent
091a8ab89a
commit
9df715f74e
3 changed files with 6 additions and 6 deletions
|
@ -93,11 +93,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1696879762,
|
"lastModified": 1697059129,
|
||||||
"narHash": "sha256-Ud6bH4DMcYHUDKavNMxAhcIpDGgHMyL/yaDEAVSImQY=",
|
"narHash": "sha256-9NJcFF9CEYPvHJ5ckE8kvINvI84SZZ87PvqMbH6pro0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f99e5f03cc0aa231ab5950a15ed02afec45ed51a",
|
"rev": "5e4c2ada4fcd54b99d56d7bd62f384511a7e2593",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
programs.vim = {
|
programs.vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
colorscheme tdpeuter-dark
|
colorscheme tdpeuter-light
|
||||||
|
|
||||||
" Tags
|
" Tags
|
||||||
" pacman -S ctags
|
" pacman -S ctags
|
||||||
|
|
|
@ -764,7 +764,7 @@ visual_bell_color #b00020
|
||||||
#: to be pts. Note that borders are displayed only when more than one
|
#: to be pts. Note that borders are displayed only when more than one
|
||||||
#: window is visible. They are meant to separate multiple windows.
|
#: 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
|
#: Draw only the minimum borders needed. This means that only the
|
||||||
#: borders that separate the window from a neighbor are drawn. Note
|
#: 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
|
#: Fade the text in inactive windows by the specified amount (a number
|
||||||
#: between zero and one, with zero being fully faded).
|
#: 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
|
#: Hide the window decorations (title-bar and window borders) with
|
||||||
#: yes. On macOS, titlebar-only can be used to only hide the titlebar.
|
#: yes. On macOS, titlebar-only can be used to only hide the titlebar.
|
||||||
|
|
Loading…
Reference in a new issue