Skip to content

makestatic/oblique.nvim

Repository files navigation

oblique.nvim

A Neovim colorscheme with 3 varints that brings back old-school coding vibes. (tho i learned coding 3y ago ;)

Version 1.99

This is the current version.

oblique.nvim

oblique.nvim

Install the latest version (via lazy.nvim)

{
  "makestatic/oblique.nvim",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme oblique")
  end
}

Version 1.0

This version had a more raw-classic—off look. You can find it at this commit, or install it (via lazy.nvim) using the code below. (light/dark mode).

oblique.nvim

oblique.nvim

{
  "makestatic/oblique.nvim",
  commit = "9b83569cdf8a0ae7d92c91d022ae642f0b3d0ca4",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme oblique")
  end
}

Version 99

previous-oblique.nvim

This version had a more modern-ish look. You can find it at this commit, or install it (via lazy.nvim) using the code below. (dark mode only).*

{
  "makestatic/oblique.nvim",
  commit = "b6c40c0c04a756efb2ff42f4fffde352e05eac96",
  lazy = false,
  priority = 1000,
  config = function()
    vim.cmd("colorscheme oblique")
  end
}

Plugins supported

  • Treesitter
  • Telescope
  • Cmp
  • Lualine
  • Nvim-Tree
  • Bufferline

TODO

  • Supports more plugins

Copyright (c) 2025 Ali Almalki. Licensed under BSD-3-Clause.

About

an old-school colorscheme for neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages