aboutsummaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Expand)Author
2021-01-26Support nvim-treesitter highlight groupsFausto Núñez Alberro
2021-01-26fix: remove underline on cursorlinenrDylan Armstrong
2020-10-24Add support for GUI special names ("NONE", ...)Johnny Oskarsson
2019-06-07Merge pull request #195 from a-vrma/consistent_quotingChris Kempson
2019-05-22Merge branch 'fix-tabs' and rebuild schemesDaniel Wennberg
2019-05-19templates/default.mustache: use spaces for indentingDaniel Hahler
2019-02-15Use local variables, don't modify a: dictDaniel Wennberg
2018-12-31Change all quotes to double quotes.Aman
2018-10-25Add ansi colors for vim terminalDaniel Wennberg
2018-10-08Merge pull request #188 from aaether32323/change_hi_functionChris Kempson
2018-10-04Let Base16hi optionally omit `attr` and `guisp`Aman
2018-10-01Modify PHP method colorjradtilbrook
2018-05-24Merge pull request #177 from vtavernier/fix/issue-150Chris Kempson
2018-03-31Fix #150Vincent Tavernier
2018-03-26Fixes #175José Luis Lafuente
2018-03-22Merge pull request #172 from jlesquembre/spellChris Kempson
2018-03-22Java highlightingTarin Mahmood
2018-03-13Added java's `new` operator highlightTarin Mahmood
2018-02-02Set default foreground color for spellingJosé Luis Lafuente
2017-12-06Fixes #162José Luis Lafuente
2017-11-06Merge pull request #161 from jlesquembre/hl-substituteChris Kempson
2017-11-06Merge pull request #158 from jlesquembre/nvim-terminalChris Kempson
2017-11-06Add SubstituteJosé Luis Lafuente
2017-11-05Merge pull request #160 from jlesquembre/startifyChris Kempson
2017-11-04Add support for vim-startifyJosé Luis Lafuente
2017-11-04Make local customization easierJosé Luis Lafuente
2017-11-04Fixes nvim terminal colorsJosé Luis Lafuente
2017-07-05Provide more contrast for popup menuJohn Nguyen
2017-07-03Add support for QuickFixLineChris Kempson
2017-06-04Better python supportJosé Luis Lafuente
2017-05-08Fixed color orderMax Christian Pohle
2017-03-12Don't set guifg for MatchParenThayne McCombs
2017-01-21Fixes :terminal colors in Neovim.Ivan Deschenaux
2017-01-18Add support for pangloss/vim-javascriptGetkey
2017-01-12Fixes brace colors (#131)Vlad Aituganov
2016-12-28Brightens color for CursorLineNrChris Kempson
2016-12-19Fix Search and IncSearch highlighting (#113)Chris Poliquin
2016-10-27Add fugitive supportJosé Luis Lafuente
2016-10-23Remove ruby interpolation highlighting overrideAaron Williamson
2016-07-09Removed &background setting as it seems to be deprecated.DLWood1001
2016-06-29Darkens the search text two shadesChris Kempson
2016-06-28Updates colorsChris Kempson
2016-06-25Restructured for multiple template file supportChris Kempson
n305'>305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567